public static class UserInfoService.PutPwdByAccount_args extends java.lang.Object implements org.apache.thrift.TBase<UserInfoService.PutPwdByAccount_args,UserInfoService.PutPwdByAccount_args._Fields>, java.io.Serializable, java.lang.Cloneable, java.lang.Comparable<UserInfoService.PutPwdByAccount_args>
| 限定符和类型 | 类和说明 |
|---|---|
static class |
UserInfoService.PutPwdByAccount_args._Fields
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
| 限定符和类型 | 字段和说明 |
|---|---|
java.lang.String |
accountId |
static java.util.Map<UserInfoService.PutPwdByAccount_args._Fields,org.apache.thrift.meta_data.FieldMetaData> |
metaDataMap |
java.lang.String |
newPwd |
| 构造器和说明 |
|---|
PutPwdByAccount_args() |
PutPwdByAccount_args(java.lang.String accountId,
java.lang.String newPwd) |
PutPwdByAccount_args(UserInfoService.PutPwdByAccount_args other)
Performs a deep copy on other.
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
clear() |
int |
compareTo(UserInfoService.PutPwdByAccount_args other) |
UserInfoService.PutPwdByAccount_args |
deepCopy() |
boolean |
equals(java.lang.Object that) |
boolean |
equals(UserInfoService.PutPwdByAccount_args that) |
UserInfoService.PutPwdByAccount_args._Fields |
fieldForId(int fieldId) |
java.lang.String |
getAccountId() |
java.lang.Object |
getFieldValue(UserInfoService.PutPwdByAccount_args._Fields field) |
java.lang.String |
getNewPwd() |
int |
hashCode() |
boolean |
isSet(UserInfoService.PutPwdByAccount_args._Fields field)
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
|
boolean |
isSetAccountId()
Returns true if field accountId is set (has been assigned a value) and false otherwise
|
boolean |
isSetNewPwd()
Returns true if field newPwd is set (has been assigned a value) and false otherwise
|
void |
read(org.apache.thrift.protocol.TProtocol iprot) |
UserInfoService.PutPwdByAccount_args |
setAccountId(java.lang.String accountId) |
void |
setAccountIdIsSet(boolean value) |
void |
setFieldValue(UserInfoService.PutPwdByAccount_args._Fields field,
java.lang.Object value) |
UserInfoService.PutPwdByAccount_args |
setNewPwd(java.lang.String newPwd) |
void |
setNewPwdIsSet(boolean value) |
java.lang.String |
toString() |
void |
unsetAccountId() |
void |
unsetNewPwd() |
void |
validate() |
void |
write(org.apache.thrift.protocol.TProtocol oprot) |
public java.lang.String accountId
public java.lang.String newPwd
public static final java.util.Map<UserInfoService.PutPwdByAccount_args._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
public PutPwdByAccount_args()
public PutPwdByAccount_args(java.lang.String accountId,
java.lang.String newPwd)
public PutPwdByAccount_args(UserInfoService.PutPwdByAccount_args other)
public UserInfoService.PutPwdByAccount_args deepCopy()
deepCopy 在接口中 org.apache.thrift.TBase<UserInfoService.PutPwdByAccount_args,UserInfoService.PutPwdByAccount_args._Fields>public void clear()
clear 在接口中 org.apache.thrift.TBase<UserInfoService.PutPwdByAccount_args,UserInfoService.PutPwdByAccount_args._Fields>public java.lang.String getAccountId()
public UserInfoService.PutPwdByAccount_args setAccountId(java.lang.String accountId)
public void unsetAccountId()
public boolean isSetAccountId()
public void setAccountIdIsSet(boolean value)
public java.lang.String getNewPwd()
public UserInfoService.PutPwdByAccount_args setNewPwd(java.lang.String newPwd)
public void unsetNewPwd()
public boolean isSetNewPwd()
public void setNewPwdIsSet(boolean value)
public void setFieldValue(UserInfoService.PutPwdByAccount_args._Fields field, java.lang.Object value)
setFieldValue 在接口中 org.apache.thrift.TBase<UserInfoService.PutPwdByAccount_args,UserInfoService.PutPwdByAccount_args._Fields>public java.lang.Object getFieldValue(UserInfoService.PutPwdByAccount_args._Fields field)
getFieldValue 在接口中 org.apache.thrift.TBase<UserInfoService.PutPwdByAccount_args,UserInfoService.PutPwdByAccount_args._Fields>public boolean isSet(UserInfoService.PutPwdByAccount_args._Fields field)
isSet 在接口中 org.apache.thrift.TBase<UserInfoService.PutPwdByAccount_args,UserInfoService.PutPwdByAccount_args._Fields>public boolean equals(java.lang.Object that)
equals 在类中 java.lang.Objectpublic boolean equals(UserInfoService.PutPwdByAccount_args that)
public int hashCode()
hashCode 在类中 java.lang.Objectpublic int compareTo(UserInfoService.PutPwdByAccount_args other)
compareTo 在接口中 java.lang.Comparable<UserInfoService.PutPwdByAccount_args>public UserInfoService.PutPwdByAccount_args._Fields fieldForId(int fieldId)
fieldForId 在接口中 org.apache.thrift.TBase<UserInfoService.PutPwdByAccount_args,UserInfoService.PutPwdByAccount_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