@Generated(value="Autogenerated by Thrift Compiler (0.10.0)",
date="2017-08-15")
public class GetReceiveAddressRet
extends java.lang.Object
implements org.apache.thrift.TBase<GetReceiveAddressRet,GetReceiveAddressRet._Fields>, java.io.Serializable, java.lang.Cloneable, java.lang.Comparable<GetReceiveAddressRet>
| 限定符和类型 | 类和说明 |
|---|---|
static class |
GetReceiveAddressRet._Fields
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
| 限定符和类型 | 字段和说明 |
|---|---|
static java.util.Map<GetReceiveAddressRet._Fields,org.apache.thrift.meta_data.FieldMetaData> |
metaDataMap |
ReceiveAddress |
receiveAddress |
GetReceiveAddressStatus |
status |
| 构造器和说明 |
|---|
GetReceiveAddressRet() |
GetReceiveAddressRet(GetReceiveAddressRet other)
Performs a deep copy on other.
|
GetReceiveAddressRet(GetReceiveAddressStatus status,
ReceiveAddress receiveAddress) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
clear() |
int |
compareTo(GetReceiveAddressRet other) |
GetReceiveAddressRet |
deepCopy() |
boolean |
equals(GetReceiveAddressRet that) |
boolean |
equals(java.lang.Object that) |
GetReceiveAddressRet._Fields |
fieldForId(int fieldId) |
java.lang.Object |
getFieldValue(GetReceiveAddressRet._Fields field) |
ReceiveAddress |
getReceiveAddress() |
GetReceiveAddressStatus |
getStatus() |
int |
hashCode() |
boolean |
isSet(GetReceiveAddressRet._Fields field)
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
|
boolean |
isSetReceiveAddress()
Returns true if field receiveAddress is set (has been assigned a value) and false otherwise
|
boolean |
isSetStatus()
Returns true if field status is set (has been assigned a value) and false otherwise
|
void |
read(org.apache.thrift.protocol.TProtocol iprot) |
void |
setFieldValue(GetReceiveAddressRet._Fields field,
java.lang.Object value) |
GetReceiveAddressRet |
setReceiveAddress(ReceiveAddress receiveAddress) |
void |
setReceiveAddressIsSet(boolean value) |
GetReceiveAddressRet |
setStatus(GetReceiveAddressStatus status) |
void |
setStatusIsSet(boolean value) |
java.lang.String |
toString() |
void |
unsetReceiveAddress() |
void |
unsetStatus() |
void |
validate() |
void |
write(org.apache.thrift.protocol.TProtocol oprot) |
public GetReceiveAddressStatus status
public ReceiveAddress receiveAddress
public static final java.util.Map<GetReceiveAddressRet._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
public GetReceiveAddressRet()
public GetReceiveAddressRet(GetReceiveAddressStatus status, ReceiveAddress receiveAddress)
public GetReceiveAddressRet(GetReceiveAddressRet other)
public GetReceiveAddressRet deepCopy()
deepCopy 在接口中 org.apache.thrift.TBase<GetReceiveAddressRet,GetReceiveAddressRet._Fields>public void clear()
clear 在接口中 org.apache.thrift.TBase<GetReceiveAddressRet,GetReceiveAddressRet._Fields>public GetReceiveAddressStatus getStatus()
public GetReceiveAddressRet setStatus(GetReceiveAddressStatus status)
public void unsetStatus()
public boolean isSetStatus()
public void setStatusIsSet(boolean value)
public ReceiveAddress getReceiveAddress()
public GetReceiveAddressRet setReceiveAddress(ReceiveAddress receiveAddress)
public void unsetReceiveAddress()
public boolean isSetReceiveAddress()
public void setReceiveAddressIsSet(boolean value)
public void setFieldValue(GetReceiveAddressRet._Fields field, java.lang.Object value)
setFieldValue 在接口中 org.apache.thrift.TBase<GetReceiveAddressRet,GetReceiveAddressRet._Fields>public java.lang.Object getFieldValue(GetReceiveAddressRet._Fields field)
getFieldValue 在接口中 org.apache.thrift.TBase<GetReceiveAddressRet,GetReceiveAddressRet._Fields>public boolean isSet(GetReceiveAddressRet._Fields field)
isSet 在接口中 org.apache.thrift.TBase<GetReceiveAddressRet,GetReceiveAddressRet._Fields>public boolean equals(java.lang.Object that)
equals 在类中 java.lang.Objectpublic boolean equals(GetReceiveAddressRet that)
public int hashCode()
hashCode 在类中 java.lang.Objectpublic int compareTo(GetReceiveAddressRet other)
compareTo 在接口中 java.lang.Comparable<GetReceiveAddressRet>public GetReceiveAddressRet._Fields fieldForId(int fieldId)
fieldForId 在接口中 org.apache.thrift.TBase<GetReceiveAddressRet,GetReceiveAddressRet._Fields>public void read(org.apache.thrift.protocol.TProtocol iprot)
throws org.apache.thrift.TException
read 在接口中 org.apache.thrift.TSerializableorg.apache.thrift.TExceptionpublic void write(org.apache.thrift.protocol.TProtocol oprot)
throws org.apache.thrift.TException
write 在接口中 org.apache.thrift.TSerializableorg.apache.thrift.TExceptionpublic java.lang.String toString()
toString 在类中 java.lang.Objectpublic void validate()
throws org.apache.thrift.TException
org.apache.thrift.TException