-
- All Implemented Interfaces:
-
org.apache.avro.data.RecordBuilder,org.apache.avro.data.RecordBuilder
public class GActiveDomStatus.Builder extends SpecificRecordBuilderBase<GActiveDomStatus> implements RecordBuilder<GActiveDomStatus>
RecordBuilder for GActiveDomStatus instances.
-
-
Field Summary
Fields Modifier and Type Field Description private intnprivate intscrollprivate CharSequencestprivate CharSequencerprivate CharSequenceidlprivate CharSequenceec
-
Method Summary
Modifier and Type Method Description GActiveDomStatus.BuildersetN(int value)Sets the value of the 'n' field GActiveDomStatus.BuildersetScroll(int value)Sets the value of the 'scroll' field CharSequencegetSt()Gets the value of the 'st' field GActiveDomStatus.BuildersetSt(CharSequence value)Sets the value of the 'st' field CharSequencegetR()Gets the value of the 'r' field GActiveDomStatus.BuildersetR(CharSequence value)Sets the value of the 'r' field CharSequencegetIdl()Gets the value of the 'idl' field GActiveDomStatus.BuildersetIdl(CharSequence value)Sets the value of the 'idl' field CharSequencegetEc()Gets the value of the 'ec' field GActiveDomStatus.BuildersetEc(CharSequence value)Sets the value of the 'ec' field booleanhasN()Checks whether the 'n' field has been set GActiveDomStatus.BuilderclearN()Clears the value of the 'n' field booleanhasScroll()Checks whether the 'scroll' field has been set GActiveDomStatus.BuilderclearScroll()Clears the value of the 'scroll' field booleanhasSt()Checks whether the 'st' field has been set GActiveDomStatus.BuilderclearSt()Clears the value of the 'st' field booleanhasR()Checks whether the 'r' field has been set GActiveDomStatus.BuilderclearR()Clears the value of the 'r' field booleanhasIdl()Checks whether the 'idl' field has been set GActiveDomStatus.BuilderclearIdl()Clears the value of the 'idl' field booleanhasEc()Checks whether the 'ec' field has been set GActiveDomStatus.BuilderclearEc()Clears the value of the 'ec' field GActiveDomStatusbuild()-
-
Method Detail
-
setN
GActiveDomStatus.Builder setN(int value)
Sets the value of the 'n' field
-
setScroll
GActiveDomStatus.Builder setScroll(int value)
Sets the value of the 'scroll' field
-
getSt
CharSequence getSt()
Gets the value of the 'st' field
-
setSt
GActiveDomStatus.Builder setSt(CharSequence value)
Sets the value of the 'st' field
-
getR
CharSequence getR()
Gets the value of the 'r' field
-
setR
GActiveDomStatus.Builder setR(CharSequence value)
Sets the value of the 'r' field
-
getIdl
CharSequence getIdl()
Gets the value of the 'idl' field
-
setIdl
GActiveDomStatus.Builder setIdl(CharSequence value)
Sets the value of the 'idl' field
-
getEc
CharSequence getEc()
Gets the value of the 'ec' field
-
setEc
GActiveDomStatus.Builder setEc(CharSequence value)
Sets the value of the 'ec' field
-
hasN
boolean hasN()
Checks whether the 'n' field has been set
-
clearN
GActiveDomStatus.Builder clearN()
Clears the value of the 'n' field
-
hasScroll
boolean hasScroll()
Checks whether the 'scroll' field has been set
-
clearScroll
GActiveDomStatus.Builder clearScroll()
Clears the value of the 'scroll' field
-
hasSt
boolean hasSt()
Checks whether the 'st' field has been set
-
clearSt
GActiveDomStatus.Builder clearSt()
Clears the value of the 'st' field
-
hasR
boolean hasR()
Checks whether the 'r' field has been set
-
clearR
GActiveDomStatus.Builder clearR()
Clears the value of the 'r' field
-
hasIdl
boolean hasIdl()
Checks whether the 'idl' field has been set
-
clearIdl
GActiveDomStatus.Builder clearIdl()
Clears the value of the 'idl' field
-
hasEc
boolean hasEc()
Checks whether the 'ec' field has been set
-
clearEc
GActiveDomStatus.Builder clearEc()
Clears the value of the 'ec' field
-
build
GActiveDomStatus build()
-
-
-
-