public static class JFileLocation.Builder extends org.apache.avro.specific.SpecificRecordBuilderBase<JFileLocation> implements org.apache.avro.data.RecordBuilder<JFileLocation>
Modifier and Type | Method and Description |
---|---|
JFileLocation |
build() |
JFileLocation.Builder |
clearFileName()
Clears the value of the 'fileName' field.
|
JFileLocation.Builder |
clearLineNumber()
Clears the value of the 'lineNumber' field.
|
String |
getFileName()
Gets the value of the 'fileName' field.
|
Integer |
getLineNumber()
Gets the value of the 'lineNumber' field.
|
boolean |
hasFileName()
Checks whether the 'fileName' field has been set.
|
boolean |
hasLineNumber()
Checks whether the 'lineNumber' field has been set.
|
JFileLocation.Builder |
setFileName(String value)
Sets the value of the 'fileName' field.
|
JFileLocation.Builder |
setLineNumber(int value)
Sets the value of the 'lineNumber' field.
|
public String getFileName()
public JFileLocation.Builder setFileName(String value)
value
- The value of 'fileName'.public boolean hasFileName()
public JFileLocation.Builder clearFileName()
public Integer getLineNumber()
public JFileLocation.Builder setLineNumber(int value)
value
- The value of 'lineNumber'.public boolean hasLineNumber()
public JFileLocation.Builder clearLineNumber()
public JFileLocation build()
build
in interface org.apache.avro.data.RecordBuilder<JFileLocation>
Copyright © 2018 SPF4J. All rights reserved.