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