Package org.drinkless.tdlib
Class TdApi.VectorPathCommandLine
- java.lang.Object
-
- org.drinkless.tdlib.TdApi.Object
-
- org.drinkless.tdlib.TdApi.VectorPathCommand
-
- org.drinkless.tdlib.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 intCONSTRUCTORIdentifier uniquely determining type of the object.TdApi.PointendPointThe 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetConstructor()-
Methods inherited from class org.drinkless.tdlib.TdApi.Object
toString
-
-
-
-
Field Detail
-
endPoint
public TdApi.Point endPoint
The end point of the straight line.
-
CONSTRUCTOR
public static final int CONSTRUCTOR
Identifier uniquely determining type of the object.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
VectorPathCommandLine
public VectorPathCommandLine()
A straight line to a given point.
-
VectorPathCommandLine
public VectorPathCommandLine(TdApi.Point endPoint)
A straight line to a given point.- Parameters:
endPoint- The end point of the straight line.
-
-
Method Detail
-
getConstructor
public int getConstructor()
- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-
-