@Generated(value="Autogenerated by Thrift Compiler (0.10.0)",
date="2017-08-15")
public class GetIsAuthed5ForEditRet
extends java.lang.Object
implements org.apache.thrift.TBase<GetIsAuthed5ForEditRet,GetIsAuthed5ForEditRet._Fields>, java.io.Serializable, java.lang.Cloneable, java.lang.Comparable<GetIsAuthed5ForEditRet>
| 限定符和类型 | 类和说明 |
|---|---|
static class |
GetIsAuthed5ForEditRet._Fields
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
| 限定符和类型 | 字段和说明 |
|---|---|
boolean |
isCanEdit |
static java.util.Map<GetIsAuthed5ForEditRet._Fields,org.apache.thrift.meta_data.FieldMetaData> |
metaDataMap |
GetIsAuthed5ForEditStatus |
status |
| 构造器和说明 |
|---|
GetIsAuthed5ForEditRet() |
GetIsAuthed5ForEditRet(GetIsAuthed5ForEditRet other)
Performs a deep copy on other.
|
GetIsAuthed5ForEditRet(GetIsAuthed5ForEditStatus status,
boolean isCanEdit) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
clear() |
int |
compareTo(GetIsAuthed5ForEditRet other) |
GetIsAuthed5ForEditRet |
deepCopy() |
boolean |
equals(GetIsAuthed5ForEditRet that) |
boolean |
equals(java.lang.Object that) |
GetIsAuthed5ForEditRet._Fields |
fieldForId(int fieldId) |
java.lang.Object |
getFieldValue(GetIsAuthed5ForEditRet._Fields field) |
GetIsAuthed5ForEditStatus |
getStatus() |
int |
hashCode() |
boolean |
isIsCanEdit() |
boolean |
isSet(GetIsAuthed5ForEditRet._Fields field)
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
|
boolean |
isSetIsCanEdit()
Returns true if field isCanEdit is set (has been assigned a value) and false otherwise
|
boolean |
isSetStatus()
Returns true if field status is set (has been assigned a value) and false otherwise
|
void |
read(org.apache.thrift.protocol.TProtocol iprot) |
void |
setFieldValue(GetIsAuthed5ForEditRet._Fields field,
java.lang.Object value) |
GetIsAuthed5ForEditRet |
setIsCanEdit(boolean isCanEdit) |
void |
setIsCanEditIsSet(boolean value) |
GetIsAuthed5ForEditRet |
setStatus(GetIsAuthed5ForEditStatus status) |
void |
setStatusIsSet(boolean value) |
java.lang.String |
toString() |
void |
unsetIsCanEdit() |
void |
unsetStatus() |
void |
validate() |
void |
write(org.apache.thrift.protocol.TProtocol oprot) |
public GetIsAuthed5ForEditStatus status
public boolean isCanEdit
public static final java.util.Map<GetIsAuthed5ForEditRet._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
public GetIsAuthed5ForEditRet()
public GetIsAuthed5ForEditRet(GetIsAuthed5ForEditStatus status, boolean isCanEdit)
public GetIsAuthed5ForEditRet(GetIsAuthed5ForEditRet other)
public GetIsAuthed5ForEditRet deepCopy()
deepCopy 在接口中 org.apache.thrift.TBase<GetIsAuthed5ForEditRet,GetIsAuthed5ForEditRet._Fields>public void clear()
clear 在接口中 org.apache.thrift.TBase<GetIsAuthed5ForEditRet,GetIsAuthed5ForEditRet._Fields>public GetIsAuthed5ForEditStatus getStatus()
public GetIsAuthed5ForEditRet setStatus(GetIsAuthed5ForEditStatus status)
public void unsetStatus()
public boolean isSetStatus()
public void setStatusIsSet(boolean value)
public boolean isIsCanEdit()
public GetIsAuthed5ForEditRet setIsCanEdit(boolean isCanEdit)
public void unsetIsCanEdit()
public boolean isSetIsCanEdit()
public void setIsCanEditIsSet(boolean value)
public void setFieldValue(GetIsAuthed5ForEditRet._Fields field, java.lang.Object value)
setFieldValue 在接口中 org.apache.thrift.TBase<GetIsAuthed5ForEditRet,GetIsAuthed5ForEditRet._Fields>public java.lang.Object getFieldValue(GetIsAuthed5ForEditRet._Fields field)
getFieldValue 在接口中 org.apache.thrift.TBase<GetIsAuthed5ForEditRet,GetIsAuthed5ForEditRet._Fields>public boolean isSet(GetIsAuthed5ForEditRet._Fields field)
isSet 在接口中 org.apache.thrift.TBase<GetIsAuthed5ForEditRet,GetIsAuthed5ForEditRet._Fields>public boolean equals(java.lang.Object that)
equals 在类中 java.lang.Objectpublic boolean equals(GetIsAuthed5ForEditRet that)
public int hashCode()
hashCode 在类中 java.lang.Objectpublic int compareTo(GetIsAuthed5ForEditRet other)
compareTo 在接口中 java.lang.Comparable<GetIsAuthed5ForEditRet>public GetIsAuthed5ForEditRet._Fields fieldForId(int fieldId)
fieldForId 在接口中 org.apache.thrift.TBase<GetIsAuthed5ForEditRet,GetIsAuthed5ForEditRet._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