public class IDCardPDF417DocumentField
ID card PDF417 document field
@JvmField @Nullable public IDCardPDF417DocumentFieldType type
Field type
@JvmField @NotNull public java.lang.String value
Field value
public IDCardPDF417DocumentField(@Nullable
IDCardPDF417DocumentFieldType type,
@NotNull
java.lang.String value)
ID card PDF417 document field
type - Field typevalue - Field valuepublic IDCardPDF417DocumentField()
ID card PDF417 document field
@Nullable public IDCardPDF417DocumentFieldType component1()
Field type
@NotNull public java.lang.String component2()
Field value
@NotNull public IDCardPDF417DocumentField copy(@Nullable IDCardPDF417DocumentFieldType type, @NotNull java.lang.String value)
ID card PDF417 document field
@NotNull public java.lang.String toString()
public int hashCode()
public boolean equals(@Nullable
java.lang.Object p)