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

public final class Chip extends com.squareup.wire.AndroidMessage<Chip,Chip.Builder>
Chip details data captured from a chip
See Also:
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static final class 
     
    static enum 
     

    Nested classes/interfaces inherited from class com.squareup.wire.AndroidMessage

    com.squareup.wire.AndroidMessage.Companion

    Nested classes/interfaces inherited from interface android.os.Parcelable

    android.os.Parcelable.ClassLoaderCreator<T extends Object>, android.os.Parcelable.Creator<T extends Object>
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final com.squareup.wire.ProtoAdapter<Chip>
     
    static final android.os.Parcelable.Creator<Chip>
     
    static final okio.ByteString
     
    static final Chip.Type
     
    final okio.ByteString
    The digital payload read from the chip
    final Chip.Type
    Type is the name of the object that has been marshalled to create the payload.

    Fields inherited from class com.squareup.wire.AndroidMessage

    Companion

    Fields inherited from class com.squareup.wire.Message

    hashCode

    Fields inherited from interface android.os.Parcelable

    CONTENTS_FILE_DESCRIPTOR, PARCELABLE_WRITE_RETURN_VALUE
  • Constructor Summary

    Constructors
    Constructor
    Description
    Chip(Chip.Type type, okio.ByteString payload)
     
    Chip(Chip.Type type, okio.ByteString payload, okio.ByteString unknownFields)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    equals(Object other)
     
    int
     
     
     

    Methods inherited from class com.squareup.wire.AndroidMessage

    describeContents, newCreator, writeToParcel

    Methods inherited from class com.squareup.wire.Message

    adapter, encode, encode, encode, encodeByteString, getCachedSerializedSize$wire_runtime, setCachedSerializedSize$wire_runtime, unknownFields, withoutUnknownFields, writeReplace

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Field Details

    • 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
  • Constructor Details

    • Chip

      public Chip(@Nullable Chip.Type type, @Nullable okio.ByteString payload)
    • Chip

      public Chip(@Nullable Chip.Type type, @Nullable okio.ByteString payload, okio.ByteString unknownFields)
  • Method Details