| Modifier and Type | Method and Description |
|---|---|
Record2 |
build() |
Record2.Builder |
clearL()
Clears the value of the 'l' field
|
Record2.Builder |
clearRecord21()
Clears the value of the 'record21' field
|
java.lang.Long |
getL()
Gets the value of the 'l' field
|
Record21 |
getRecord21()
Gets the value of the 'record21' field
|
boolean |
hasL()
Checks whether the 'l' field has been set
|
boolean |
hasRecord21()
Checks whether the 'record21' field has been set
|
Record2.Builder |
setL(long value)
Sets the value of the 'l' field
|
Record2.Builder |
setRecord21(Record21 value)
Sets the value of the 'record21' field
|
public java.lang.Long getL()
public Record2.Builder setL(long value)
public boolean hasL()
public Record2.Builder clearL()
public Record21 getRecord21()
public Record2.Builder setRecord21(Record21 value)
public boolean hasRecord21()
public Record2.Builder clearRecord21()