| Modifier and Type | Method and Description |
|---|---|
Record31 |
build() |
Record31.Builder |
clearF()
Clears the value of the 'f' field
|
Record31.Builder |
clearRecord311()
Clears the value of the 'record311' field
|
java.lang.Float |
getF()
Gets the value of the 'f' field
|
Record311 |
getRecord311()
Gets the value of the 'record311' field
|
boolean |
hasF()
Checks whether the 'f' field has been set
|
boolean |
hasRecord311()
Checks whether the 'record311' field has been set
|
Record31.Builder |
setF(float value)
Sets the value of the 'f' field
|
Record31.Builder |
setRecord311(Record311 value)
Sets the value of the 'record311' field
|
public java.lang.Float getF()
public Record31.Builder setF(float value)
public boolean hasF()
public Record31.Builder clearF()
public Record311 getRecord311()
public Record31.Builder setRecord311(Record311 value)
public boolean hasRecord311()
public Record31.Builder clearRecord311()