public class AlterUserReq extends Object implements com.facebook.thrift.TBase, Serializable, Cloneable, Comparable<AlterUserReq>
| Modifier and Type | Class and Description |
|---|---|
static class |
AlterUserReq.Builder |
| Modifier and Type | Field and Description |
|---|---|
byte[] |
account |
static int |
ACCOUNT |
byte[] |
encoded_pwd |
static int |
ENCODED_PWD |
static Map<Integer,com.facebook.thrift.meta_data.FieldMetaData> |
metaDataMap |
| Constructor and Description |
|---|
AlterUserReq() |
AlterUserReq(AlterUserReq other)
Performs a deep copy on other.
|
AlterUserReq(byte[] account,
byte[] encoded_pwd) |
| Modifier and Type | Method and Description |
|---|---|
static AlterUserReq.Builder |
builder() |
int |
compareTo(AlterUserReq other) |
AlterUserReq |
deepCopy()
Returns a copy of `this`.
|
boolean |
equals(Object _that) |
byte[] |
getAccount() |
byte[] |
getEncoded_pwd() |
Object |
getFieldValue(int fieldID) |
int |
hashCode() |
boolean |
isSetAccount() |
boolean |
isSetEncoded_pwd() |
void |
read(com.facebook.thrift.protocol.TProtocol iprot)
Reads the TObject from the given input protocol.
|
AlterUserReq |
setAccount(byte[] account) |
void |
setAccountIsSet(boolean __value) |
AlterUserReq |
setEncoded_pwd(byte[] encoded_pwd) |
void |
setEncoded_pwdIsSet(boolean __value) |
void |
setFieldValue(int fieldID,
Object __value) |
String |
toString() |
String |
toString(int indent,
boolean prettyPrint)
Creates an indented String representation for pretty printing
|
void |
unsetAccount() |
void |
unsetEncoded_pwd() |
void |
validate() |
void |
write(com.facebook.thrift.protocol.TProtocol oprot)
Writes the objects out to the protocol
|
public byte[] account
public byte[] encoded_pwd
public static final int ACCOUNT
public static final int ENCODED_PWD
public AlterUserReq()
public AlterUserReq(byte[] account,
byte[] encoded_pwd)
public AlterUserReq(AlterUserReq other)
public static AlterUserReq.Builder builder()
public AlterUserReq deepCopy()
com.facebook.thrift.TBasex.getClass() == x.deepCopy().getClass() should be true for any
TBase.deepCopy in interface com.facebook.thrift.TBasepublic byte[] getAccount()
public AlterUserReq setAccount(byte[] account)
public void unsetAccount()
public boolean isSetAccount()
public void setAccountIsSet(boolean __value)
public byte[] getEncoded_pwd()
public AlterUserReq setEncoded_pwd(byte[] encoded_pwd)
public void unsetEncoded_pwd()
public boolean isSetEncoded_pwd()
public void setEncoded_pwdIsSet(boolean __value)
public void setFieldValue(int fieldID,
Object __value)
public Object getFieldValue(int fieldID)
public int compareTo(AlterUserReq other)
compareTo in interface Comparable<AlterUserReq>public void read(com.facebook.thrift.protocol.TProtocol iprot)
throws com.facebook.thrift.TException
com.facebook.thrift.TBaseread in interface com.facebook.thrift.TBaseiprot - Input protocolcom.facebook.thrift.TExceptionpublic void write(com.facebook.thrift.protocol.TProtocol oprot)
throws com.facebook.thrift.TException
com.facebook.thrift.TBasewrite in interface com.facebook.thrift.TBaseoprot - Output protocolcom.facebook.thrift.TExceptionpublic String toString(int indent, boolean prettyPrint)
com.facebook.thrift.TBasetoString in interface com.facebook.thrift.TBaseindent - The level of indentation desiredprettyPrint - Set pretty printing on/offpublic void validate()
throws com.facebook.thrift.TException
com.facebook.thrift.TExceptionCopyright © 2022. All rights reserved.