public class StackInteractionReport extends java.lang.Object implements org.apache.thrift.TBase<StackInteractionReport,StackInteractionReport._Fields>, java.io.Serializable, java.lang.Cloneable, java.lang.Comparable<StackInteractionReport>
| Modifier and Type | Class and Description |
|---|---|
static class |
StackInteractionReport._Fields
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
| Modifier and Type | Field and Description |
|---|---|
static java.util.Map<StackInteractionReport._Fields,org.apache.thrift.meta_data.FieldMetaData> |
metaDataMap |
| Constructor and Description |
|---|
StackInteractionReport() |
StackInteractionReport(StackInteractionReport other)
Performs a deep copy on other.
|
StackInteractionReport(java.lang.String uuid,
long timestamp,
java.util.List<java.lang.String> scriptLines,
java.util.List<java.lang.Long> scriptTimes,
java.util.List<java.lang.String> tokens) |
| Modifier and Type | Method and Description |
|---|---|
void |
addToScriptLines(java.lang.String elem) |
void |
addToScriptTimes(long elem) |
void |
addToTokens(java.lang.String elem) |
void |
clear() |
int |
compareTo(StackInteractionReport other) |
StackInteractionReport |
deepCopy() |
boolean |
equals(java.lang.Object that) |
boolean |
equals(StackInteractionReport that) |
StackInteractionReport._Fields |
fieldForId(int fieldId) |
java.lang.Object |
getFieldValue(StackInteractionReport._Fields field) |
java.util.List<java.lang.String> |
getScriptLines()
Actual lines of the script
|
java.util.Iterator<java.lang.String> |
getScriptLinesIterator() |
int |
getScriptLinesSize() |
java.util.List<java.lang.Long> |
getScriptTimes()
Execution time of each line of the script
|
java.util.Iterator<java.lang.Long> |
getScriptTimesIterator() |
int |
getScriptTimesSize() |
long |
getTimestamp()
Timestamp of the script execution
|
java.util.List<java.lang.String> |
getTokens()
List of all tokens used in the script
|
java.util.Iterator<java.lang.String> |
getTokensIterator() |
int |
getTokensSize() |
java.lang.String |
getUuid()
UUID of the script execution.
|
int |
hashCode() |
boolean |
isSet(StackInteractionReport._Fields field)
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
|
boolean |
isSetScriptLines()
Returns true if field scriptLines is set (has been assigned a value) and false otherwise
|
boolean |
isSetScriptTimes()
Returns true if field scriptTimes is set (has been assigned a value) and false otherwise
|
boolean |
isSetTimestamp()
Returns true if field timestamp is set (has been assigned a value) and false otherwise
|
boolean |
isSetTokens()
Returns true if field tokens is set (has been assigned a value) and false otherwise
|
boolean |
isSetUuid()
Returns true if field uuid is set (has been assigned a value) and false otherwise
|
void |
read(org.apache.thrift.protocol.TProtocol iprot) |
void |
setFieldValue(StackInteractionReport._Fields field,
java.lang.Object value) |
StackInteractionReport |
setScriptLines(java.util.List<java.lang.String> scriptLines)
Actual lines of the script
|
void |
setScriptLinesIsSet(boolean value) |
StackInteractionReport |
setScriptTimes(java.util.List<java.lang.Long> scriptTimes)
Execution time of each line of the script
|
void |
setScriptTimesIsSet(boolean value) |
StackInteractionReport |
setTimestamp(long timestamp)
Timestamp of the script execution
|
void |
setTimestampIsSet(boolean value) |
StackInteractionReport |
setTokens(java.util.List<java.lang.String> tokens)
List of all tokens used in the script
|
void |
setTokensIsSet(boolean value) |
StackInteractionReport |
setUuid(java.lang.String uuid)
UUID of the script execution.
|
void |
setUuidIsSet(boolean value) |
java.lang.String |
toString() |
void |
unsetScriptLines() |
void |
unsetScriptTimes() |
void |
unsetTimestamp() |
void |
unsetTokens() |
void |
unsetUuid() |
void |
validate() |
void |
write(org.apache.thrift.protocol.TProtocol oprot) |
public static final java.util.Map<StackInteractionReport._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
public StackInteractionReport()
public StackInteractionReport(java.lang.String uuid,
long timestamp,
java.util.List<java.lang.String> scriptLines,
java.util.List<java.lang.Long> scriptTimes,
java.util.List<java.lang.String> tokens)
public StackInteractionReport(StackInteractionReport other)
public StackInteractionReport deepCopy()
deepCopy in interface org.apache.thrift.TBase<StackInteractionReport,StackInteractionReport._Fields>public void clear()
clear in interface org.apache.thrift.TBase<StackInteractionReport,StackInteractionReport._Fields>public java.lang.String getUuid()
public StackInteractionReport setUuid(java.lang.String uuid)
public void unsetUuid()
public boolean isSetUuid()
public void setUuidIsSet(boolean value)
public long getTimestamp()
public StackInteractionReport setTimestamp(long timestamp)
public void unsetTimestamp()
public boolean isSetTimestamp()
public void setTimestampIsSet(boolean value)
public int getScriptLinesSize()
public java.util.Iterator<java.lang.String> getScriptLinesIterator()
public void addToScriptLines(java.lang.String elem)
public java.util.List<java.lang.String> getScriptLines()
public StackInteractionReport setScriptLines(java.util.List<java.lang.String> scriptLines)
public void unsetScriptLines()
public boolean isSetScriptLines()
public void setScriptLinesIsSet(boolean value)
public int getScriptTimesSize()
public java.util.Iterator<java.lang.Long> getScriptTimesIterator()
public void addToScriptTimes(long elem)
public java.util.List<java.lang.Long> getScriptTimes()
public StackInteractionReport setScriptTimes(java.util.List<java.lang.Long> scriptTimes)
public void unsetScriptTimes()
public boolean isSetScriptTimes()
public void setScriptTimesIsSet(boolean value)
public int getTokensSize()
public java.util.Iterator<java.lang.String> getTokensIterator()
public void addToTokens(java.lang.String elem)
public java.util.List<java.lang.String> getTokens()
public StackInteractionReport setTokens(java.util.List<java.lang.String> tokens)
public void unsetTokens()
public boolean isSetTokens()
public void setTokensIsSet(boolean value)
public void setFieldValue(StackInteractionReport._Fields field, java.lang.Object value)
setFieldValue in interface org.apache.thrift.TBase<StackInteractionReport,StackInteractionReport._Fields>public java.lang.Object getFieldValue(StackInteractionReport._Fields field)
getFieldValue in interface org.apache.thrift.TBase<StackInteractionReport,StackInteractionReport._Fields>public boolean isSet(StackInteractionReport._Fields field)
isSet in interface org.apache.thrift.TBase<StackInteractionReport,StackInteractionReport._Fields>public boolean equals(java.lang.Object that)
equals in class java.lang.Objectpublic boolean equals(StackInteractionReport that)
public int hashCode()
hashCode in class java.lang.Objectpublic int compareTo(StackInteractionReport other)
compareTo in interface java.lang.Comparable<StackInteractionReport>public StackInteractionReport._Fields fieldForId(int fieldId)
fieldForId in interface org.apache.thrift.TBase<StackInteractionReport,StackInteractionReport._Fields>public void read(org.apache.thrift.protocol.TProtocol iprot)
throws org.apache.thrift.TException
read in interface org.apache.thrift.TSerializableorg.apache.thrift.TExceptionpublic void write(org.apache.thrift.protocol.TProtocol oprot)
throws org.apache.thrift.TException
write in interface org.apache.thrift.TSerializableorg.apache.thrift.TExceptionpublic java.lang.String toString()
toString in class java.lang.Objectpublic void validate()
throws org.apache.thrift.TException
org.apache.thrift.TException