public static class LocationReference.Builder extends org.apache.avro.specific.SpecificRecordBuilderBase<LocationReference> implements org.apache.avro.data.RecordBuilder<LocationReference>
| Modifier and Type | Method and Description |
|---|---|
LocationReference |
build() |
LocationReference.Builder |
clearDisplay()
Clears the value of the 'display' field.
|
LocationReference.Builder |
clearId()
Clears the value of the 'id' field.
|
LocationReference.Builder |
clearIdentifier()
Clears the value of the 'identifier' field.
|
LocationReference.Builder |
clearLocationId()
Clears the value of the 'LocationId' field.
|
LocationReference.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 |
getLocationId()
Gets the value of the 'LocationId' 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 |
hasLocationId()
Checks whether the 'LocationId' field has been set.
|
boolean |
hasReference()
Checks whether the 'reference' field has been set.
|
LocationReference.Builder |
setDisplay(String value)
Sets the value of the 'display' field.
|
LocationReference.Builder |
setId(String value)
Sets the value of the 'id' field.
|
LocationReference.Builder |
setIdentifier(Identifier value)
Sets the value of the 'identifier' field.
|
LocationReference.Builder |
setIdentifierBuilder(Identifier.Builder value)
Sets the Builder instance for the 'identifier' field
Reference field
|
LocationReference.Builder |
setLocationId(String value)
Sets the value of the 'LocationId' field.
|
LocationReference.Builder |
setReference(String value)
Sets the value of the 'reference' field.
|
public String getLocationId()
public LocationReference.Builder setLocationId(String value)
value - The value of 'LocationId'.public boolean hasLocationId()
public LocationReference.Builder clearLocationId()
public String getId()
public LocationReference.Builder setId(String value)
value - The value of 'id'.public boolean hasId()
public LocationReference.Builder clearId()
public String getReference()
public LocationReference.Builder setReference(String value)
value - The value of 'reference'.public boolean hasReference()
public LocationReference.Builder clearReference()
public Identifier getIdentifier()
public LocationReference.Builder setIdentifier(Identifier value)
value - The value of 'identifier'.public boolean hasIdentifier()
public Identifier.Builder getIdentifierBuilder()
public LocationReference.Builder setIdentifierBuilder(Identifier.Builder value)
value - The builder instance that must be set.public boolean hasIdentifierBuilder()
public LocationReference.Builder clearIdentifier()
public String getDisplay()
public LocationReference.Builder setDisplay(String value)
value - The value of 'display'.public boolean hasDisplay()
public LocationReference.Builder clearDisplay()
public LocationReference build()
build in interface org.apache.avro.data.RecordBuilder<LocationReference>Copyright © 2020. All rights reserved.