public class JFileLocation
extends org.apache.avro.specific.SpecificRecordBase
implements org.apache.avro.specific.SpecificRecord
Modifier and Type | Class and Description |
---|---|
static class |
JFileLocation.Builder
RecordBuilder for JFileLocation instances.
|
Modifier and Type | Field and Description |
---|---|
String |
fileName
Deprecated.
|
int |
lineNumber
Deprecated.
|
static org.apache.avro.Schema |
SCHEMA$ |
Constructor and Description |
---|
JFileLocation()
Default constructor.
|
JFileLocation(String fileName,
Integer lineNumber)
All-args constructor.
|
Modifier and Type | Method and Description |
---|---|
Object |
get(int field$) |
static org.apache.avro.Schema |
getClassSchema() |
String |
getFileName()
Gets the value of the 'fileName' field.
|
Integer |
getLineNumber()
Gets the value of the 'lineNumber' field.
|
org.apache.avro.Schema |
getSchema() |
static JFileLocation.Builder |
newBuilder()
Creates a new JFileLocation RecordBuilder.
|
static JFileLocation.Builder |
newBuilder(JFileLocation.Builder other)
Creates a new JFileLocation RecordBuilder by copying an existing Builder.
|
static JFileLocation.Builder |
newBuilder(JFileLocation other)
Creates a new JFileLocation RecordBuilder by copying an existing JFileLocation instance.
|
void |
put(int field$,
Object value$) |
void |
readExternal(ObjectInput in) |
void |
setFileName(String value)
Sets the value of the 'fileName' field.
|
void |
setLineNumber(Integer value)
Sets the value of the 'lineNumber' field.
|
void |
writeExternal(ObjectOutput out) |
public static final org.apache.avro.Schema SCHEMA$
@Deprecated public String fileName
@Deprecated public int lineNumber
public JFileLocation()
newBuilder()
.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 String getFileName()
public void setFileName(String value)
value
- the value to set.public Integer getLineNumber()
public void setLineNumber(Integer value)
value
- the value to set.public static JFileLocation.Builder newBuilder()
public static JFileLocation.Builder newBuilder(JFileLocation.Builder other)
other
- The existing builder to copy.public static JFileLocation.Builder newBuilder(JFileLocation other)
other
- The existing instance to copy.public void writeExternal(ObjectOutput out) throws IOException
writeExternal
in interface Externalizable
writeExternal
in class org.apache.avro.specific.SpecificRecordBase
IOException
public void readExternal(ObjectInput in) throws IOException
readExternal
in interface Externalizable
readExternal
in class org.apache.avro.specific.SpecificRecordBase
IOException
Copyright © 2018 SPF4J. All rights reserved.