- Enclosing class:
- TdApi
Returns the squared received number;
for testing only. This is an offline
method. Can be called before authorization.
Returns
TestInt
-
Field Summary
-
Constructor Summary
ConstructorDescriptionReturns the squared received number; for testing only.TestSquareInt
(int x) Returns the squared received number; for testing only.TestSquareInt
(DataInput input) Returns the squared received number; for testing only. -
Method Summary
Methods inherited from class it.tdlight.jni.TdApi.Function
toString
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize
-
Field Details
-
x
public int xNumber to square. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
-
-
Constructor Details
-
TestSquareInt
public TestSquareInt()Returns the squared received number; for testing only. This is an offline method. Can be called before authorization. ReturnsTestInt
-
TestSquareInt
public TestSquareInt(int x) Returns the squared received number; for testing only. This is an offline method. Can be called before authorization. ReturnsTestInt
- Parameters:
x
- int Number to square.
-
TestSquareInt
Returns the squared received number; for testing only. This is an offline method. Can be called before authorization. ReturnsTestInt
- Throws:
IOException
-
-
Method Details
-
getConstructor
public int getConstructor()- Specified by:
getConstructor
in classTdApi.Object
-
serialize
- Specified by:
serialize
in classTdApi.Object
- Throws:
IOException
-
equals
-
hashCode
public int hashCode()
-