@Generated(value="Autogenerated by Thrift Compiler (0.10.0)",
date="2017-08-15")
public class GetUserInfosByPosiParam
extends java.lang.Object
implements org.apache.thrift.TBase<GetUserInfosByPosiParam,GetUserInfosByPosiParam._Fields>, java.io.Serializable, java.lang.Cloneable, java.lang.Comparable<GetUserInfosByPosiParam>
| 限定符和类型 | 类和说明 |
|---|---|
static class |
GetUserInfosByPosiParam._Fields
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
| 限定符和类型 | 字段和说明 |
|---|---|
int |
afterDay |
double |
instance |
static java.util.Map<GetUserInfosByPosiParam._Fields,org.apache.thrift.meta_data.FieldMetaData> |
metaDataMap |
int |
pageIndex |
int |
pageSize |
double |
positionX |
double |
positionY |
SexTypeEnum |
sexType |
| 构造器和说明 |
|---|
GetUserInfosByPosiParam() |
GetUserInfosByPosiParam(double positionX,
double positionY,
double instance,
int pageIndex,
int pageSize,
SexTypeEnum sexType,
int afterDay) |
GetUserInfosByPosiParam(GetUserInfosByPosiParam other)
Performs a deep copy on other.
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
clear() |
int |
compareTo(GetUserInfosByPosiParam other) |
GetUserInfosByPosiParam |
deepCopy() |
boolean |
equals(GetUserInfosByPosiParam that) |
boolean |
equals(java.lang.Object that) |
GetUserInfosByPosiParam._Fields |
fieldForId(int fieldId) |
int |
getAfterDay() |
java.lang.Object |
getFieldValue(GetUserInfosByPosiParam._Fields field) |
double |
getInstance() |
int |
getPageIndex() |
int |
getPageSize() |
double |
getPositionX() |
double |
getPositionY() |
SexTypeEnum |
getSexType() |
int |
hashCode() |
boolean |
isSet(GetUserInfosByPosiParam._Fields field)
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
|
boolean |
isSetAfterDay()
Returns true if field afterDay is set (has been assigned a value) and false otherwise
|
boolean |
isSetInstance()
Returns true if field instance 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 |
isSetPositionX()
Returns true if field positionX is set (has been assigned a value) and false otherwise
|
boolean |
isSetPositionY()
Returns true if field positionY is set (has been assigned a value) and false otherwise
|
boolean |
isSetSexType()
Returns true if field sexType is set (has been assigned a value) and false otherwise
|
void |
read(org.apache.thrift.protocol.TProtocol iprot) |
GetUserInfosByPosiParam |
setAfterDay(int afterDay) |
void |
setAfterDayIsSet(boolean value) |
void |
setFieldValue(GetUserInfosByPosiParam._Fields field,
java.lang.Object value) |
GetUserInfosByPosiParam |
setInstance(double instance) |
void |
setInstanceIsSet(boolean value) |
GetUserInfosByPosiParam |
setPageIndex(int pageIndex) |
void |
setPageIndexIsSet(boolean value) |
GetUserInfosByPosiParam |
setPageSize(int pageSize) |
void |
setPageSizeIsSet(boolean value) |
GetUserInfosByPosiParam |
setPositionX(double positionX) |
void |
setPositionXIsSet(boolean value) |
GetUserInfosByPosiParam |
setPositionY(double positionY) |
void |
setPositionYIsSet(boolean value) |
GetUserInfosByPosiParam |
setSexType(SexTypeEnum sexType) |
void |
setSexTypeIsSet(boolean value) |
java.lang.String |
toString() |
void |
unsetAfterDay() |
void |
unsetInstance() |
void |
unsetPageIndex() |
void |
unsetPageSize() |
void |
unsetPositionX() |
void |
unsetPositionY() |
void |
unsetSexType() |
void |
validate() |
void |
write(org.apache.thrift.protocol.TProtocol oprot) |
public double positionX
public double positionY
public double instance
public int pageIndex
public int pageSize
public SexTypeEnum sexType
public int afterDay
public static final java.util.Map<GetUserInfosByPosiParam._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
public GetUserInfosByPosiParam()
public GetUserInfosByPosiParam(double positionX,
double positionY,
double instance,
int pageIndex,
int pageSize,
SexTypeEnum sexType,
int afterDay)
public GetUserInfosByPosiParam(GetUserInfosByPosiParam other)
public GetUserInfosByPosiParam deepCopy()
deepCopy 在接口中 org.apache.thrift.TBase<GetUserInfosByPosiParam,GetUserInfosByPosiParam._Fields>public void clear()
clear 在接口中 org.apache.thrift.TBase<GetUserInfosByPosiParam,GetUserInfosByPosiParam._Fields>public double getPositionX()
public GetUserInfosByPosiParam setPositionX(double positionX)
public void unsetPositionX()
public boolean isSetPositionX()
public void setPositionXIsSet(boolean value)
public double getPositionY()
public GetUserInfosByPosiParam setPositionY(double positionY)
public void unsetPositionY()
public boolean isSetPositionY()
public void setPositionYIsSet(boolean value)
public double getInstance()
public GetUserInfosByPosiParam setInstance(double instance)
public void unsetInstance()
public boolean isSetInstance()
public void setInstanceIsSet(boolean value)
public int getPageIndex()
public GetUserInfosByPosiParam setPageIndex(int pageIndex)
public void unsetPageIndex()
public boolean isSetPageIndex()
public void setPageIndexIsSet(boolean value)
public int getPageSize()
public GetUserInfosByPosiParam setPageSize(int pageSize)
public void unsetPageSize()
public boolean isSetPageSize()
public void setPageSizeIsSet(boolean value)
public SexTypeEnum getSexType()
public GetUserInfosByPosiParam setSexType(SexTypeEnum sexType)
public void unsetSexType()
public boolean isSetSexType()
public void setSexTypeIsSet(boolean value)
public int getAfterDay()
public GetUserInfosByPosiParam setAfterDay(int afterDay)
public void unsetAfterDay()
public boolean isSetAfterDay()
public void setAfterDayIsSet(boolean value)
public void setFieldValue(GetUserInfosByPosiParam._Fields field, java.lang.Object value)
setFieldValue 在接口中 org.apache.thrift.TBase<GetUserInfosByPosiParam,GetUserInfosByPosiParam._Fields>public java.lang.Object getFieldValue(GetUserInfosByPosiParam._Fields field)
getFieldValue 在接口中 org.apache.thrift.TBase<GetUserInfosByPosiParam,GetUserInfosByPosiParam._Fields>public boolean isSet(GetUserInfosByPosiParam._Fields field)
isSet 在接口中 org.apache.thrift.TBase<GetUserInfosByPosiParam,GetUserInfosByPosiParam._Fields>public boolean equals(java.lang.Object that)
equals 在类中 java.lang.Objectpublic boolean equals(GetUserInfosByPosiParam that)
public int hashCode()
hashCode 在类中 java.lang.Objectpublic int compareTo(GetUserInfosByPosiParam other)
compareTo 在接口中 java.lang.Comparable<GetUserInfosByPosiParam>public GetUserInfosByPosiParam._Fields fieldForId(int fieldId)
fieldForId 在接口中 org.apache.thrift.TBase<GetUserInfosByPosiParam,GetUserInfosByPosiParam._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