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
|
java.util.List<java.lang.CharSequence> |
getArgs()
Gets the value of the 'args' field
|
java.lang.Integer |
getMajorCode()
Gets the value of the 'majorCode' field
|
java.lang.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(java.util.List<java.lang.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 java.lang.Integer getMajorCode()
public ParseStatus.Builder setMajorCode(int value)
public boolean hasMajorCode()
public ParseStatus.Builder clearMajorCode()
public java.lang.Integer getMinorCode()
public ParseStatus.Builder setMinorCode(int value)
public boolean hasMinorCode()
public ParseStatus.Builder clearMinorCode()
public java.util.List<java.lang.CharSequence> getArgs()
public ParseStatus.Builder setArgs(java.util.List<java.lang.CharSequence> value)
public boolean hasArgs()
public ParseStatus.Builder clearArgs()
public ParseStatus build()
build
in interface org.apache.avro.data.RecordBuilder<ParseStatus>
Copyright © 2019 The Apache Software Foundation