public static class TdApi.PassportElementErrorSourceDataField extends TdApi.PassportElementErrorSource
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
java.lang.String |
fieldName
Field name.
|
| Constructor and Description |
|---|
PassportElementErrorSourceDataField()
One of the data fields contains an error.
|
PassportElementErrorSourceDataField(java.lang.String fieldName)
One of the data fields contains an error.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic java.lang.String fieldName
public static final int CONSTRUCTOR
public PassportElementErrorSourceDataField()
public PassportElementErrorSourceDataField(java.lang.String fieldName)
fieldName - Field name.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object