Package it.tdlight.jni
Class TdApi.PassportElementErrorSourceDataField
java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.PassportElementErrorSource
it.tdlight.jni.TdApi.PassportElementErrorSourceDataField
- Enclosing class:
- TdApi
public static class TdApi.PassportElementErrorSourceDataField extends TdApi.PassportElementErrorSource
One of the data fields contains an
error. The error will be considered
resolved when the value of the field changes.
-
Field Summary
Fields Modifier and Type Field Description static int
CONSTRUCTOR
String
fieldName
Field name. -
Constructor Summary
Constructors Constructor Description PassportElementErrorSourceDataField()
One of the data fields contains an error.PassportElementErrorSourceDataField(DataInput input)
PassportElementErrorSourceDataField(String fieldName)
One of the data fields contains an error. -
Method Summary
Modifier and Type Method Description boolean
equals(Object o)
int
getConstructor()
int
hashCode()
void
serialize(DataOutput output)
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize, toString
-
Field Details
-
fieldName
Field name. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
- Constant Field Values
-
-
Constructor Details
-
PassportElementErrorSourceDataField
public PassportElementErrorSourceDataField()One of the data fields contains an error. The error will be considered resolved when the value of the field changes. -
PassportElementErrorSourceDataField
One of the data fields contains an error. The error will be considered resolved when the value of the field changes.- Parameters:
fieldName
- String Field name.
-
PassportElementErrorSourceDataField
- Throws:
IOException
-
-
Method Details
-
getConstructor
public int getConstructor()- Specified by:
getConstructor
in classTdApi.Object
-
serialize
- Specified by:
serialize
in classTdApi.Object
- Throws:
IOException
-
equals
-
hashCode
public int hashCode()
-