Package it.tdlight.jni
Class TdApi.VectorPathCommandLine
java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.VectorPathCommand
it.tdlight.jni.TdApi.VectorPathCommandLine
- Enclosing class:
- TdApi
public static class TdApi.VectorPathCommandLine extends TdApi.VectorPathCommand
A straight line to a given point.
-
Field Summary
Fields Modifier and Type Field Description static int
CONSTRUCTOR
TdApi.Point
endPoint
The end point of the straight line. -
Constructor Summary
Constructors Constructor Description VectorPathCommandLine()
A straight line to a given point.VectorPathCommandLine(TdApi.Point endPoint)
A straight line to a given point.VectorPathCommandLine(DataInput input)
-
Method Summary
Modifier and Type Method Description boolean
equals(Object o)
int
getConstructor()
int
hashCode()
void
serialize(DataOutput output)
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize, toString
-
Field Details
-
endPoint
The end point of the straight line. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
- Constant Field Values
-
-
Constructor Details
-
VectorPathCommandLine
public VectorPathCommandLine()A straight line to a given point. -
VectorPathCommandLine
A straight line to a given point.- Parameters:
endPoint
- Point The end point of the straight line.
-
VectorPathCommandLine
- 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()
-