public class PassportNfcDg2DataItem
Wraps the single item of the data loaded from DG2 group as a key-value object
public static io.scanbot.nfcscanner.passport.PassportNfcDg2DataItem.Companion Companion
public PassportNfcDg2DataItem(@NotNull
NFCDatagroupDG2FieldName key,
@NotNull
java.lang.String value)
Wraps the single item of the data loaded from DG2 group as a key-value object
key - key of the itemvalue - value of the itempublic PassportNfcDg2DataItem(int keyInt,
@NotNull
java.lang.String value)
@NotNull public NFCDatagroupDG2FieldName getKey()
key of the item
@NotNull public java.lang.String getValue()
value of the item
@NotNull public NFCDatagroupDG2FieldName component1()
key of the item
@NotNull public java.lang.String component2()
value of the item
@NotNull public PassportNfcDg2DataItem copy(@NotNull NFCDatagroupDG2FieldName key, @NotNull java.lang.String value)
Wraps the single item of the data loaded from DG2 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)