public class ViewDescriptor extends Object
| Constructor and Description |
|---|
ViewDescriptor(LinkedList<String> messages,
StatusCode statusCode) |
ViewDescriptor(String viewId,
String viewServer) |
ViewDescriptor(String viewId,
String viewServer,
ExcelType excelType) |
ViewDescriptor(String viewId,
String viewServer,
Long nextAvailableSequenceNumber) |
ViewDescriptor(String viewId,
String viewServer,
Long nextAvailableSequenceNumber,
ExcelType excelType) |
ViewDescriptor(String viewId,
String viewServer,
StatusCode statusCode,
String message,
Long nextAvailableSequenceNumber) |
ViewDescriptor(String viewId,
String viewServer,
StatusCode statusCode,
String message,
Long nextAvailableSequenceNumber,
ExcelType excelType) |
ViewDescriptor(String viewId,
String viewServer,
StatusCode statusCode,
String message,
Long nextAvailableSequenceNumber,
ExcelType excelType,
String marketId) |
ViewDescriptor(String viewId,
String viewServer,
String marketId) |
| Modifier and Type | Method and Description |
|---|---|
ExcelType |
getExcelType()
Get the Excel type on the current Object.
|
String |
getMarketId()
Get the identifier of the View.
|
String |
getMessage()
Get a message associated to the StatusCode.
|
LinkedList<String> |
getMessages() |
Long |
getNextAvailableSequenceNumber()
Get a sequence number that must be send to the next update of the current View.
|
StatusCode |
getStatusCode()
Get the response code for the action that was performed on the current View.
|
String |
getViewId()
Get the identifier of the View.
|
String |
getViewServer()
Get the server address where the View is stored.
|
void |
setExcelType(ExcelType excelType) |
void |
setMarketId(String marketId) |
void |
setMessage(String message) |
void |
setMessages(LinkedList<String> messages) |
void |
setNextAvailableSequenceNumber(Long sequenceNumber) |
void |
setStatusCode(StatusCode statusCode) |
void |
setViewId(String viewId) |
void |
setViewServer(String viewServer) |
String |
toString() |
public ViewDescriptor(String viewId, String viewServer, Long nextAvailableSequenceNumber)
public ViewDescriptor(String viewId, String viewServer, StatusCode statusCode, String message, Long nextAvailableSequenceNumber)
public ViewDescriptor(String viewId, String viewServer, Long nextAvailableSequenceNumber, ExcelType excelType)
public ViewDescriptor(String viewId, String viewServer, StatusCode statusCode, String message, Long nextAvailableSequenceNumber, ExcelType excelType)
public ViewDescriptor(String viewId, String viewServer, StatusCode statusCode, String message, Long nextAvailableSequenceNumber, ExcelType excelType, String marketId)
public ViewDescriptor(LinkedList<String> messages, StatusCode statusCode)
public String getViewId()
public void setViewId(String viewId)
public String getViewServer()
public void setViewServer(String viewServer)
public String getMessage()
public void setMessage(String message)
public Long getNextAvailableSequenceNumber()
public void setNextAvailableSequenceNumber(Long sequenceNumber)
public LinkedList<String> getMessages()
public void setMessages(LinkedList<String> messages)
public StatusCode getStatusCode()
public void setStatusCode(StatusCode statusCode)
public ExcelType getExcelType()
public void setExcelType(ExcelType excelType)
public String getMarketId()
public void setMarketId(String marketId)
Copyright © 2023. All rights reserved.