-
- All Implemented Interfaces:
-
org.apache.avro.data.RecordBuilder,org.apache.avro.data.RecordBuilder
public class GActiveDomStat.Builder extends SpecificRecordBuilderBase<GActiveDomStat> implements RecordBuilder<GActiveDomStat>
RecordBuilder for GActiveDomStat instances.
-
-
Method Summary
Modifier and Type Method Description GActiveDomStat.BuildersetNi(int value)Sets the value of the 'ni' field GActiveDomStat.BuildersetNa(int value)Sets the value of the 'na' field GActiveDomStat.BuildersetNnm(int value)Sets the value of the 'nnm' field GActiveDomStat.BuildersetNst(int value)Sets the value of the 'nst' field GActiveDomStat.BuildersetW(int value)Sets the value of the 'w' field GActiveDomStat.BuildersetH(int value)Sets the value of the 'h' field booleanhasNi()Checks whether the 'ni' field has been set GActiveDomStat.BuilderclearNi()Clears the value of the 'ni' field booleanhasNa()Checks whether the 'na' field has been set GActiveDomStat.BuilderclearNa()Clears the value of the 'na' field booleanhasNnm()Checks whether the 'nnm' field has been set GActiveDomStat.BuilderclearNnm()Clears the value of the 'nnm' field booleanhasNst()Checks whether the 'nst' field has been set GActiveDomStat.BuilderclearNst()Clears the value of the 'nst' field booleanhasW()Checks whether the 'w' field has been set GActiveDomStat.BuilderclearW()Clears the value of the 'w' field booleanhasH()Checks whether the 'h' field has been set GActiveDomStat.BuilderclearH()Clears the value of the 'h' field GActiveDomStatbuild()-
-
Method Detail
-
setNi
GActiveDomStat.Builder setNi(int value)
Sets the value of the 'ni' field
-
setNa
GActiveDomStat.Builder setNa(int value)
Sets the value of the 'na' field
-
setNnm
GActiveDomStat.Builder setNnm(int value)
Sets the value of the 'nnm' field
-
setNst
GActiveDomStat.Builder setNst(int value)
Sets the value of the 'nst' field
-
setW
GActiveDomStat.Builder setW(int value)
Sets the value of the 'w' field
-
setH
GActiveDomStat.Builder setH(int value)
Sets the value of the 'h' field
-
hasNi
boolean hasNi()
Checks whether the 'ni' field has been set
-
clearNi
GActiveDomStat.Builder clearNi()
Clears the value of the 'ni' field
-
hasNa
boolean hasNa()
Checks whether the 'na' field has been set
-
clearNa
GActiveDomStat.Builder clearNa()
Clears the value of the 'na' field
-
hasNnm
boolean hasNnm()
Checks whether the 'nnm' field has been set
-
clearNnm
GActiveDomStat.Builder clearNnm()
Clears the value of the 'nnm' field
-
hasNst
boolean hasNst()
Checks whether the 'nst' field has been set
-
clearNst
GActiveDomStat.Builder clearNst()
Clears the value of the 'nst' field
-
hasW
boolean hasW()
Checks whether the 'w' field has been set
-
clearW
GActiveDomStat.Builder clearW()
Clears the value of the 'w' field
-
hasH
boolean hasH()
Checks whether the 'h' field has been set
-
clearH
GActiveDomStat.Builder clearH()
Clears the value of the 'h' field
-
build
GActiveDomStat build()
-
-
-
-