@Generated(value="Autogenerated by Thrift Compiler (0.9.3)",
date="2019-10-25")
public class MarkerRecordedEventAttributes
extends java.lang.Object
implements org.apache.thrift.TBase<MarkerRecordedEventAttributes,MarkerRecordedEventAttributes._Fields>, java.io.Serializable, java.lang.Cloneable, java.lang.Comparable<MarkerRecordedEventAttributes>
| Modifier and Type | Class and Description |
|---|---|
static class |
MarkerRecordedEventAttributes._Fields
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
| Modifier and Type | Field and Description |
|---|---|
long |
decisionTaskCompletedEventId |
java.nio.ByteBuffer |
details |
Header |
header |
java.lang.String |
markerName |
static java.util.Map<MarkerRecordedEventAttributes._Fields,org.apache.thrift.meta_data.FieldMetaData> |
metaDataMap |
| Constructor and Description |
|---|
MarkerRecordedEventAttributes() |
MarkerRecordedEventAttributes(MarkerRecordedEventAttributes other)
Performs a deep copy on other.
|
| Modifier and Type | Method and Description |
|---|---|
java.nio.ByteBuffer |
bufferForDetails() |
void |
clear() |
int |
compareTo(MarkerRecordedEventAttributes other) |
MarkerRecordedEventAttributes |
deepCopy() |
boolean |
equals(MarkerRecordedEventAttributes that) |
boolean |
equals(java.lang.Object that) |
MarkerRecordedEventAttributes._Fields |
fieldForId(int fieldId) |
long |
getDecisionTaskCompletedEventId() |
byte[] |
getDetails() |
java.lang.Object |
getFieldValue(MarkerRecordedEventAttributes._Fields field) |
Header |
getHeader() |
java.lang.String |
getMarkerName() |
int |
hashCode() |
boolean |
isSet(MarkerRecordedEventAttributes._Fields field)
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
|
boolean |
isSetDecisionTaskCompletedEventId()
Returns true if field decisionTaskCompletedEventId is set (has been assigned a value) and false otherwise
|
boolean |
isSetDetails()
Returns true if field details is set (has been assigned a value) and false otherwise
|
boolean |
isSetHeader()
Returns true if field header is set (has been assigned a value) and false otherwise
|
boolean |
isSetMarkerName()
Returns true if field markerName is set (has been assigned a value) and false otherwise
|
void |
read(org.apache.thrift.protocol.TProtocol iprot) |
MarkerRecordedEventAttributes |
setDecisionTaskCompletedEventId(long decisionTaskCompletedEventId) |
void |
setDecisionTaskCompletedEventIdIsSet(boolean value) |
MarkerRecordedEventAttributes |
setDetails(byte[] details) |
MarkerRecordedEventAttributes |
setDetails(java.nio.ByteBuffer details) |
void |
setDetailsIsSet(boolean value) |
void |
setFieldValue(MarkerRecordedEventAttributes._Fields field,
java.lang.Object value) |
MarkerRecordedEventAttributes |
setHeader(Header header) |
void |
setHeaderIsSet(boolean value) |
MarkerRecordedEventAttributes |
setMarkerName(java.lang.String markerName) |
void |
setMarkerNameIsSet(boolean value) |
java.lang.String |
toString() |
void |
unsetDecisionTaskCompletedEventId() |
void |
unsetDetails() |
void |
unsetHeader() |
void |
unsetMarkerName() |
void |
validate() |
void |
write(org.apache.thrift.protocol.TProtocol oprot) |
public java.lang.String markerName
public java.nio.ByteBuffer details
public long decisionTaskCompletedEventId
public Header header
public static final java.util.Map<MarkerRecordedEventAttributes._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
public MarkerRecordedEventAttributes()
public MarkerRecordedEventAttributes(MarkerRecordedEventAttributes other)
public MarkerRecordedEventAttributes deepCopy()
deepCopy in interface org.apache.thrift.TBase<MarkerRecordedEventAttributes,MarkerRecordedEventAttributes._Fields>public void clear()
clear in interface org.apache.thrift.TBase<MarkerRecordedEventAttributes,MarkerRecordedEventAttributes._Fields>public java.lang.String getMarkerName()
public MarkerRecordedEventAttributes setMarkerName(java.lang.String markerName)
public void unsetMarkerName()
public boolean isSetMarkerName()
public void setMarkerNameIsSet(boolean value)
public byte[] getDetails()
public java.nio.ByteBuffer bufferForDetails()
public MarkerRecordedEventAttributes setDetails(byte[] details)
public MarkerRecordedEventAttributes setDetails(java.nio.ByteBuffer details)
public void unsetDetails()
public boolean isSetDetails()
public void setDetailsIsSet(boolean value)
public long getDecisionTaskCompletedEventId()
public MarkerRecordedEventAttributes setDecisionTaskCompletedEventId(long decisionTaskCompletedEventId)
public void unsetDecisionTaskCompletedEventId()
public boolean isSetDecisionTaskCompletedEventId()
public void setDecisionTaskCompletedEventIdIsSet(boolean value)
public Header getHeader()
public MarkerRecordedEventAttributes setHeader(Header header)
public void unsetHeader()
public boolean isSetHeader()
public void setHeaderIsSet(boolean value)
public void setFieldValue(MarkerRecordedEventAttributes._Fields field, java.lang.Object value)
setFieldValue in interface org.apache.thrift.TBase<MarkerRecordedEventAttributes,MarkerRecordedEventAttributes._Fields>public java.lang.Object getFieldValue(MarkerRecordedEventAttributes._Fields field)
getFieldValue in interface org.apache.thrift.TBase<MarkerRecordedEventAttributes,MarkerRecordedEventAttributes._Fields>public boolean isSet(MarkerRecordedEventAttributes._Fields field)
isSet in interface org.apache.thrift.TBase<MarkerRecordedEventAttributes,MarkerRecordedEventAttributes._Fields>public boolean equals(java.lang.Object that)
equals in class java.lang.Objectpublic boolean equals(MarkerRecordedEventAttributes that)
public int hashCode()
hashCode in class java.lang.Objectpublic int compareTo(MarkerRecordedEventAttributes other)
compareTo in interface java.lang.Comparable<MarkerRecordedEventAttributes>public MarkerRecordedEventAttributes._Fields fieldForId(int fieldId)
fieldForId in interface org.apache.thrift.TBase<MarkerRecordedEventAttributes,MarkerRecordedEventAttributes._Fields>public void read(org.apache.thrift.protocol.TProtocol iprot)
throws org.apache.thrift.TException
read in interface org.apache.thrift.TBase<MarkerRecordedEventAttributes,MarkerRecordedEventAttributes._Fields>org.apache.thrift.TExceptionpublic void write(org.apache.thrift.protocol.TProtocol oprot)
throws org.apache.thrift.TException
write in interface org.apache.thrift.TBase<MarkerRecordedEventAttributes,MarkerRecordedEventAttributes._Fields>org.apache.thrift.TExceptionpublic java.lang.String toString()
toString in class java.lang.Objectpublic void validate()
throws org.apache.thrift.TException
org.apache.thrift.TException