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,Serializable
Chip details data captured from a chip
- See Also:
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class com.squareup.wire.AndroidMessage
com.squareup.wire.AndroidMessage.Companion -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final com.squareup.wire.ProtoAdapter<Chip>static final android.os.Parcelable.Creator<Chip>static final okio.ByteStringstatic final Chip.Typefinal okio.ByteStringThe digital payload read from the chipfinal Chip.TypeType is the name of the object that has been marshalled to create the payload.Fields inherited from class com.squareup.wire.AndroidMessage
CompanionFields inherited from class com.squareup.wire.Message
hashCodeFields inherited from interface android.os.Parcelable
CONTENTS_FILE_DESCRIPTOR, PARCELABLE_WRITE_RETURN_VALUE -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.squareup.wire.AndroidMessage
describeContents, newCreator, writeToParcelMethods inherited from class com.squareup.wire.Message
adapter, encode, encode, encode, encodeByteString, getCachedSerializedSize$wire_runtime, setCachedSerializedSize$wire_runtime, unknownFields, withoutUnknownFields, writeReplace
-
Field Details
-
ADAPTER
-
CREATOR
-
DEFAULT_TYPE
-
DEFAULT_PAYLOAD
public static final okio.ByteString DEFAULT_PAYLOAD -
type
Type is the name of the object that has been marshalled to create the payload. -
payload
@Nullable public final okio.ByteString payloadThe digital payload read from the chip
-
-
Constructor Details
-
Chip
-
Chip
public Chip(@Nullable Chip.Type type, @Nullable okio.ByteString payload, okio.ByteString unknownFields)
-
-
Method Details
-
newBuilder
- Specified by:
newBuilderin classcom.squareup.wire.Message<Chip,Chip.Builder>
-
equals
-
hashCode
public int hashCode() -
toString
- Overrides:
toStringin classcom.squareup.wire.Message<Chip,Chip.Builder>
-