Class PollForDecisionTaskResponse

    • Field Detail

      • taskToken

        public java.nio.ByteBuffer taskToken
      • previousStartedEventId

        public long previousStartedEventId
      • startedEventId

        public long startedEventId
      • attempt

        public long attempt
      • backlogCountHint

        public long backlogCountHint
      • nextPageToken

        public java.nio.ByteBuffer nextPageToken
      • WorkflowExecutionTaskList

        public TaskList WorkflowExecutionTaskList
      • scheduledTimestamp

        public long scheduledTimestamp
      • startedTimestamp

        public long startedTimestamp
      • queries

        public java.util.Map<java.lang.String,​WorkflowQuery> queries
      • nextEventId

        public long nextEventId
    • Constructor Detail

      • PollForDecisionTaskResponse

        public PollForDecisionTaskResponse()
      • PollForDecisionTaskResponse

        public PollForDecisionTaskResponse​(PollForDecisionTaskResponse other)
        Performs a deep copy on other.
    • Method Detail

      • getTaskToken

        public byte[] getTaskToken()
      • bufferForTaskToken

        public java.nio.ByteBuffer bufferForTaskToken()
      • unsetTaskToken

        public void unsetTaskToken()
      • isSetTaskToken

        public boolean isSetTaskToken()
        Returns true if field taskToken is set (has been assigned a value) and false otherwise
      • setTaskTokenIsSet

        public void setTaskTokenIsSet​(boolean value)
      • unsetWorkflowExecution

        public void unsetWorkflowExecution()
      • isSetWorkflowExecution

        public boolean isSetWorkflowExecution()
        Returns true if field workflowExecution is set (has been assigned a value) and false otherwise
      • setWorkflowExecutionIsSet

        public void setWorkflowExecutionIsSet​(boolean value)
      • unsetWorkflowType

        public void unsetWorkflowType()
      • isSetWorkflowType

        public boolean isSetWorkflowType()
        Returns true if field workflowType is set (has been assigned a value) and false otherwise
      • setWorkflowTypeIsSet

        public void setWorkflowTypeIsSet​(boolean value)
      • getPreviousStartedEventId

        public long getPreviousStartedEventId()
      • unsetPreviousStartedEventId

        public void unsetPreviousStartedEventId()
      • isSetPreviousStartedEventId

        public boolean isSetPreviousStartedEventId()
        Returns true if field previousStartedEventId is set (has been assigned a value) and false otherwise
      • setPreviousStartedEventIdIsSet

        public void setPreviousStartedEventIdIsSet​(boolean value)
      • getStartedEventId

        public long getStartedEventId()
      • unsetStartedEventId

        public void unsetStartedEventId()
      • isSetStartedEventId

        public boolean isSetStartedEventId()
        Returns true if field startedEventId is set (has been assigned a value) and false otherwise
      • setStartedEventIdIsSet

        public void setStartedEventIdIsSet​(boolean value)
      • getAttempt

        public long getAttempt()
      • unsetAttempt

        public void unsetAttempt()
      • isSetAttempt

        public boolean isSetAttempt()
        Returns true if field attempt is set (has been assigned a value) and false otherwise
      • setAttemptIsSet

        public void setAttemptIsSet​(boolean value)
      • getBacklogCountHint

        public long getBacklogCountHint()
      • unsetBacklogCountHint

        public void unsetBacklogCountHint()
      • isSetBacklogCountHint

        public boolean isSetBacklogCountHint()
        Returns true if field backlogCountHint is set (has been assigned a value) and false otherwise
      • setBacklogCountHintIsSet

        public void setBacklogCountHintIsSet​(boolean value)
      • getHistory

        public History getHistory()
      • unsetHistory

        public void unsetHistory()
      • isSetHistory

        public boolean isSetHistory()
        Returns true if field history is set (has been assigned a value) and false otherwise
      • setHistoryIsSet

        public void setHistoryIsSet​(boolean value)
      • getNextPageToken

        public byte[] getNextPageToken()
      • bufferForNextPageToken

        public java.nio.ByteBuffer bufferForNextPageToken()
      • unsetNextPageToken

        public void unsetNextPageToken()
      • isSetNextPageToken

        public boolean isSetNextPageToken()
        Returns true if field nextPageToken is set (has been assigned a value) and false otherwise
      • setNextPageTokenIsSet

        public void setNextPageTokenIsSet​(boolean value)
      • unsetQuery

        public void unsetQuery()
      • isSetQuery

        public boolean isSetQuery()
        Returns true if field query is set (has been assigned a value) and false otherwise
      • setQueryIsSet

        public void setQueryIsSet​(boolean value)
      • getWorkflowExecutionTaskList

        public TaskList getWorkflowExecutionTaskList()
      • unsetWorkflowExecutionTaskList

        public void unsetWorkflowExecutionTaskList()
      • isSetWorkflowExecutionTaskList

        public boolean isSetWorkflowExecutionTaskList()
        Returns true if field WorkflowExecutionTaskList is set (has been assigned a value) and false otherwise
      • setWorkflowExecutionTaskListIsSet

        public void setWorkflowExecutionTaskListIsSet​(boolean value)
      • getScheduledTimestamp

        public long getScheduledTimestamp()
      • unsetScheduledTimestamp

        public void unsetScheduledTimestamp()
      • isSetScheduledTimestamp

        public boolean isSetScheduledTimestamp()
        Returns true if field scheduledTimestamp is set (has been assigned a value) and false otherwise
      • setScheduledTimestampIsSet

        public void setScheduledTimestampIsSet​(boolean value)
      • getStartedTimestamp

        public long getStartedTimestamp()
      • unsetStartedTimestamp

        public void unsetStartedTimestamp()
      • isSetStartedTimestamp

        public boolean isSetStartedTimestamp()
        Returns true if field startedTimestamp is set (has been assigned a value) and false otherwise
      • setStartedTimestampIsSet

        public void setStartedTimestampIsSet​(boolean value)
      • getQueriesSize

        public int getQueriesSize()
      • putToQueries

        public void putToQueries​(java.lang.String key,
                                 WorkflowQuery val)
      • getQueries

        public java.util.Map<java.lang.String,​WorkflowQuery> getQueries()
      • unsetQueries

        public void unsetQueries()
      • isSetQueries

        public boolean isSetQueries()
        Returns true if field queries is set (has been assigned a value) and false otherwise
      • setQueriesIsSet

        public void setQueriesIsSet​(boolean value)
      • getNextEventId

        public long getNextEventId()
      • unsetNextEventId

        public void unsetNextEventId()
      • isSetNextEventId

        public boolean isSetNextEventId()
        Returns true if field nextEventId is set (has been assigned a value) and false otherwise
      • setNextEventIdIsSet

        public void setNextEventIdIsSet​(boolean value)
      • equals

        public boolean equals​(java.lang.Object that)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • validate

        public void validate()
                      throws org.apache.thrift.TException
        Throws:
        org.apache.thrift.TException