@ThriftStruct(value="FInt2") public final class FInt2 extends java.lang.Object
| Constructor and Description |
|---|
FInt2() |
| Modifier and Type | Method and Description |
|---|---|
int |
getX() |
int |
getY() |
void |
setX(int x) |
void |
setY(int y) |
java.lang.String |
toString() |
public FInt2()
@ThriftField(value=1,
name="x",
requiredness=REQUIRED)
public int getX()
@ThriftField public void setX(int x)
@ThriftField(value=2,
name="y",
requiredness=REQUIRED)
public int getY()
@ThriftField public void setY(int y)
public java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2020. All rights reserved.