public class PassportNfcDg1DataItem
Wraps the single item of the data loaded from DG1 group as a key-value object
public static io.scanbot.nfcscanner.passport.PassportNfcDg1DataItem.Companion Companion
public PassportNfcDg1DataItem(@NotNull
NFCDatagroupDG1FieldName key,
@NotNull
java.lang.String value)
Wraps the single item of the data loaded from DG1 group as a key-value object
key - key of the itemvalue - value of the itempublic PassportNfcDg1DataItem(int keyInt,
@NotNull
java.lang.String value)
@NotNull public NFCDatagroupDG1FieldName getKey()
key of the item
@NotNull public java.lang.String getValue()
value of the item
@NotNull public NFCDatagroupDG1FieldName component1()
key of the item
@NotNull public java.lang.String component2()
value of the item
@NotNull public PassportNfcDg1DataItem copy(@NotNull NFCDatagroupDG1FieldName key, @NotNull java.lang.String value)
Wraps the single item of the data loaded from DG1 group as a key-value object
key - key of the itemvalue - value of the item@NotNull public java.lang.String toString()
public int hashCode()
public boolean equals(@Nullable
java.lang.Object p)