| Modifier and Type | Method and Description |
|---|---|
Records |
build() |
Records.Builder |
clearRecord1()
Clears the value of the 'record1' field
|
Records.Builder |
clearRecord2()
Clears the value of the 'record2' field
|
Records.Builder |
clearRecord3()
Clears the value of the 'record3' field
|
Record1 |
getRecord1()
Gets the value of the 'record1' field
|
Record2 |
getRecord2()
Gets the value of the 'record2' field
|
Record3 |
getRecord3()
Gets the value of the 'record3' field
|
boolean |
hasRecord1()
Checks whether the 'record1' field has been set
|
boolean |
hasRecord2()
Checks whether the 'record2' field has been set
|
boolean |
hasRecord3()
Checks whether the 'record3' field has been set
|
Records.Builder |
setRecord1(Record1 value)
Sets the value of the 'record1' field
|
Records.Builder |
setRecord2(Record2 value)
Sets the value of the 'record2' field
|
Records.Builder |
setRecord3(Record3 value)
Sets the value of the 'record3' field
|
public Record1 getRecord1()
public Records.Builder setRecord1(Record1 value)
public boolean hasRecord1()
public Records.Builder clearRecord1()
public Record2 getRecord2()
public Records.Builder setRecord2(Record2 value)
public boolean hasRecord2()
public Records.Builder clearRecord2()
public Record3 getRecord3()
public Records.Builder setRecord3(Record3 value)
public boolean hasRecord3()
public Records.Builder clearRecord3()