public static class CloudGatewayService.exchange_result extends Object implements org.apache.thrift.TBase<CloudGatewayService.exchange_result,CloudGatewayService.exchange_result._Fields>, Serializable, Cloneable
Modifier and Type | Class and Description |
---|---|
static class |
CloudGatewayService.exchange_result._Fields
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
Modifier and Type | Field and Description |
---|---|
NotAuthorizedException |
e |
static Map<CloudGatewayService.exchange_result._Fields,org.apache.thrift.meta_data.FieldMetaData> |
metaDataMap |
List<Message> |
success |
Constructor and Description |
---|
exchange_result() |
exchange_result(CloudGatewayService.exchange_result other)
Performs a deep copy on other.
|
exchange_result(List<Message> success,
NotAuthorizedException e) |
public NotAuthorizedException e
public static final Map<CloudGatewayService.exchange_result._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
public exchange_result()
public exchange_result(List<Message> success, NotAuthorizedException e)
public exchange_result(CloudGatewayService.exchange_result other)
public CloudGatewayService.exchange_result deepCopy()
deepCopy
in interface org.apache.thrift.TBase<CloudGatewayService.exchange_result,CloudGatewayService.exchange_result._Fields>
public void clear()
clear
in interface org.apache.thrift.TBase<CloudGatewayService.exchange_result,CloudGatewayService.exchange_result._Fields>
public int getSuccessSize()
public void addToSuccess(Message elem)
public CloudGatewayService.exchange_result setSuccess(List<Message> success)
public void unsetSuccess()
public boolean isSetSuccess()
public void setSuccessIsSet(boolean value)
public NotAuthorizedException getE()
public CloudGatewayService.exchange_result setE(NotAuthorizedException e)
public void unsetE()
public boolean isSetE()
public void setEIsSet(boolean value)
public void setFieldValue(CloudGatewayService.exchange_result._Fields field, Object value)
setFieldValue
in interface org.apache.thrift.TBase<CloudGatewayService.exchange_result,CloudGatewayService.exchange_result._Fields>
public Object getFieldValue(CloudGatewayService.exchange_result._Fields field)
getFieldValue
in interface org.apache.thrift.TBase<CloudGatewayService.exchange_result,CloudGatewayService.exchange_result._Fields>
public boolean isSet(CloudGatewayService.exchange_result._Fields field)
isSet
in interface org.apache.thrift.TBase<CloudGatewayService.exchange_result,CloudGatewayService.exchange_result._Fields>
public boolean equals(CloudGatewayService.exchange_result that)
public int compareTo(CloudGatewayService.exchange_result other)
compareTo
in interface Comparable<CloudGatewayService.exchange_result>
public CloudGatewayService.exchange_result._Fields fieldForId(int fieldId)
fieldForId
in interface org.apache.thrift.TBase<CloudGatewayService.exchange_result,CloudGatewayService.exchange_result._Fields>
public void read(org.apache.thrift.protocol.TProtocol iprot) throws org.apache.thrift.TException
read
in interface org.apache.thrift.TBase<CloudGatewayService.exchange_result,CloudGatewayService.exchange_result._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_result,CloudGatewayService.exchange_result._Fields>
org.apache.thrift.TException
public void validate() throws org.apache.thrift.TException
org.apache.thrift.TException
Copyright © 2018 WSO2. All rights reserved.