Package com.uber.cadence
Class GetWorkflowExecutionHistoryResponse
- java.lang.Object
-
- com.uber.cadence.GetWorkflowExecutionHistoryResponse
-
- All Implemented Interfaces:
java.io.Serializable
,java.lang.Cloneable
,java.lang.Comparable<GetWorkflowExecutionHistoryResponse>
,org.apache.thrift.TBase<GetWorkflowExecutionHistoryResponse,GetWorkflowExecutionHistoryResponse._Fields>
@Generated(value="Autogenerated by Thrift Compiler (0.9.3)", date="2025-03-06") public class GetWorkflowExecutionHistoryResponse extends java.lang.Object implements org.apache.thrift.TBase<GetWorkflowExecutionHistoryResponse,GetWorkflowExecutionHistoryResponse._Fields>, java.io.Serializable, java.lang.Cloneable, java.lang.Comparable<GetWorkflowExecutionHistoryResponse>
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
GetWorkflowExecutionHistoryResponse._Fields
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
-
Field Summary
Fields Modifier and Type Field Description boolean
archived
History
history
static java.util.Map<GetWorkflowExecutionHistoryResponse._Fields,org.apache.thrift.meta_data.FieldMetaData>
metaDataMap
java.nio.ByteBuffer
nextPageToken
java.util.List<DataBlob>
rawHistory
-
Constructor Summary
Constructors Constructor Description GetWorkflowExecutionHistoryResponse()
GetWorkflowExecutionHistoryResponse(GetWorkflowExecutionHistoryResponse other)
Performs a deep copy on other.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addToRawHistory(DataBlob elem)
java.nio.ByteBuffer
bufferForNextPageToken()
void
clear()
int
compareTo(GetWorkflowExecutionHistoryResponse other)
GetWorkflowExecutionHistoryResponse
deepCopy()
boolean
equals(GetWorkflowExecutionHistoryResponse that)
boolean
equals(java.lang.Object that)
GetWorkflowExecutionHistoryResponse._Fields
fieldForId(int fieldId)
java.lang.Object
getFieldValue(GetWorkflowExecutionHistoryResponse._Fields field)
History
getHistory()
byte[]
getNextPageToken()
java.util.List<DataBlob>
getRawHistory()
java.util.Iterator<DataBlob>
getRawHistoryIterator()
int
getRawHistorySize()
int
hashCode()
boolean
isArchived()
boolean
isSet(GetWorkflowExecutionHistoryResponse._Fields field)
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwiseboolean
isSetArchived()
Returns true if field archived is set (has been assigned a value) and false otherwiseboolean
isSetHistory()
Returns true if field history is set (has been assigned a value) and false otherwiseboolean
isSetNextPageToken()
Returns true if field nextPageToken is set (has been assigned a value) and false otherwiseboolean
isSetRawHistory()
Returns true if field rawHistory is set (has been assigned a value) and false otherwisevoid
read(org.apache.thrift.protocol.TProtocol iprot)
GetWorkflowExecutionHistoryResponse
setArchived(boolean archived)
void
setArchivedIsSet(boolean value)
void
setFieldValue(GetWorkflowExecutionHistoryResponse._Fields field, java.lang.Object value)
GetWorkflowExecutionHistoryResponse
setHistory(History history)
void
setHistoryIsSet(boolean value)
GetWorkflowExecutionHistoryResponse
setNextPageToken(byte[] nextPageToken)
GetWorkflowExecutionHistoryResponse
setNextPageToken(java.nio.ByteBuffer nextPageToken)
void
setNextPageTokenIsSet(boolean value)
GetWorkflowExecutionHistoryResponse
setRawHistory(java.util.List<DataBlob> rawHistory)
void
setRawHistoryIsSet(boolean value)
java.lang.String
toString()
void
unsetArchived()
void
unsetHistory()
void
unsetNextPageToken()
void
unsetRawHistory()
void
validate()
void
write(org.apache.thrift.protocol.TProtocol oprot)
-
-
-
Field Detail
-
history
public History history
-
rawHistory
public java.util.List<DataBlob> rawHistory
-
nextPageToken
public java.nio.ByteBuffer nextPageToken
-
archived
public boolean archived
-
metaDataMap
public static final java.util.Map<GetWorkflowExecutionHistoryResponse._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
-
-
Constructor Detail
-
GetWorkflowExecutionHistoryResponse
public GetWorkflowExecutionHistoryResponse()
-
GetWorkflowExecutionHistoryResponse
public GetWorkflowExecutionHistoryResponse(GetWorkflowExecutionHistoryResponse other)
Performs a deep copy on other.
-
-
Method Detail
-
deepCopy
public GetWorkflowExecutionHistoryResponse deepCopy()
- Specified by:
deepCopy
in interfaceorg.apache.thrift.TBase<GetWorkflowExecutionHistoryResponse,GetWorkflowExecutionHistoryResponse._Fields>
-
clear
public void clear()
- Specified by:
clear
in interfaceorg.apache.thrift.TBase<GetWorkflowExecutionHistoryResponse,GetWorkflowExecutionHistoryResponse._Fields>
-
getHistory
public History getHistory()
-
setHistory
public GetWorkflowExecutionHistoryResponse setHistory(History history)
-
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)
-
getRawHistorySize
public int getRawHistorySize()
-
getRawHistoryIterator
public java.util.Iterator<DataBlob> getRawHistoryIterator()
-
addToRawHistory
public void addToRawHistory(DataBlob elem)
-
getRawHistory
public java.util.List<DataBlob> getRawHistory()
-
setRawHistory
public GetWorkflowExecutionHistoryResponse setRawHistory(java.util.List<DataBlob> rawHistory)
-
unsetRawHistory
public void unsetRawHistory()
-
isSetRawHistory
public boolean isSetRawHistory()
Returns true if field rawHistory is set (has been assigned a value) and false otherwise
-
setRawHistoryIsSet
public void setRawHistoryIsSet(boolean value)
-
getNextPageToken
public byte[] getNextPageToken()
-
bufferForNextPageToken
public java.nio.ByteBuffer bufferForNextPageToken()
-
setNextPageToken
public GetWorkflowExecutionHistoryResponse setNextPageToken(byte[] nextPageToken)
-
setNextPageToken
public GetWorkflowExecutionHistoryResponse setNextPageToken(java.nio.ByteBuffer nextPageToken)
-
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)
-
isArchived
public boolean isArchived()
-
setArchived
public GetWorkflowExecutionHistoryResponse setArchived(boolean archived)
-
unsetArchived
public void unsetArchived()
-
isSetArchived
public boolean isSetArchived()
Returns true if field archived is set (has been assigned a value) and false otherwise
-
setArchivedIsSet
public void setArchivedIsSet(boolean value)
-
setFieldValue
public void setFieldValue(GetWorkflowExecutionHistoryResponse._Fields field, java.lang.Object value)
- Specified by:
setFieldValue
in interfaceorg.apache.thrift.TBase<GetWorkflowExecutionHistoryResponse,GetWorkflowExecutionHistoryResponse._Fields>
-
getFieldValue
public java.lang.Object getFieldValue(GetWorkflowExecutionHistoryResponse._Fields field)
- Specified by:
getFieldValue
in interfaceorg.apache.thrift.TBase<GetWorkflowExecutionHistoryResponse,GetWorkflowExecutionHistoryResponse._Fields>
-
isSet
public boolean isSet(GetWorkflowExecutionHistoryResponse._Fields field)
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise- Specified by:
isSet
in interfaceorg.apache.thrift.TBase<GetWorkflowExecutionHistoryResponse,GetWorkflowExecutionHistoryResponse._Fields>
-
equals
public boolean equals(java.lang.Object that)
- Overrides:
equals
in classjava.lang.Object
-
equals
public boolean equals(GetWorkflowExecutionHistoryResponse that)
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
compareTo
public int compareTo(GetWorkflowExecutionHistoryResponse other)
- Specified by:
compareTo
in interfacejava.lang.Comparable<GetWorkflowExecutionHistoryResponse>
-
fieldForId
public GetWorkflowExecutionHistoryResponse._Fields fieldForId(int fieldId)
- Specified by:
fieldForId
in interfaceorg.apache.thrift.TBase<GetWorkflowExecutionHistoryResponse,GetWorkflowExecutionHistoryResponse._Fields>
-
read
public void read(org.apache.thrift.protocol.TProtocol iprot) throws org.apache.thrift.TException
- Specified by:
read
in interfaceorg.apache.thrift.TBase<GetWorkflowExecutionHistoryResponse,GetWorkflowExecutionHistoryResponse._Fields>
- Throws:
org.apache.thrift.TException
-
write
public void write(org.apache.thrift.protocol.TProtocol oprot) throws org.apache.thrift.TException
- Specified by:
write
in interfaceorg.apache.thrift.TBase<GetWorkflowExecutionHistoryResponse,GetWorkflowExecutionHistoryResponse._Fields>
- Throws:
org.apache.thrift.TException
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
validate
public void validate() throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
-