public class CreateUserReq extends Object implements com.facebook.thrift.TBase, Serializable, Cloneable, Comparable<CreateUserReq>
| Modifier and Type | Class and Description |
|---|---|
static class |
CreateUserReq.Builder |
| Modifier and Type | Field and Description |
|---|---|
byte[] |
account |
static int |
ACCOUNT |
byte[] |
encoded_pwd |
static int |
ENCODED_PWD |
boolean |
if_not_exists |
static int |
IF_NOT_EXISTS |
static Map<Integer,com.facebook.thrift.meta_data.FieldMetaData> |
metaDataMap |
| Constructor and Description |
|---|
CreateUserReq() |
CreateUserReq(byte[] account,
byte[] encoded_pwd,
boolean if_not_exists) |
CreateUserReq(CreateUserReq other)
Performs a deep copy on other.
|
| Modifier and Type | Method and Description |
|---|---|
static CreateUserReq.Builder |
builder() |
int |
compareTo(CreateUserReq other) |
CreateUserReq |
deepCopy()
Returns a copy of `this`.
|
boolean |
equals(Object _that) |
byte[] |
getAccount() |
byte[] |
getEncoded_pwd() |
Object |
getFieldValue(int fieldID) |
int |
hashCode() |
boolean |
isIf_not_exists() |
boolean |
isSetAccount() |
boolean |
isSetEncoded_pwd() |
boolean |
isSetIf_not_exists() |
void |
read(com.facebook.thrift.protocol.TProtocol iprot)
Reads the TObject from the given input protocol.
|
CreateUserReq |
setAccount(byte[] account) |
void |
setAccountIsSet(boolean __value) |
CreateUserReq |
setEncoded_pwd(byte[] encoded_pwd) |
void |
setEncoded_pwdIsSet(boolean __value) |
void |
setFieldValue(int fieldID,
Object __value) |
CreateUserReq |
setIf_not_exists(boolean if_not_exists) |
void |
setIf_not_existsIsSet(boolean __value) |
String |
toString() |
String |
toString(int indent,
boolean prettyPrint)
Creates an indented String representation for pretty printing
|
void |
unsetAccount() |
void |
unsetEncoded_pwd() |
void |
unsetIf_not_exists() |
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 boolean if_not_exists
public static final int ACCOUNT
public static final int ENCODED_PWD
public static final int IF_NOT_EXISTS
public CreateUserReq()
public CreateUserReq(byte[] account,
byte[] encoded_pwd,
boolean if_not_exists)
public CreateUserReq(CreateUserReq other)
public static CreateUserReq.Builder builder()
public CreateUserReq 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 CreateUserReq setAccount(byte[] account)
public void unsetAccount()
public boolean isSetAccount()
public void setAccountIsSet(boolean __value)
public byte[] getEncoded_pwd()
public CreateUserReq setEncoded_pwd(byte[] encoded_pwd)
public void unsetEncoded_pwd()
public boolean isSetEncoded_pwd()
public void setEncoded_pwdIsSet(boolean __value)
public boolean isIf_not_exists()
public CreateUserReq setIf_not_exists(boolean if_not_exists)
public void unsetIf_not_exists()
public boolean isSetIf_not_exists()
public void setIf_not_existsIsSet(boolean __value)
public void setFieldValue(int fieldID,
Object __value)
public Object getFieldValue(int fieldID)
public int compareTo(CreateUserReq other)
compareTo in interface Comparable<CreateUserReq>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.