-
- All Implemented Interfaces:
-
org.apache.avro.data.RecordBuilder,org.apache.avro.data.RecordBuilder
public class GParseStatus.Builder extends SpecificRecordBuilderBase<GParseStatus> implements RecordBuilder<GParseStatus>
RecordBuilder for GParseStatus instances.
-
-
Field Summary
Fields Modifier and Type Field Description private intmajorCodeprivate intminorCodeprivate Map<CharSequence, CharSequence>args
-
Method Summary
Modifier and Type Method Description GParseStatus.BuildersetMajorCode(int value)Sets the value of the 'majorCode' field GParseStatus.BuildersetMinorCode(int value)Sets the value of the 'minorCode' field Map<CharSequence, CharSequence>getArgs()Gets the value of the 'args' field GParseStatus.BuildersetArgs(Map<CharSequence, CharSequence> value)Sets the value of the 'args' field booleanhasMajorCode()Checks whether the 'majorCode' field has been set GParseStatus.BuilderclearMajorCode()Clears the value of the 'majorCode' field booleanhasMinorCode()Checks whether the 'minorCode' field has been set GParseStatus.BuilderclearMinorCode()Clears the value of the 'minorCode' field booleanhasArgs()Checks whether the 'args' field has been set GParseStatus.BuilderclearArgs()Clears the value of the 'args' field GParseStatusbuild()-
-
Method Detail
-
setMajorCode
GParseStatus.Builder setMajorCode(int value)
Sets the value of the 'majorCode' field
-
setMinorCode
GParseStatus.Builder setMinorCode(int value)
Sets the value of the 'minorCode' field
-
getArgs
Map<CharSequence, CharSequence> getArgs()
Gets the value of the 'args' field
-
setArgs
GParseStatus.Builder setArgs(Map<CharSequence, CharSequence> value)
Sets the value of the 'args' field
-
hasMajorCode
boolean hasMajorCode()
Checks whether the 'majorCode' field has been set
-
clearMajorCode
GParseStatus.Builder clearMajorCode()
Clears the value of the 'majorCode' field
-
hasMinorCode
boolean hasMinorCode()
Checks whether the 'minorCode' field has been set
-
clearMinorCode
GParseStatus.Builder clearMinorCode()
Clears the value of the 'minorCode' field
-
hasArgs
boolean hasArgs()
Checks whether the 'args' field has been set
-
clearArgs
GParseStatus.Builder clearArgs()
Clears the value of the 'args' field
-
build
GParseStatus build()
-
-
-
-