public static class UserInfoService.GetAllUserInfo_args extends java.lang.Object implements org.apache.thrift.TBase<UserInfoService.GetAllUserInfo_args,UserInfoService.GetAllUserInfo_args._Fields>, java.io.Serializable, java.lang.Cloneable, java.lang.Comparable<UserInfoService.GetAllUserInfo_args>
| 限定符和类型 | 类和说明 |
|---|---|
static class |
UserInfoService.GetAllUserInfo_args._Fields
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
| 限定符和类型 | 字段和说明 |
|---|---|
static java.util.Map<UserInfoService.GetAllUserInfo_args._Fields,org.apache.thrift.meta_data.FieldMetaData> |
metaDataMap |
int |
pageIndex |
int |
pageSize |
java.lang.String |
searchContent |
| 构造器和说明 |
|---|
GetAllUserInfo_args() |
GetAllUserInfo_args(int pageIndex,
int pageSize,
java.lang.String searchContent) |
GetAllUserInfo_args(UserInfoService.GetAllUserInfo_args other)
Performs a deep copy on other.
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
clear() |
int |
compareTo(UserInfoService.GetAllUserInfo_args other) |
UserInfoService.GetAllUserInfo_args |
deepCopy() |
boolean |
equals(java.lang.Object that) |
boolean |
equals(UserInfoService.GetAllUserInfo_args that) |
UserInfoService.GetAllUserInfo_args._Fields |
fieldForId(int fieldId) |
java.lang.Object |
getFieldValue(UserInfoService.GetAllUserInfo_args._Fields field) |
int |
getPageIndex() |
int |
getPageSize() |
java.lang.String |
getSearchContent() |
int |
hashCode() |
boolean |
isSet(UserInfoService.GetAllUserInfo_args._Fields field)
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
|
boolean |
isSetPageIndex()
Returns true if field pageIndex is set (has been assigned a value) and false otherwise
|
boolean |
isSetPageSize()
Returns true if field pageSize is set (has been assigned a value) and false otherwise
|
boolean |
isSetSearchContent()
Returns true if field searchContent is set (has been assigned a value) and false otherwise
|
void |
read(org.apache.thrift.protocol.TProtocol iprot) |
void |
setFieldValue(UserInfoService.GetAllUserInfo_args._Fields field,
java.lang.Object value) |
UserInfoService.GetAllUserInfo_args |
setPageIndex(int pageIndex) |
void |
setPageIndexIsSet(boolean value) |
UserInfoService.GetAllUserInfo_args |
setPageSize(int pageSize) |
void |
setPageSizeIsSet(boolean value) |
UserInfoService.GetAllUserInfo_args |
setSearchContent(java.lang.String searchContent) |
void |
setSearchContentIsSet(boolean value) |
java.lang.String |
toString() |
void |
unsetPageIndex() |
void |
unsetPageSize() |
void |
unsetSearchContent() |
void |
validate() |
void |
write(org.apache.thrift.protocol.TProtocol oprot) |
public int pageIndex
public int pageSize
public java.lang.String searchContent
public static final java.util.Map<UserInfoService.GetAllUserInfo_args._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
public GetAllUserInfo_args()
public GetAllUserInfo_args(int pageIndex,
int pageSize,
java.lang.String searchContent)
public GetAllUserInfo_args(UserInfoService.GetAllUserInfo_args other)
public UserInfoService.GetAllUserInfo_args deepCopy()
deepCopy 在接口中 org.apache.thrift.TBase<UserInfoService.GetAllUserInfo_args,UserInfoService.GetAllUserInfo_args._Fields>public void clear()
clear 在接口中 org.apache.thrift.TBase<UserInfoService.GetAllUserInfo_args,UserInfoService.GetAllUserInfo_args._Fields>public int getPageIndex()
public UserInfoService.GetAllUserInfo_args setPageIndex(int pageIndex)
public void unsetPageIndex()
public boolean isSetPageIndex()
public void setPageIndexIsSet(boolean value)
public int getPageSize()
public UserInfoService.GetAllUserInfo_args setPageSize(int pageSize)
public void unsetPageSize()
public boolean isSetPageSize()
public void setPageSizeIsSet(boolean value)
public java.lang.String getSearchContent()
public UserInfoService.GetAllUserInfo_args setSearchContent(java.lang.String searchContent)
public void unsetSearchContent()
public boolean isSetSearchContent()
public void setSearchContentIsSet(boolean value)
public void setFieldValue(UserInfoService.GetAllUserInfo_args._Fields field, java.lang.Object value)
setFieldValue 在接口中 org.apache.thrift.TBase<UserInfoService.GetAllUserInfo_args,UserInfoService.GetAllUserInfo_args._Fields>public java.lang.Object getFieldValue(UserInfoService.GetAllUserInfo_args._Fields field)
getFieldValue 在接口中 org.apache.thrift.TBase<UserInfoService.GetAllUserInfo_args,UserInfoService.GetAllUserInfo_args._Fields>public boolean isSet(UserInfoService.GetAllUserInfo_args._Fields field)
isSet 在接口中 org.apache.thrift.TBase<UserInfoService.GetAllUserInfo_args,UserInfoService.GetAllUserInfo_args._Fields>public boolean equals(java.lang.Object that)
equals 在类中 java.lang.Objectpublic boolean equals(UserInfoService.GetAllUserInfo_args that)
public int hashCode()
hashCode 在类中 java.lang.Objectpublic int compareTo(UserInfoService.GetAllUserInfo_args other)
compareTo 在接口中 java.lang.Comparable<UserInfoService.GetAllUserInfo_args>public UserInfoService.GetAllUserInfo_args._Fields fieldForId(int fieldId)
fieldForId 在接口中 org.apache.thrift.TBase<UserInfoService.GetAllUserInfo_args,UserInfoService.GetAllUserInfo_args._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