Package org.apache.storm.generated
Class Nimbus.getComponentPageInfo_args
- java.lang.Object
- 
- org.apache.storm.generated.Nimbus.getComponentPageInfo_args
 
- 
- All Implemented Interfaces:
- Serializable,- Cloneable,- Comparable<Nimbus.getComponentPageInfo_args>,- org.apache.storm.thrift.TBase<Nimbus.getComponentPageInfo_args,Nimbus.getComponentPageInfo_args._Fields>,- org.apache.storm.thrift.TSerializable
 - Enclosing class:
- Nimbus
 
 public static class Nimbus.getComponentPageInfo_args extends Object implements org.apache.storm.thrift.TBase<Nimbus.getComponentPageInfo_args,Nimbus.getComponentPageInfo_args._Fields>, Serializable, Cloneable, Comparable<Nimbus.getComponentPageInfo_args> - See Also:
- Serialized Form
 
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classNimbus.getComponentPageInfo_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.getComponentPageInfo_args._Fields,org.apache.storm.thrift.meta_data.FieldMetaData>metaDataMap
 - 
Constructor SummaryConstructors Constructor Description getComponentPageInfo_args()getComponentPageInfo_args(String topology_id, String component_id, String window, boolean is_include_sys)getComponentPageInfo_args(Nimbus.getComponentPageInfo_args other)Performs a deep copy on other.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclear()intcompareTo(Nimbus.getComponentPageInfo_args other)Nimbus.getComponentPageInfo_argsdeepCopy()booleanequals(Object that)booleanequals(Nimbus.getComponentPageInfo_args that)Nimbus.getComponentPageInfo_args._FieldsfieldForId(int fieldId)Stringget_component_id()Stringget_topology_id()Stringget_window()ObjectgetFieldValue(Nimbus.getComponentPageInfo_args._Fields field)inthashCode()booleanis_is_include_sys()booleanis_set_component_id()Returns true if field component_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 otherwisebooleanis_set_topology_id()Returns true if field topology_id is set (has been assigned a value) and false otherwisebooleanis_set_window()Returns true if field window is set (has been assigned a value) and false otherwisebooleanisSet(Nimbus.getComponentPageInfo_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_component_id(String component_id)voidset_component_id_isSet(boolean value)voidset_is_include_sys(boolean is_include_sys)voidset_is_include_sys_isSet(boolean value)voidset_topology_id(String topology_id)voidset_topology_id_isSet(boolean value)voidset_window(String window)voidset_window_isSet(boolean value)voidsetFieldValue(Nimbus.getComponentPageInfo_args._Fields field, Object value)StringtoString()voidunset_component_id()voidunset_is_include_sys()voidunset_topology_id()voidunset_window()voidvalidate()voidwrite(org.apache.storm.thrift.protocol.TProtocol oprot)
 
- 
- 
- 
Field Detail- 
metaDataMappublic static final Map<Nimbus.getComponentPageInfo_args._Fields,org.apache.storm.thrift.meta_data.FieldMetaData> metaDataMap 
 
- 
 - 
Constructor Detail- 
getComponentPageInfo_argspublic getComponentPageInfo_args() 
 - 
getComponentPageInfo_argspublic getComponentPageInfo_args(String topology_id, String component_id, String window, boolean is_include_sys) 
 - 
getComponentPageInfo_argspublic getComponentPageInfo_args(Nimbus.getComponentPageInfo_args other) Performs a deep copy on other.
 
- 
 - 
Method Detail- 
deepCopypublic Nimbus.getComponentPageInfo_args deepCopy() - Specified by:
- deepCopyin interface- org.apache.storm.thrift.TBase<Nimbus.getComponentPageInfo_args,Nimbus.getComponentPageInfo_args._Fields>
 
 - 
clearpublic void clear() - Specified by:
- clearin interface- org.apache.storm.thrift.TBase<Nimbus.getComponentPageInfo_args,Nimbus.getComponentPageInfo_args._Fields>
 
 - 
get_topology_idpublic String get_topology_id() 
 - 
set_topology_idpublic void set_topology_id(String topology_id) 
 - 
unset_topology_idpublic void unset_topology_id() 
 - 
is_set_topology_idpublic boolean is_set_topology_id() Returns true if field topology_id is set (has been assigned a value) and false otherwise
 - 
set_topology_id_isSetpublic void set_topology_id_isSet(boolean value) 
 - 
get_component_idpublic String get_component_id() 
 - 
set_component_idpublic void set_component_id(String component_id) 
 - 
unset_component_idpublic void unset_component_id() 
 - 
is_set_component_idpublic boolean is_set_component_id() Returns true if field component_id is set (has been assigned a value) and false otherwise
 - 
set_component_id_isSetpublic void set_component_id_isSet(boolean value) 
 - 
get_windowpublic String get_window() 
 - 
set_windowpublic void set_window(String window) 
 - 
unset_windowpublic void unset_window() 
 - 
is_set_windowpublic boolean is_set_window() Returns true if field window is set (has been assigned a value) and false otherwise
 - 
set_window_isSetpublic void set_window_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.getComponentPageInfo_args._Fields field, Object value) - Specified by:
- setFieldValuein interface- org.apache.storm.thrift.TBase<Nimbus.getComponentPageInfo_args,Nimbus.getComponentPageInfo_args._Fields>
 
 - 
getFieldValuepublic Object getFieldValue(Nimbus.getComponentPageInfo_args._Fields field) - Specified by:
- getFieldValuein interface- org.apache.storm.thrift.TBase<Nimbus.getComponentPageInfo_args,Nimbus.getComponentPageInfo_args._Fields>
 
 - 
isSetpublic boolean isSet(Nimbus.getComponentPageInfo_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.getComponentPageInfo_args,Nimbus.getComponentPageInfo_args._Fields>
 
 - 
equalspublic boolean equals(Nimbus.getComponentPageInfo_args that) 
 - 
compareTopublic int compareTo(Nimbus.getComponentPageInfo_args other) - Specified by:
- compareToin interface- Comparable<Nimbus.getComponentPageInfo_args>
 
 - 
fieldForIdpublic Nimbus.getComponentPageInfo_args._Fields fieldForId(int fieldId) - Specified by:
- fieldForIdin interface- org.apache.storm.thrift.TBase<Nimbus.getComponentPageInfo_args,Nimbus.getComponentPageInfo_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
 
 
- 
 
-