Package org.apache.storm.generated
Class AccessControl
java.lang.Object
org.apache.storm.generated.AccessControl
- All Implemented Interfaces:
- Serializable,- Cloneable,- Comparable<AccessControl>,- org.apache.storm.thrift.TBase<AccessControl,,- AccessControl._Fields> - org.apache.storm.thrift.TSerializable
@Generated("Autogenerated by Thrift Compiler (0.19.0)")
public class AccessControl
extends Object
implements org.apache.storm.thrift.TBase<AccessControl,AccessControl._Fields>, Serializable, Cloneable, Comparable<AccessControl> 
- See Also:
- 
Nested Class SummaryNested ClassesModifier and TypeClassDescriptionstatic enumThe set of fields this struct contains, along with convenience methods for finding and manipulating them.
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final Map<AccessControl._Fields,org.apache.storm.thrift.meta_data.FieldMetaData> 
- 
Constructor SummaryConstructorsConstructorDescriptionAccessControl(AccessControl other) Performs a deep copy on other.AccessControl(AccessControlType type, int access) 
- 
Method SummaryModifier and TypeMethodDescriptionvoidclear()intcompareTo(AccessControl other) deepCopy()booleanbooleanequals(AccessControl that) fieldForId(int fieldId) intget_name()get_type()inthashCode()booleanReturns true if field access is set (has been assigned a value) and false otherwisebooleanReturns true if field name is set (has been assigned a value) and false otherwisebooleanReturns true if field type is set (has been assigned a value) and false otherwisebooleanisSet(AccessControl._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_access(int access) voidset_access_isSet(boolean value) voidvoidset_name_isSet(boolean value) voidset_type(AccessControlType type) voidset_type_isSet(boolean value) voidsetFieldValue(AccessControl._Fields field, Object value) toString()voidvoidvoidvoidvalidate()voidwrite(org.apache.storm.thrift.protocol.TProtocol oprot) 
- 
Field Details- 
metaDataMappublic static final Map<AccessControl._Fields,org.apache.storm.thrift.meta_data.FieldMetaData> metaDataMap
 
- 
- 
Constructor Details- 
AccessControlpublic AccessControl()
- 
AccessControl
- 
AccessControlPerforms a deep copy on other.
 
- 
- 
Method Details- 
deepCopy- Specified by:
- deepCopyin interface- org.apache.storm.thrift.TBase<AccessControl,- AccessControl._Fields> 
 
- 
clearpublic void clear()- Specified by:
- clearin interface- org.apache.storm.thrift.TBase<AccessControl,- AccessControl._Fields> 
 
- 
get_type- See Also:
 
- 
set_type- See Also:
 
- 
unset_typepublic void unset_type()
- 
is_set_typepublic boolean is_set_type()Returns true if field type is set (has been assigned a value) and false otherwise
- 
set_type_isSetpublic void set_type_isSet(boolean value) 
- 
get_name
- 
set_name
- 
unset_namepublic void unset_name()
- 
is_set_namepublic boolean is_set_name()Returns true if field name is set (has been assigned a value) and false otherwise
- 
set_name_isSetpublic void set_name_isSet(boolean value) 
- 
get_accesspublic int get_access()
- 
set_accesspublic void set_access(int access) 
- 
unset_accesspublic void unset_access()
- 
is_set_accesspublic boolean is_set_access()Returns true if field access is set (has been assigned a value) and false otherwise
- 
set_access_isSetpublic void set_access_isSet(boolean value) 
- 
setFieldValue- Specified by:
- setFieldValuein interface- org.apache.storm.thrift.TBase<AccessControl,- AccessControl._Fields> 
 
- 
getFieldValue- Specified by:
- getFieldValuein interface- org.apache.storm.thrift.TBase<AccessControl,- AccessControl._Fields> 
 
- 
isSetReturns 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<AccessControl,- AccessControl._Fields> 
 
- 
equals
- 
equals
- 
hashCodepublic int hashCode()
- 
compareTo- Specified by:
- compareToin interface- Comparable<AccessControl>
 
- 
fieldForId- Specified by:
- fieldForIdin interface- org.apache.storm.thrift.TBase<AccessControl,- AccessControl._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
 
- 
toString
- 
validatepublic void validate() throws org.apache.storm.thrift.TException- Throws:
- org.apache.storm.thrift.TException
 
 
-