@Generated(value="Autogenerated by Thrift Compiler (0.10.0)",
date="2017-08-15")
public class GetUsersOfMyMarketRet
extends java.lang.Object
implements org.apache.thrift.TBase<GetUsersOfMyMarketRet,GetUsersOfMyMarketRet._Fields>, java.io.Serializable, java.lang.Cloneable, java.lang.Comparable<GetUsersOfMyMarketRet>
| 限定符和类型 | 类和说明 |
|---|---|
static class |
GetUsersOfMyMarketRet._Fields
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
| 限定符和类型 | 字段和说明 |
|---|---|
static java.util.Map<GetUsersOfMyMarketRet._Fields,org.apache.thrift.meta_data.FieldMetaData> |
metaDataMap |
GetUsersOfMyMarketStatus |
status |
int |
totalCount |
java.util.List<UserInfoStat> |
userInfoStat |
| 构造器和说明 |
|---|
GetUsersOfMyMarketRet() |
GetUsersOfMyMarketRet(GetUsersOfMyMarketRet other)
Performs a deep copy on other.
|
GetUsersOfMyMarketRet(GetUsersOfMyMarketStatus status,
java.util.List<UserInfoStat> userInfoStat,
int totalCount) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
addToUserInfoStat(UserInfoStat elem) |
void |
clear() |
int |
compareTo(GetUsersOfMyMarketRet other) |
GetUsersOfMyMarketRet |
deepCopy() |
boolean |
equals(GetUsersOfMyMarketRet that) |
boolean |
equals(java.lang.Object that) |
GetUsersOfMyMarketRet._Fields |
fieldForId(int fieldId) |
java.lang.Object |
getFieldValue(GetUsersOfMyMarketRet._Fields field) |
GetUsersOfMyMarketStatus |
getStatus() |
int |
getTotalCount() |
java.util.List<UserInfoStat> |
getUserInfoStat() |
java.util.Iterator<UserInfoStat> |
getUserInfoStatIterator() |
int |
getUserInfoStatSize() |
int |
hashCode() |
boolean |
isSet(GetUsersOfMyMarketRet._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 |
isSetTotalCount()
Returns true if field totalCount 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(GetUsersOfMyMarketRet._Fields field,
java.lang.Object value) |
GetUsersOfMyMarketRet |
setStatus(GetUsersOfMyMarketStatus status) |
void |
setStatusIsSet(boolean value) |
GetUsersOfMyMarketRet |
setTotalCount(int totalCount) |
void |
setTotalCountIsSet(boolean value) |
GetUsersOfMyMarketRet |
setUserInfoStat(java.util.List<UserInfoStat> userInfoStat) |
void |
setUserInfoStatIsSet(boolean value) |
java.lang.String |
toString() |
void |
unsetStatus() |
void |
unsetTotalCount() |
void |
unsetUserInfoStat() |
void |
validate() |
void |
write(org.apache.thrift.protocol.TProtocol oprot) |
public GetUsersOfMyMarketStatus status
public java.util.List<UserInfoStat> userInfoStat
public int totalCount
public static final java.util.Map<GetUsersOfMyMarketRet._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
public GetUsersOfMyMarketRet()
public GetUsersOfMyMarketRet(GetUsersOfMyMarketStatus status, java.util.List<UserInfoStat> userInfoStat, int totalCount)
public GetUsersOfMyMarketRet(GetUsersOfMyMarketRet other)
public GetUsersOfMyMarketRet deepCopy()
deepCopy 在接口中 org.apache.thrift.TBase<GetUsersOfMyMarketRet,GetUsersOfMyMarketRet._Fields>public void clear()
clear 在接口中 org.apache.thrift.TBase<GetUsersOfMyMarketRet,GetUsersOfMyMarketRet._Fields>public GetUsersOfMyMarketStatus getStatus()
public GetUsersOfMyMarketRet setStatus(GetUsersOfMyMarketStatus status)
public void unsetStatus()
public boolean isSetStatus()
public void setStatusIsSet(boolean value)
public int getUserInfoStatSize()
public java.util.Iterator<UserInfoStat> getUserInfoStatIterator()
public void addToUserInfoStat(UserInfoStat elem)
public java.util.List<UserInfoStat> getUserInfoStat()
public GetUsersOfMyMarketRet setUserInfoStat(java.util.List<UserInfoStat> userInfoStat)
public void unsetUserInfoStat()
public boolean isSetUserInfoStat()
public void setUserInfoStatIsSet(boolean value)
public int getTotalCount()
public GetUsersOfMyMarketRet setTotalCount(int totalCount)
public void unsetTotalCount()
public boolean isSetTotalCount()
public void setTotalCountIsSet(boolean value)
public void setFieldValue(GetUsersOfMyMarketRet._Fields field, java.lang.Object value)
setFieldValue 在接口中 org.apache.thrift.TBase<GetUsersOfMyMarketRet,GetUsersOfMyMarketRet._Fields>public java.lang.Object getFieldValue(GetUsersOfMyMarketRet._Fields field)
getFieldValue 在接口中 org.apache.thrift.TBase<GetUsersOfMyMarketRet,GetUsersOfMyMarketRet._Fields>public boolean isSet(GetUsersOfMyMarketRet._Fields field)
isSet 在接口中 org.apache.thrift.TBase<GetUsersOfMyMarketRet,GetUsersOfMyMarketRet._Fields>public boolean equals(java.lang.Object that)
equals 在类中 java.lang.Objectpublic boolean equals(GetUsersOfMyMarketRet that)
public int hashCode()
hashCode 在类中 java.lang.Objectpublic int compareTo(GetUsersOfMyMarketRet other)
compareTo 在接口中 java.lang.Comparable<GetUsersOfMyMarketRet>public GetUsersOfMyMarketRet._Fields fieldForId(int fieldId)
fieldForId 在接口中 org.apache.thrift.TBase<GetUsersOfMyMarketRet,GetUsersOfMyMarketRet._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