public class AvroStartTime extends org.apache.avro.specific.SpecificRecordBase implements org.apache.avro.specific.SpecificRecord
Modifier and Type | Class and Description |
---|---|
static class |
AvroStartTime.Builder
RecordBuilder for AvroStartTime instances.
|
Modifier and Type | Field and Description |
---|---|
static org.apache.avro.Schema |
SCHEMA$ |
long |
timestamp
Deprecated.
|
Constructor and Description |
---|
AvroStartTime()
Default constructor.
|
AvroStartTime(Long timestamp)
All-args constructor.
|
Modifier and Type | Method and Description |
---|---|
Object |
get(int field$) |
static org.apache.avro.Schema |
getClassSchema() |
org.apache.avro.Schema |
getSchema() |
Long |
getTimestamp()
Gets the value of the 'timestamp' field.
|
static AvroStartTime.Builder |
newBuilder()
Creates a new AvroStartTime RecordBuilder
|
static AvroStartTime.Builder |
newBuilder(AvroStartTime.Builder other)
Creates a new AvroStartTime RecordBuilder by copying an existing Builder
|
static AvroStartTime.Builder |
newBuilder(AvroStartTime other)
Creates a new AvroStartTime RecordBuilder by copying an existing AvroStartTime instance
|
void |
put(int field$,
Object value$) |
void |
setTimestamp(Long value)
Sets the value of the 'timestamp' field.
|
public static final org.apache.avro.Schema SCHEMA$
@Deprecated public long timestamp
public AvroStartTime()
newBuilder()
.public AvroStartTime(Long timestamp)
public static org.apache.avro.Schema getClassSchema()
public org.apache.avro.Schema getSchema()
getSchema
in interface org.apache.avro.generic.GenericContainer
getSchema
in class org.apache.avro.specific.SpecificRecordBase
public Object get(int field$)
get
in interface org.apache.avro.generic.IndexedRecord
get
in class org.apache.avro.specific.SpecificRecordBase
public void put(int field$, Object value$)
put
in interface org.apache.avro.generic.IndexedRecord
put
in class org.apache.avro.specific.SpecificRecordBase
public Long getTimestamp()
public void setTimestamp(Long value)
value
- the value to set.public static AvroStartTime.Builder newBuilder()
public static AvroStartTime.Builder newBuilder(AvroStartTime.Builder other)
public static AvroStartTime.Builder newBuilder(AvroStartTime other)
Copyright © 2016 The Apache Software Foundation. All rights reserved.