Package org.apache.storm.generated
Class ListBlobsResult
- java.lang.Object
-
- org.apache.storm.generated.ListBlobsResult
-
- All Implemented Interfaces:
Serializable
,Cloneable
,Comparable<ListBlobsResult>
,org.apache.storm.thrift.TBase<ListBlobsResult,ListBlobsResult._Fields>
,org.apache.storm.thrift.TSerializable
@Generated("Autogenerated by Thrift Compiler (0.19.0)") public class ListBlobsResult extends Object implements org.apache.storm.thrift.TBase<ListBlobsResult,ListBlobsResult._Fields>, Serializable, Cloneable, Comparable<ListBlobsResult>
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ListBlobsResult._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<ListBlobsResult._Fields,org.apache.storm.thrift.meta_data.FieldMetaData>
metaDataMap
-
Constructor Summary
Constructors Constructor Description ListBlobsResult()
ListBlobsResult(List<String> keys, String session)
ListBlobsResult(ListBlobsResult other)
Performs a deep copy on other.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
add_to_keys(String elem)
void
clear()
int
compareTo(ListBlobsResult other)
ListBlobsResult
deepCopy()
boolean
equals(Object that)
boolean
equals(ListBlobsResult that)
ListBlobsResult._Fields
fieldForId(int fieldId)
List<String>
get_keys()
Iterator<String>
get_keys_iterator()
int
get_keys_size()
String
get_session()
Object
getFieldValue(ListBlobsResult._Fields field)
int
hashCode()
boolean
is_set_keys()
Returns true if field keys is set (has been assigned a value) and false otherwiseboolean
is_set_session()
Returns true if field session is set (has been assigned a value) and false otherwiseboolean
isSet(ListBlobsResult._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_keys(List<String> keys)
void
set_keys_isSet(boolean value)
void
set_session(String session)
void
set_session_isSet(boolean value)
void
setFieldValue(ListBlobsResult._Fields field, Object value)
String
toString()
void
unset_keys()
void
unset_session()
void
validate()
void
write(org.apache.storm.thrift.protocol.TProtocol oprot)
-
-
-
Field Detail
-
metaDataMap
public static final Map<ListBlobsResult._Fields,org.apache.storm.thrift.meta_data.FieldMetaData> metaDataMap
-
-
Constructor Detail
-
ListBlobsResult
public ListBlobsResult()
-
ListBlobsResult
public ListBlobsResult(ListBlobsResult other)
Performs a deep copy on other.
-
-
Method Detail
-
deepCopy
public ListBlobsResult deepCopy()
- Specified by:
deepCopy
in interfaceorg.apache.storm.thrift.TBase<ListBlobsResult,ListBlobsResult._Fields>
-
clear
public void clear()
- Specified by:
clear
in interfaceorg.apache.storm.thrift.TBase<ListBlobsResult,ListBlobsResult._Fields>
-
get_keys_size
public int get_keys_size()
-
add_to_keys
public void add_to_keys(String elem)
-
unset_keys
public void unset_keys()
-
is_set_keys
public boolean is_set_keys()
Returns true if field keys is set (has been assigned a value) and false otherwise
-
set_keys_isSet
public void set_keys_isSet(boolean value)
-
get_session
public String get_session()
-
set_session
public void set_session(String session)
-
unset_session
public void unset_session()
-
is_set_session
public boolean is_set_session()
Returns true if field session is set (has been assigned a value) and false otherwise
-
set_session_isSet
public void set_session_isSet(boolean value)
-
setFieldValue
public void setFieldValue(ListBlobsResult._Fields field, Object value)
- Specified by:
setFieldValue
in interfaceorg.apache.storm.thrift.TBase<ListBlobsResult,ListBlobsResult._Fields>
-
getFieldValue
public Object getFieldValue(ListBlobsResult._Fields field)
- Specified by:
getFieldValue
in interfaceorg.apache.storm.thrift.TBase<ListBlobsResult,ListBlobsResult._Fields>
-
isSet
public boolean isSet(ListBlobsResult._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<ListBlobsResult,ListBlobsResult._Fields>
-
equals
public boolean equals(ListBlobsResult that)
-
compareTo
public int compareTo(ListBlobsResult other)
- Specified by:
compareTo
in interfaceComparable<ListBlobsResult>
-
fieldForId
public ListBlobsResult._Fields fieldForId(int fieldId)
- Specified by:
fieldForId
in interfaceorg.apache.storm.thrift.TBase<ListBlobsResult,ListBlobsResult._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
-
-