Class 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 payload  
      Chip.Type type  
    • Constructor Summary

      Constructors 
      Constructor Description
      Builder()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Chip build()  
      Chip.Builder payload​(okio.ByteString payload)
      The digital payload read from the chip
      Chip.Builder type​(Chip.Type type)
      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
      • Methods inherited from class java.lang.Object

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

      • payload

        public okio.ByteString payload
    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

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