Class Chip
- java.lang.Object
-
- com.squareup.wire.Message<M,B>
-
- com.squareup.wire.AndroidMessage<Chip,Chip.Builder>
-
- com.yoti.mobile.android.documentcapture.id.data.remote.proto.Chip
-
- All Implemented Interfaces:
android.os.Parcelable,java.io.Serializable
public final class Chip extends com.squareup.wire.AndroidMessage<Chip,Chip.Builder>
Chip details data captured from a chip- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classChip.Builderstatic classChip.Type
-
Field Summary
Fields Modifier and Type Field Description static com.squareup.wire.ProtoAdapter<Chip>ADAPTERstatic android.os.Parcelable.Creator<Chip>CREATORstatic okio.ByteStringDEFAULT_PAYLOADstatic Chip.TypeDEFAULT_TYPEokio.ByteStringpayloadThe digital payload read from the chipChip.TypetypeType is the name of the object that has been marshalled to create the payload.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object other)inthashCode()Chip.BuildernewBuilder()java.lang.StringtoString()-
Methods inherited from class com.squareup.wire.AndroidMessage
describeContents, newCreator, writeToParcel
-
-
-
-
Field Detail
-
ADAPTER
public static final com.squareup.wire.ProtoAdapter<Chip> ADAPTER
-
CREATOR
public static final android.os.Parcelable.Creator<Chip> CREATOR
-
DEFAULT_TYPE
public static final Chip.Type DEFAULT_TYPE
-
DEFAULT_PAYLOAD
public static final okio.ByteString DEFAULT_PAYLOAD
-
type
@Nullable public final Chip.Type type
Type is the name of the object that has been marshalled to create the payload.
-
payload
@Nullable public final okio.ByteString payload
The digital payload read from the chip
-
-
Method Detail
-
newBuilder
public Chip.Builder newBuilder()
- Specified by:
newBuilderin classcom.squareup.wire.Message<Chip,Chip.Builder>
-
equals
public boolean equals(java.lang.Object other)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classcom.squareup.wire.Message<Chip,Chip.Builder>
-
-