All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.apache.parquet.avro.Vin Maven / Gradle / Ivy

There is a newer version: 1.14.4
Show newest version
/**
 * Autogenerated by Avro
 * 
 * DO NOT EDIT DIRECTLY
 */
package org.apache.parquet.avro;  
@SuppressWarnings("all")
@org.apache.avro.specific.FixedSize(17)
@org.apache.avro.specific.AvroGenerated
public class Vin extends org.apache.avro.specific.SpecificFixed {
  public static final org.apache.avro.Schema SCHEMA$ = new org.apache.avro.Schema.Parser().parse("{\"type\":\"fixed\",\"name\":\"Vin\",\"namespace\":\"org.apache.parquet.avro\",\"size\":17}");
  public static org.apache.avro.Schema getClassSchema() { return SCHEMA$; }
  
  /** Creates a new Vin */
  public Vin() {
    super();
  }
  
  /** Creates a new Vin with the given bytes */
  public Vin(byte[] bytes) {
    super(bytes);
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy