| Modifier and Type | Method and Description |
|---|---|
Names |
build() |
Names.Builder |
clearId()
Clears the value of the 'id' field
|
Names.Builder |
clearNested()
Clears the value of the 'nested' field
|
java.lang.CharSequence |
getId()
Gets the value of the 'id' field
|
NameNested |
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
|
Names.Builder |
setId(java.lang.CharSequence value)
Sets the value of the 'id' field
|
Names.Builder |
setNested(NameNested value)
Sets the value of the 'nested' field
|
public java.lang.CharSequence getId()
public Names.Builder setId(java.lang.CharSequence value)
public boolean hasId()
public Names.Builder clearId()
public NameNested getNested()
public Names.Builder setNested(NameNested value)
public boolean hasNested()
public Names.Builder clearNested()