Package org.apache.storm.generated
Class Nimbus.getSupervisorPageInfo_args
- java.lang.Object
- 
- org.apache.storm.generated.Nimbus.getSupervisorPageInfo_args
 
- 
- All Implemented Interfaces:
- Serializable,- Cloneable,- Comparable<Nimbus.getSupervisorPageInfo_args>,- org.apache.storm.thrift.TBase<Nimbus.getSupervisorPageInfo_args,Nimbus.getSupervisorPageInfo_args._Fields>,- org.apache.storm.thrift.TSerializable
 - Enclosing class:
- Nimbus
 
 public static class Nimbus.getSupervisorPageInfo_args extends Object implements org.apache.storm.thrift.TBase<Nimbus.getSupervisorPageInfo_args,Nimbus.getSupervisorPageInfo_args._Fields>, Serializable, Cloneable, Comparable<Nimbus.getSupervisorPageInfo_args> - See Also:
- Serialized Form
 
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classNimbus.getSupervisorPageInfo_args._FieldsThe set of fields this struct contains, along with convenience methods for finding and manipulating them.
 - 
Field SummaryFields Modifier and Type Field Description static Map<Nimbus.getSupervisorPageInfo_args._Fields,org.apache.storm.thrift.meta_data.FieldMetaData>metaDataMap
 - 
Constructor SummaryConstructors Constructor Description getSupervisorPageInfo_args()getSupervisorPageInfo_args(String id, String host, boolean is_include_sys)getSupervisorPageInfo_args(Nimbus.getSupervisorPageInfo_args other)Performs a deep copy on other.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclear()intcompareTo(Nimbus.getSupervisorPageInfo_args other)Nimbus.getSupervisorPageInfo_argsdeepCopy()booleanequals(Object that)booleanequals(Nimbus.getSupervisorPageInfo_args that)Nimbus.getSupervisorPageInfo_args._FieldsfieldForId(int fieldId)Stringget_host()Stringget_id()ObjectgetFieldValue(Nimbus.getSupervisorPageInfo_args._Fields field)inthashCode()booleanis_is_include_sys()booleanis_set_host()Returns true if field host is set (has been assigned a value) and false otherwisebooleanis_set_id()Returns true if field id is set (has been assigned a value) and false otherwisebooleanis_set_is_include_sys()Returns true if field is_include_sys is set (has been assigned a value) and false otherwisebooleanisSet(Nimbus.getSupervisorPageInfo_args._Fields field)Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwisevoidread(org.apache.storm.thrift.protocol.TProtocol iprot)voidset_host(String host)voidset_host_isSet(boolean value)voidset_id(String id)voidset_id_isSet(boolean value)voidset_is_include_sys(boolean is_include_sys)voidset_is_include_sys_isSet(boolean value)voidsetFieldValue(Nimbus.getSupervisorPageInfo_args._Fields field, Object value)StringtoString()voidunset_host()voidunset_id()voidunset_is_include_sys()voidvalidate()voidwrite(org.apache.storm.thrift.protocol.TProtocol oprot)
 
- 
- 
- 
Field Detail- 
metaDataMappublic static final Map<Nimbus.getSupervisorPageInfo_args._Fields,org.apache.storm.thrift.meta_data.FieldMetaData> metaDataMap 
 
- 
 - 
Constructor Detail- 
getSupervisorPageInfo_argspublic getSupervisorPageInfo_args() 
 - 
getSupervisorPageInfo_argspublic getSupervisorPageInfo_args(String id, String host, boolean is_include_sys) 
 - 
getSupervisorPageInfo_argspublic getSupervisorPageInfo_args(Nimbus.getSupervisorPageInfo_args other) Performs a deep copy on other.
 
- 
 - 
Method Detail- 
deepCopypublic Nimbus.getSupervisorPageInfo_args deepCopy() - Specified by:
- deepCopyin interface- org.apache.storm.thrift.TBase<Nimbus.getSupervisorPageInfo_args,Nimbus.getSupervisorPageInfo_args._Fields>
 
 - 
clearpublic void clear() - Specified by:
- clearin interface- org.apache.storm.thrift.TBase<Nimbus.getSupervisorPageInfo_args,Nimbus.getSupervisorPageInfo_args._Fields>
 
 - 
get_idpublic String get_id() 
 - 
set_idpublic void set_id(String id) 
 - 
unset_idpublic void unset_id() 
 - 
is_set_idpublic boolean is_set_id() Returns true if field id is set (has been assigned a value) and false otherwise
 - 
set_id_isSetpublic void set_id_isSet(boolean value) 
 - 
get_hostpublic String get_host() 
 - 
set_hostpublic void set_host(String host) 
 - 
unset_hostpublic void unset_host() 
 - 
is_set_hostpublic boolean is_set_host() Returns true if field host is set (has been assigned a value) and false otherwise
 - 
set_host_isSetpublic void set_host_isSet(boolean value) 
 - 
is_is_include_syspublic boolean is_is_include_sys() 
 - 
set_is_include_syspublic void set_is_include_sys(boolean is_include_sys) 
 - 
unset_is_include_syspublic void unset_is_include_sys() 
 - 
is_set_is_include_syspublic boolean is_set_is_include_sys() Returns true if field is_include_sys is set (has been assigned a value) and false otherwise
 - 
set_is_include_sys_isSetpublic void set_is_include_sys_isSet(boolean value) 
 - 
setFieldValuepublic void setFieldValue(Nimbus.getSupervisorPageInfo_args._Fields field, Object value) - Specified by:
- setFieldValuein interface- org.apache.storm.thrift.TBase<Nimbus.getSupervisorPageInfo_args,Nimbus.getSupervisorPageInfo_args._Fields>
 
 - 
getFieldValuepublic Object getFieldValue(Nimbus.getSupervisorPageInfo_args._Fields field) - Specified by:
- getFieldValuein interface- org.apache.storm.thrift.TBase<Nimbus.getSupervisorPageInfo_args,Nimbus.getSupervisorPageInfo_args._Fields>
 
 - 
isSetpublic boolean isSet(Nimbus.getSupervisorPageInfo_args._Fields field) Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise- Specified by:
- isSetin interface- org.apache.storm.thrift.TBase<Nimbus.getSupervisorPageInfo_args,Nimbus.getSupervisorPageInfo_args._Fields>
 
 - 
equalspublic boolean equals(Nimbus.getSupervisorPageInfo_args that) 
 - 
compareTopublic int compareTo(Nimbus.getSupervisorPageInfo_args other) - Specified by:
- compareToin interface- Comparable<Nimbus.getSupervisorPageInfo_args>
 
 - 
fieldForIdpublic Nimbus.getSupervisorPageInfo_args._Fields fieldForId(int fieldId) - Specified by:
- fieldForIdin interface- org.apache.storm.thrift.TBase<Nimbus.getSupervisorPageInfo_args,Nimbus.getSupervisorPageInfo_args._Fields>
 
 - 
readpublic void read(org.apache.storm.thrift.protocol.TProtocol iprot) throws org.apache.storm.thrift.TException- Specified by:
- readin interface- org.apache.storm.thrift.TSerializable
- Throws:
- org.apache.storm.thrift.TException
 
 - 
writepublic void write(org.apache.storm.thrift.protocol.TProtocol oprot) throws org.apache.storm.thrift.TException- Specified by:
- writein interface- org.apache.storm.thrift.TSerializable
- Throws:
- org.apache.storm.thrift.TException
 
 - 
validatepublic void validate() throws org.apache.storm.thrift.TException- Throws:
- org.apache.storm.thrift.TException
 
 
- 
 
-