| Modifier and Type | Method and Description |
|---|---|
Record1 |
build() |
Record1.Builder |
clearI()
Clears the value of the 'i' field
|
java.lang.Integer |
getI()
Gets the value of the 'i' field
|
boolean |
hasI()
Checks whether the 'i' field has been set
|
Record1.Builder |
setI(int value)
Sets the value of the 'i' field
|
public java.lang.Integer getI()
public Record1.Builder setI(int value)
public boolean hasI()
public Record1.Builder clearI()