@ThriftStruct(value="FAngle") public final class FAngle extends java.lang.Object
Constructor and Description |
---|
FAngle() |
Modifier and Type | Method and Description |
---|---|
double |
getConfidence() |
int |
getPitch() |
int |
getRoll() |
int |
getYaw() |
void |
setConfidence(double confidence) |
void |
setPitch(int pitch) |
void |
setRoll(int roll) |
void |
setYaw(int yaw) |
java.lang.String |
toString() |
public FAngle()
@ThriftField(value=1, name="confidence", requiredness=REQUIRED) public double getConfidence()
@ThriftField public void setConfidence(double confidence)
@ThriftField(value=2, name="pitch", requiredness=REQUIRED) public int getPitch()
@ThriftField public void setPitch(int pitch)
@ThriftField(value=3, name="roll", requiredness=REQUIRED) public int getRoll()
@ThriftField public void setRoll(int roll)
@ThriftField(value=4, name="yaw", requiredness=REQUIRED) public int getYaw()
@ThriftField public void setYaw(int yaw)
public java.lang.String toString()
toString
in class java.lang.Object
Copyright © 2020. All rights reserved.