public static class TdApi.HttpUrl extends TdApi.Object
Modifier and Type | Field and Description |
---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
java.lang.String |
url
The URL.
|
Constructor and Description |
---|
HttpUrl()
Contains an HTTP URL.
|
HttpUrl(java.lang.String url)
Contains an HTTP URL.
|
Modifier and Type | Method and Description |
---|---|
int |
getConstructor() |
toString
public java.lang.String url
public static final int CONSTRUCTOR
public HttpUrl()
public HttpUrl(java.lang.String url)
url
- The URL.public int getConstructor()
getConstructor
in class TdApi.Object