Class Vin

  • All Implemented Interfaces:
    Externalizable, Serializable, Comparable<org.apache.avro.specific.SpecificFixed>, org.apache.avro.generic.GenericContainer, org.apache.avro.generic.GenericFixed

    @FixedSize(17)
    public class Vin
    extends org.apache.avro.specific.SpecificFixed
    See Also:
    Serialized Form
    • Field Detail

      • SCHEMA$

        public static final org.apache.avro.Schema SCHEMA$
    • Constructor Detail

      • Vin

        public Vin()
        Creates a new Vin
      • Vin

        public Vin​(byte[] bytes)
        Creates a new Vin with the given bytes.
        Parameters:
        bytes - The bytes to create the new Vin.
    • Method Detail

      • getClassSchema

        public static org.apache.avro.Schema getClassSchema()
      • getSchema

        public org.apache.avro.Schema getSchema()
        Specified by:
        getSchema in interface org.apache.avro.generic.GenericContainer
        Specified by:
        getSchema in class org.apache.avro.specific.SpecificFixed