Package org.apache.storm.generated
Class WorkerTokenInfo
- java.lang.Object
-
- org.apache.storm.generated.WorkerTokenInfo
-
- All Implemented Interfaces:
Serializable
,Cloneable
,Comparable<WorkerTokenInfo>
,org.apache.storm.thrift.TBase<WorkerTokenInfo,WorkerTokenInfo._Fields>
,org.apache.storm.thrift.TSerializable
@Generated("Autogenerated by Thrift Compiler (0.19.0)") public class WorkerTokenInfo extends Object implements org.apache.storm.thrift.TBase<WorkerTokenInfo,WorkerTokenInfo._Fields>, Serializable, Cloneable, Comparable<WorkerTokenInfo>
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
WorkerTokenInfo._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 static Map<WorkerTokenInfo._Fields,org.apache.storm.thrift.meta_data.FieldMetaData>
metaDataMap
-
Constructor Summary
Constructors Constructor Description WorkerTokenInfo()
WorkerTokenInfo(String userName, String topologyId, long secretVersion, long expirationTimeMillis)
WorkerTokenInfo(WorkerTokenInfo other)
Performs a deep copy on other.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
clear()
int
compareTo(WorkerTokenInfo other)
WorkerTokenInfo
deepCopy()
boolean
equals(Object that)
boolean
equals(WorkerTokenInfo that)
WorkerTokenInfo._Fields
fieldForId(int fieldId)
long
get_expirationTimeMillis()
long
get_secretVersion()
String
get_topologyId()
String
get_userName()
Object
getFieldValue(WorkerTokenInfo._Fields field)
int
hashCode()
boolean
is_set_expirationTimeMillis()
Returns true if field expirationTimeMillis is set (has been assigned a value) and false otherwiseboolean
is_set_secretVersion()
Returns true if field secretVersion is set (has been assigned a value) and false otherwiseboolean
is_set_topologyId()
Returns true if field topologyId is set (has been assigned a value) and false otherwiseboolean
is_set_userName()
Returns true if field userName is set (has been assigned a value) and false otherwiseboolean
isSet(WorkerTokenInfo._Fields field)
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwisevoid
read(org.apache.storm.thrift.protocol.TProtocol iprot)
void
set_expirationTimeMillis(long expirationTimeMillis)
void
set_expirationTimeMillis_isSet(boolean value)
void
set_secretVersion(long secretVersion)
void
set_secretVersion_isSet(boolean value)
void
set_topologyId(String topologyId)
void
set_topologyId_isSet(boolean value)
void
set_userName(String userName)
void
set_userName_isSet(boolean value)
void
setFieldValue(WorkerTokenInfo._Fields field, Object value)
String
toString()
void
unset_expirationTimeMillis()
void
unset_secretVersion()
void
unset_topologyId()
void
unset_userName()
void
validate()
void
write(org.apache.storm.thrift.protocol.TProtocol oprot)
-
-
-
Field Detail
-
metaDataMap
public static final Map<WorkerTokenInfo._Fields,org.apache.storm.thrift.meta_data.FieldMetaData> metaDataMap
-
-
Constructor Detail
-
WorkerTokenInfo
public WorkerTokenInfo()
-
WorkerTokenInfo
public WorkerTokenInfo(String userName, String topologyId, long secretVersion, long expirationTimeMillis)
-
WorkerTokenInfo
public WorkerTokenInfo(WorkerTokenInfo other)
Performs a deep copy on other.
-
-
Method Detail
-
deepCopy
public WorkerTokenInfo deepCopy()
- Specified by:
deepCopy
in interfaceorg.apache.storm.thrift.TBase<WorkerTokenInfo,WorkerTokenInfo._Fields>
-
clear
public void clear()
- Specified by:
clear
in interfaceorg.apache.storm.thrift.TBase<WorkerTokenInfo,WorkerTokenInfo._Fields>
-
get_userName
public String get_userName()
-
set_userName
public void set_userName(String userName)
-
unset_userName
public void unset_userName()
-
is_set_userName
public boolean is_set_userName()
Returns true if field userName is set (has been assigned a value) and false otherwise
-
set_userName_isSet
public void set_userName_isSet(boolean value)
-
get_topologyId
public String get_topologyId()
-
set_topologyId
public void set_topologyId(String topologyId)
-
unset_topologyId
public void unset_topologyId()
-
is_set_topologyId
public boolean is_set_topologyId()
Returns true if field topologyId is set (has been assigned a value) and false otherwise
-
set_topologyId_isSet
public void set_topologyId_isSet(boolean value)
-
get_secretVersion
public long get_secretVersion()
-
set_secretVersion
public void set_secretVersion(long secretVersion)
-
unset_secretVersion
public void unset_secretVersion()
-
is_set_secretVersion
public boolean is_set_secretVersion()
Returns true if field secretVersion is set (has been assigned a value) and false otherwise
-
set_secretVersion_isSet
public void set_secretVersion_isSet(boolean value)
-
get_expirationTimeMillis
public long get_expirationTimeMillis()
-
set_expirationTimeMillis
public void set_expirationTimeMillis(long expirationTimeMillis)
-
unset_expirationTimeMillis
public void unset_expirationTimeMillis()
-
is_set_expirationTimeMillis
public boolean is_set_expirationTimeMillis()
Returns true if field expirationTimeMillis is set (has been assigned a value) and false otherwise
-
set_expirationTimeMillis_isSet
public void set_expirationTimeMillis_isSet(boolean value)
-
setFieldValue
public void setFieldValue(WorkerTokenInfo._Fields field, Object value)
- Specified by:
setFieldValue
in interfaceorg.apache.storm.thrift.TBase<WorkerTokenInfo,WorkerTokenInfo._Fields>
-
getFieldValue
public Object getFieldValue(WorkerTokenInfo._Fields field)
- Specified by:
getFieldValue
in interfaceorg.apache.storm.thrift.TBase<WorkerTokenInfo,WorkerTokenInfo._Fields>
-
isSet
public boolean isSet(WorkerTokenInfo._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.storm.thrift.TBase<WorkerTokenInfo,WorkerTokenInfo._Fields>
-
equals
public boolean equals(WorkerTokenInfo that)
-
compareTo
public int compareTo(WorkerTokenInfo other)
- Specified by:
compareTo
in interfaceComparable<WorkerTokenInfo>
-
fieldForId
public WorkerTokenInfo._Fields fieldForId(int fieldId)
- Specified by:
fieldForId
in interfaceorg.apache.storm.thrift.TBase<WorkerTokenInfo,WorkerTokenInfo._Fields>
-
read
public void read(org.apache.storm.thrift.protocol.TProtocol iprot) throws org.apache.storm.thrift.TException
- Specified by:
read
in interfaceorg.apache.storm.thrift.TSerializable
- Throws:
org.apache.storm.thrift.TException
-
write
public void write(org.apache.storm.thrift.protocol.TProtocol oprot) throws org.apache.storm.thrift.TException
- Specified by:
write
in interfaceorg.apache.storm.thrift.TSerializable
- Throws:
org.apache.storm.thrift.TException
-
validate
public void validate() throws org.apache.storm.thrift.TException
- Throws:
org.apache.storm.thrift.TException
-
-