public static class ListReference.Builder extends org.apache.avro.specific.SpecificRecordBuilderBase<ListReference> implements org.apache.avro.data.RecordBuilder<ListReference>
| Modifier and Type | Method and Description |
|---|---|
ListReference |
build() |
ListReference.Builder |
clearDisplay()
Clears the value of the 'display' field.
|
ListReference.Builder |
clearId()
Clears the value of the 'id' field.
|
ListReference.Builder |
clearIdentifier()
Clears the value of the 'identifier' field.
|
ListReference.Builder |
clearListId()
Clears the value of the 'ListId' field.
|
ListReference.Builder |
clearReference()
Clears the value of the 'reference' field.
|
String |
getDisplay()
Gets the value of the 'display' field.
|
String |
getId()
Gets the value of the 'id' field.
|
Identifier |
getIdentifier()
Gets the value of the 'identifier' field.
|
Identifier.Builder |
getIdentifierBuilder()
Gets the Builder instance for the 'identifier' field and creates one if it doesn't exist yet.
|
String |
getListId()
Gets the value of the 'ListId' field.
|
String |
getReference()
Gets the value of the 'reference' field.
|
boolean |
hasDisplay()
Checks whether the 'display' field has been set.
|
boolean |
hasId()
Checks whether the 'id' field has been set.
|
boolean |
hasIdentifier()
Checks whether the 'identifier' field has been set.
|
boolean |
hasIdentifierBuilder()
Checks whether the 'identifier' field has an active Builder instance
Reference field
|
boolean |
hasListId()
Checks whether the 'ListId' field has been set.
|
boolean |
hasReference()
Checks whether the 'reference' field has been set.
|
ListReference.Builder |
setDisplay(String value)
Sets the value of the 'display' field.
|
ListReference.Builder |
setId(String value)
Sets the value of the 'id' field.
|
ListReference.Builder |
setIdentifier(Identifier value)
Sets the value of the 'identifier' field.
|
ListReference.Builder |
setIdentifierBuilder(Identifier.Builder value)
Sets the Builder instance for the 'identifier' field
Reference field
|
ListReference.Builder |
setListId(String value)
Sets the value of the 'ListId' field.
|
ListReference.Builder |
setReference(String value)
Sets the value of the 'reference' field.
|
public String getListId()
public ListReference.Builder setListId(String value)
value - The value of 'ListId'.public boolean hasListId()
public ListReference.Builder clearListId()
public String getId()
public ListReference.Builder setId(String value)
value - The value of 'id'.public boolean hasId()
public ListReference.Builder clearId()
public String getReference()
public ListReference.Builder setReference(String value)
value - The value of 'reference'.public boolean hasReference()
public ListReference.Builder clearReference()
public Identifier getIdentifier()
public ListReference.Builder setIdentifier(Identifier value)
value - The value of 'identifier'.public boolean hasIdentifier()
public Identifier.Builder getIdentifierBuilder()
public ListReference.Builder setIdentifierBuilder(Identifier.Builder value)
value - The builder instance that must be set.public boolean hasIdentifierBuilder()
public ListReference.Builder clearIdentifier()
public String getDisplay()
public ListReference.Builder setDisplay(String value)
value - The value of 'display'.public boolean hasDisplay()
public ListReference.Builder clearDisplay()
public ListReference build()
build in interface org.apache.avro.data.RecordBuilder<ListReference>Copyright © 2020. All rights reserved.