@ThriftStruct(value="CodeInfo") public final class CodeInfo extends java.lang.Object
Constructor and Description |
---|
CodeInfo() |
Modifier and Type | Method and Description |
---|---|
FAngle |
getAngle() |
byte[] |
getCode() |
EyeInfo |
getEi() |
byte[] |
getFacialData() |
FInt2 |
getMouth() |
FInt2 |
getNose() |
FInt2 |
getOffset() |
FRect |
getPos() |
void |
setAngle(FAngle angle) |
void |
setCode(byte[] code) |
void |
setEi(EyeInfo ei) |
void |
setFacialData(byte[] facialData) |
void |
setMouth(FInt2 mouth) |
void |
setNose(FInt2 nose) |
void |
setOffset(FInt2 offset) |
void |
setPos(FRect pos) |
java.lang.String |
toString() |
public CodeInfo()
@ThriftField(value=2, name="code", requiredness=OPTIONAL) public byte[] getCode()
@ThriftField public void setCode(byte[] code)
@ThriftField(value=4, name="facialData", requiredness=OPTIONAL) public byte[] getFacialData()
@ThriftField public void setFacialData(byte[] facialData)
public java.lang.String toString()
toString
in class java.lang.Object
Copyright © 2020. All rights reserved.