public class BoardingPassLegField
Boarding pass leg field
@JvmField @NotNull public BoardingPassDocumentFieldType type
Field type
@JvmField @NotNull public java.lang.String value
Field value
public BoardingPassLegField(@NotNull
BoardingPassDocumentFieldType type,
@NotNull
java.lang.String value)
Boarding pass leg field
type - Field typevalue - Field value@NotNull public BoardingPassDocumentFieldType component1()
Field type
@NotNull public java.lang.String component2()
Field value
@NotNull public BoardingPassLegField copy(@NotNull BoardingPassDocumentFieldType type, @NotNull java.lang.String value)
Boarding pass leg field
@NotNull public java.lang.String toString()
public int hashCode()
public boolean equals(@Nullable
java.lang.Object p)