| Modifier and Type | Method and Description |
|---|---|
Ids |
build() |
Ids.Builder |
clearId()
Clears the value of the 'id' field
|
Ids.Builder |
clearNested()
Clears the value of the 'nested' field
|
java.lang.CharSequence |
getId()
Gets the value of the 'id' field
|
IdNested |
getNested()
Gets the value of the 'nested' field
|
boolean |
hasId()
Checks whether the 'id' field has been set
|
boolean |
hasNested()
Checks whether the 'nested' field has been set
|
Ids.Builder |
setId(java.lang.CharSequence value)
Sets the value of the 'id' field
|
Ids.Builder |
setNested(IdNested value)
Sets the value of the 'nested' field
|
public java.lang.CharSequence getId()
public Ids.Builder setId(java.lang.CharSequence value)
public boolean hasId()
public Ids.Builder clearId()
public IdNested getNested()
public Ids.Builder setNested(IdNested value)
public boolean hasNested()
public Ids.Builder clearNested()