Package org.drinkless.tdlib
Class TdApi.HttpUrl
- java.lang.Object
-
- org.drinkless.tdlib.TdApi.Object
-
- org.drinkless.tdlib.TdApi.HttpUrl
-
- Enclosing class:
- TdApi
public static class TdApi.HttpUrl extends TdApi.Object
Contains an HTTP URL.
-
-
Field Summary
Fields Modifier and Type Field Description static intCONSTRUCTORIdentifier uniquely determining type of the object.StringurlThe URL.
-
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
-
url
public String url
The URL.
-
CONSTRUCTOR
public static final int CONSTRUCTOR
Identifier uniquely determining type of the object.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
HttpUrl
public HttpUrl()
Contains an HTTP URL.
-
HttpUrl
public HttpUrl(String url)
Contains an HTTP URL.- Parameters:
url- The URL.
-
-
Method Detail
-
getConstructor
public int getConstructor()
- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-
-