@ThriftStruct public final class FAngle extends java.lang.Object implements net.gdface.thrift.ThriftDecorator<FAngle>
FAngleFAngleget/set方法到delegate()指定的实例,| Modifier and Type | Method and Description |
|---|---|
FAngle |
delegate() |
boolean |
equals(java.lang.Object obj) |
double |
getConfidence() |
int |
getPitch() |
int |
getRoll() |
int |
getYaw() |
int |
hashCode() |
void |
setConfidence(double value) |
void |
setPitch(int value) |
void |
setRoll(int value) |
void |
setYaw(int value) |
java.lang.String |
toString() |
public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object@ThriftField(value=1,
requiredness=REQUIRED)
public double getConfidence()
@ThriftField public void setConfidence(double value)
@ThriftField(value=2,
requiredness=REQUIRED)
public int getPitch()
@ThriftField public void setPitch(int value)
@ThriftField(value=3,
requiredness=REQUIRED)
public int getRoll()
@ThriftField public void setRoll(int value)
@ThriftField(value=4,
requiredness=REQUIRED)
public int getYaw()
@ThriftField public void setYaw(int value)
Copyright © 2020. All rights reserved.