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