public static class TdApi.InputPassportElementErrorSourceDataField extends TdApi.InputPassportElementErrorSource
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
byte[] |
dataHash
Current data hash.
|
java.lang.String |
fieldName
Field name.
|
| Constructor and Description |
|---|
InputPassportElementErrorSourceDataField()
A data field contains an error.
|
InputPassportElementErrorSourceDataField(java.lang.String fieldName,
byte[] dataHash)
A data field 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 byte[] dataHash
public static final int CONSTRUCTOR
public InputPassportElementErrorSourceDataField()
public InputPassportElementErrorSourceDataField(java.lang.String fieldName,
byte[] dataHash)
fieldName - Field name.dataHash - Current data hash.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object