java.lang.Object
com.squareup.wire.Message.Builder<Chip,Chip.Builder>
com.yoti.mobile.android.documentcapture.id.data.remote.proto.Chip.Builder
Enclosing class:
Chip

public static final class Chip.Builder extends com.squareup.wire.Message.Builder<Chip,Chip.Builder>
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    okio.ByteString
     
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
    payload(okio.ByteString payload)
    The digital payload read from the chip
    Type is the name of the object that has been marshalled to create the payload.

    Methods inherited from class com.squareup.wire.Message.Builder

    addUnknownField, addUnknownFields, buildUnknownFields, clearUnknownFields, getUnknownFieldsBuffer$wire_runtime, getUnknownFieldsByteString$wire_runtime, getUnknownFieldsWriter$wire_runtime, setUnknownFieldsBuffer$wire_runtime, setUnknownFieldsByteString$wire_runtime, setUnknownFieldsWriter$wire_runtime

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • type

      public Chip.Type type
    • payload

      public okio.ByteString payload
  • Constructor Details

    • Builder

      public Builder()
  • Method Details

    • type

      public Chip.Builder type(Chip.Type type)
      Type is the name of the object that has been marshalled to create the payload.
    • payload

      public Chip.Builder payload(okio.ByteString payload)
      The digital payload read from the chip
    • build

      public Chip build()
      Specified by:
      build in class com.squareup.wire.Message.Builder<Chip,Chip.Builder>