public static class ParseStatus.Builder extends org.apache.avro.specific.SpecificRecordBuilderBase<ParseStatus> implements org.apache.avro.data.RecordBuilder<ParseStatus>
Modifier and Type | Method and Description |
---|---|
ParseStatus |
build() |
ParseStatus.Builder |
clearArgs()
Clears the value of the 'args' field
|
ParseStatus.Builder |
clearMajorCode()
Clears the value of the 'majorCode' field
|
ParseStatus.Builder |
clearMinorCode()
Clears the value of the 'minorCode' field
|
List<CharSequence> |
getArgs()
Gets the value of the 'args' field
|
Integer |
getMajorCode()
Gets the value of the 'majorCode' field
|
Integer |
getMinorCode()
Gets the value of the 'minorCode' field
|
boolean |
hasArgs()
Checks whether the 'args' field has been set
|
boolean |
hasMajorCode()
Checks whether the 'majorCode' field has been set
|
boolean |
hasMinorCode()
Checks whether the 'minorCode' field has been set
|
ParseStatus.Builder |
setArgs(List<CharSequence> value)
Sets the value of the 'args' field
|
ParseStatus.Builder |
setMajorCode(int value)
Sets the value of the 'majorCode' field
|
ParseStatus.Builder |
setMinorCode(int value)
Sets the value of the 'minorCode' field
|
public Integer getMajorCode()
public ParseStatus.Builder setMajorCode(int value)
public boolean hasMajorCode()
public ParseStatus.Builder clearMajorCode()
public Integer getMinorCode()
public ParseStatus.Builder setMinorCode(int value)
public boolean hasMinorCode()
public ParseStatus.Builder clearMinorCode()
public List<CharSequence> getArgs()
public ParseStatus.Builder setArgs(List<CharSequence> value)
public boolean hasArgs()
public ParseStatus.Builder clearArgs()
public ParseStatus build()
build
in interface org.apache.avro.data.RecordBuilder<ParseStatus>
Copyright © 2015 The Apache Software Foundation