Class ViewDescriptor

java.lang.Object
net.spreadsheetspace.sdk.model.ViewDescriptor

public class ViewDescriptor extends Object
Response object for create/update/publish View

Composed by
  • viewId: This string represents the identifier of the View.
  • viewServer: This string represents the server address where the View is stored.
  • statusCode: This integer represents the response code for the action that was performed on the current View.
  • message: This string represents a message associated to the StatusCode.
  • nextAvailableSequenceNumber: This long represents a sequence number that must be send to the next update of the current View.
  • excelType: This enum represents the type of current Object.
  • Constructor Details

  • Method Details

    • getViewId

      public String getViewId()
      Get the identifier of the View.
    • setViewId

      public void setViewId(String viewId)
    • getViewServer

      public String getViewServer()
      Get the server address where the View is stored.
    • setViewServer

      public void setViewServer(String viewServer)
    • getMessage

      public String getMessage()
      Get a message associated to the StatusCode.
    • setMessage

      public void setMessage(String message)
    • getNextAvailableSequenceNumber

      public Long getNextAvailableSequenceNumber()
      Get a sequence number that must be send to the next update of the current View.
    • setNextAvailableSequenceNumber

      public void setNextAvailableSequenceNumber(Long sequenceNumber)
    • getMessages

      public LinkedList<String> getMessages()
    • setMessages

      public void setMessages(LinkedList<String> messages)
    • getStatusCode

      public StatusCode getStatusCode()
      Get the response code for the action that was performed on the current View.
    • setStatusCode

      public void setStatusCode(StatusCode statusCode)
    • getExcelType

      public ExcelType getExcelType()
      Get the Excel type on the current Object.
    • setExcelType

      public void setExcelType(ExcelType excelType)
    • getMarketId

      public String getMarketId()
      Get the identifier of the View.
    • setMarketId

      public void setMarketId(String marketId)
    • toString

      public String toString()
      Overrides:
      toString in class Object