@Generated(value="Autogenerated by Thrift Compiler (0.13.0)") public class ListBlobsResult extends Object implements org.apache.storm.thrift.TBase<ListBlobsResult,ListBlobsResult._Fields>, Serializable, Cloneable, Comparable<ListBlobsResult>
Modifier and Type | Class and Description |
---|---|
static class |
ListBlobsResult._Fields
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
Modifier and Type | Field and Description |
---|---|
static Map<ListBlobsResult._Fields,org.apache.storm.thrift.meta_data.FieldMetaData> |
metaDataMap |
Constructor and Description |
---|
ListBlobsResult() |
ListBlobsResult(List<String> keys,
String session) |
ListBlobsResult(ListBlobsResult other)
Performs a deep copy on other.
|
Modifier and Type | Method and Description |
---|---|
void |
add_to_keys(String elem) |
void |
clear() |
int |
compareTo(ListBlobsResult other) |
ListBlobsResult |
deepCopy() |
boolean |
equals(ListBlobsResult that) |
boolean |
equals(Object that) |
ListBlobsResult._Fields |
fieldForId(int fieldId) |
Iterator<String> |
get_keys_iterator() |
int |
get_keys_size() |
List<String> |
get_keys() |
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 otherwise
|
boolean |
is_set_session()
Returns true if field session is set (has been assigned a value) and false otherwise
|
boolean |
isSet(ListBlobsResult._Fields field)
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
|
void |
read(org.apache.storm.thrift.protocol.TProtocol iprot) |
void |
set_keys_isSet(boolean value) |
void |
set_keys(List<String> keys) |
void |
set_session_isSet(boolean value) |
void |
set_session(String session) |
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) |
public static final Map<ListBlobsResult._Fields,org.apache.storm.thrift.meta_data.FieldMetaData> metaDataMap
public ListBlobsResult()
public ListBlobsResult(ListBlobsResult other)
Performs a deep copy on other.
public ListBlobsResult deepCopy()
deepCopy
in interface org.apache.storm.thrift.TBase<ListBlobsResult,ListBlobsResult._Fields>
public void clear()
clear
in interface org.apache.storm.thrift.TBase<ListBlobsResult,ListBlobsResult._Fields>
public int get_keys_size()
public void add_to_keys(String elem)
public void unset_keys()
public boolean is_set_keys()
Returns true if field keys is set (has been assigned a value) and false otherwise
public void set_keys_isSet(boolean value)
public String get_session()
public void set_session(String session)
public void unset_session()
public boolean is_set_session()
Returns true if field session is set (has been assigned a value) and false otherwise
public void set_session_isSet(boolean value)
public void setFieldValue(ListBlobsResult._Fields field, Object value)
setFieldValue
in interface org.apache.storm.thrift.TBase<ListBlobsResult,ListBlobsResult._Fields>
public Object getFieldValue(ListBlobsResult._Fields field)
getFieldValue
in interface org.apache.storm.thrift.TBase<ListBlobsResult,ListBlobsResult._Fields>
public boolean isSet(ListBlobsResult._Fields field)
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet
in interface org.apache.storm.thrift.TBase<ListBlobsResult,ListBlobsResult._Fields>
public boolean equals(ListBlobsResult that)
public int compareTo(ListBlobsResult other)
compareTo
in interface Comparable<ListBlobsResult>
public ListBlobsResult._Fields fieldForId(int fieldId)
fieldForId
in interface org.apache.storm.thrift.TBase<ListBlobsResult,ListBlobsResult._Fields>
public void read(org.apache.storm.thrift.protocol.TProtocol iprot) throws org.apache.storm.thrift.TException
read
in interface org.apache.storm.thrift.TSerializable
org.apache.storm.thrift.TException
public void write(org.apache.storm.thrift.protocol.TProtocol oprot) throws org.apache.storm.thrift.TException
write
in interface org.apache.storm.thrift.TSerializable
org.apache.storm.thrift.TException
public void validate() throws org.apache.storm.thrift.TException
org.apache.storm.thrift.TException
Copyright © 2022 The Apache Software Foundation. All rights reserved.