public static class CloudGatewayService.exchange_args extends Object implements org.apache.thrift.TBase<CloudGatewayService.exchange_args,CloudGatewayService.exchange_args._Fields>, Serializable, Cloneable, Comparable<CloudGatewayService.exchange_args>
Modifier and Type | Class and Description |
---|---|
static class |
CloudGatewayService.exchange_args._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<CloudGatewayService.exchange_args._Fields,org.apache.thrift.meta_data.FieldMetaData> |
metaDataMap |
int |
size |
List<Message> |
src |
String |
token |
Constructor and Description |
---|
exchange_args() |
exchange_args(CloudGatewayService.exchange_args other)
Performs a deep copy on other.
|
exchange_args(List<Message> src,
int size,
String token) |
Modifier and Type | Method and Description |
---|---|
void |
addToSrc(Message elem) |
void |
clear() |
int |
compareTo(CloudGatewayService.exchange_args other) |
CloudGatewayService.exchange_args |
deepCopy() |
boolean |
equals(CloudGatewayService.exchange_args that) |
boolean |
equals(Object that) |
CloudGatewayService.exchange_args._Fields |
fieldForId(int fieldId) |
Object |
getFieldValue(CloudGatewayService.exchange_args._Fields field) |
int |
getSize() |
List<Message> |
getSrc() |
Iterator<Message> |
getSrcIterator() |
int |
getSrcSize() |
String |
getToken() |
int |
hashCode() |
boolean |
isSet(CloudGatewayService.exchange_args._Fields field)
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
|
boolean |
isSetSize()
Returns true if field size is set (has been assigned a value) and false otherwise
|
boolean |
isSetSrc()
Returns true if field src is set (has been assigned a value) and false otherwise
|
boolean |
isSetToken()
Returns true if field token is set (has been assigned a value) and false otherwise
|
void |
read(org.apache.thrift.protocol.TProtocol iprot) |
void |
setFieldValue(CloudGatewayService.exchange_args._Fields field,
Object value) |
CloudGatewayService.exchange_args |
setSize(int size) |
void |
setSizeIsSet(boolean value) |
CloudGatewayService.exchange_args |
setSrc(List<Message> src) |
void |
setSrcIsSet(boolean value) |
CloudGatewayService.exchange_args |
setToken(String token) |
void |
setTokenIsSet(boolean value) |
String |
toString() |
void |
unsetSize() |
void |
unsetSrc() |
void |
unsetToken() |
void |
validate() |
void |
write(org.apache.thrift.protocol.TProtocol oprot) |
public int size
public String token
public static final Map<CloudGatewayService.exchange_args._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
public exchange_args()
public exchange_args(CloudGatewayService.exchange_args other)
public CloudGatewayService.exchange_args deepCopy()
deepCopy
in interface org.apache.thrift.TBase<CloudGatewayService.exchange_args,CloudGatewayService.exchange_args._Fields>
public void clear()
clear
in interface org.apache.thrift.TBase<CloudGatewayService.exchange_args,CloudGatewayService.exchange_args._Fields>
public int getSrcSize()
public void addToSrc(Message elem)
public CloudGatewayService.exchange_args setSrc(List<Message> src)
public void unsetSrc()
public boolean isSetSrc()
public void setSrcIsSet(boolean value)
public int getSize()
public CloudGatewayService.exchange_args setSize(int size)
public void unsetSize()
public boolean isSetSize()
public void setSizeIsSet(boolean value)
public String getToken()
public CloudGatewayService.exchange_args setToken(String token)
public void unsetToken()
public boolean isSetToken()
public void setTokenIsSet(boolean value)
public void setFieldValue(CloudGatewayService.exchange_args._Fields field, Object value)
setFieldValue
in interface org.apache.thrift.TBase<CloudGatewayService.exchange_args,CloudGatewayService.exchange_args._Fields>
public Object getFieldValue(CloudGatewayService.exchange_args._Fields field)
getFieldValue
in interface org.apache.thrift.TBase<CloudGatewayService.exchange_args,CloudGatewayService.exchange_args._Fields>
public boolean isSet(CloudGatewayService.exchange_args._Fields field)
isSet
in interface org.apache.thrift.TBase<CloudGatewayService.exchange_args,CloudGatewayService.exchange_args._Fields>
public boolean equals(CloudGatewayService.exchange_args that)
public int compareTo(CloudGatewayService.exchange_args other)
compareTo
in interface Comparable<CloudGatewayService.exchange_args>
public CloudGatewayService.exchange_args._Fields fieldForId(int fieldId)
fieldForId
in interface org.apache.thrift.TBase<CloudGatewayService.exchange_args,CloudGatewayService.exchange_args._Fields>
public void read(org.apache.thrift.protocol.TProtocol iprot) throws org.apache.thrift.TException
read
in interface org.apache.thrift.TBase<CloudGatewayService.exchange_args,CloudGatewayService.exchange_args._Fields>
org.apache.thrift.TException
public void write(org.apache.thrift.protocol.TProtocol oprot) throws org.apache.thrift.TException
write
in interface org.apache.thrift.TBase<CloudGatewayService.exchange_args,CloudGatewayService.exchange_args._Fields>
org.apache.thrift.TException
public void validate() throws org.apache.thrift.TException
org.apache.thrift.TException
Copyright © 2020 WSO2. All rights reserved.