public static class LayerDefinition.Builder extends org.apache.avro.specific.SpecificRecordBuilderBase<LayerDefinition> implements org.apache.avro.data.RecordBuilder<LayerDefinition>
Modifier and Type | Method and Description |
---|---|
LayerDefinition |
build() |
LayerDefinition.Builder |
clearDomainId()
Clears the value of the 'domain_id' field
|
LayerDefinition.Builder |
clearFixedBiasedId()
Clears the value of the 'fixed_biased_id' field
|
LayerDefinition.Builder |
clearId()
Clears the value of the 'id' field
|
LayerDefinition.Builder |
clearLaunch()
Clears the value of the 'launch' field
|
LayerDefinition.Builder |
clearName()
Clears the value of the 'name' field
|
LayerDefinition.Builder |
clearRandomBiasedId()
Clears the value of the 'random_biased_id' field
|
LayerDefinition.Builder |
clearUnbiasedId()
Clears the value of the 'unbiased_id' field
|
Integer |
getDomainId()
Gets the value of the 'domain_id' field
|
Integer |
getFixedBiasedId()
Gets the value of the 'fixed_biased_id' field
|
Integer |
getId()
Gets the value of the 'id' field
|
Boolean |
getLaunch()
Gets the value of the 'launch' field
|
CharSequence |
getName()
Gets the value of the 'name' field
|
Integer |
getRandomBiasedId()
Gets the value of the 'random_biased_id' field
|
Integer |
getUnbiasedId()
Gets the value of the 'unbiased_id' field
|
boolean |
hasDomainId()
Checks whether the 'domain_id' field has been set
|
boolean |
hasFixedBiasedId()
Checks whether the 'fixed_biased_id' field has been set
|
boolean |
hasId()
Checks whether the 'id' field has been set
|
boolean |
hasLaunch()
Checks whether the 'launch' field has been set
|
boolean |
hasName()
Checks whether the 'name' field has been set
|
boolean |
hasRandomBiasedId()
Checks whether the 'random_biased_id' field has been set
|
boolean |
hasUnbiasedId()
Checks whether the 'unbiased_id' field has been set
|
LayerDefinition.Builder |
setDomainId(int value)
Sets the value of the 'domain_id' field
|
LayerDefinition.Builder |
setFixedBiasedId(int value)
Sets the value of the 'fixed_biased_id' field
|
LayerDefinition.Builder |
setId(int value)
Sets the value of the 'id' field
|
LayerDefinition.Builder |
setLaunch(boolean value)
Sets the value of the 'launch' field
|
LayerDefinition.Builder |
setName(CharSequence value)
Sets the value of the 'name' field
|
LayerDefinition.Builder |
setRandomBiasedId(int value)
Sets the value of the 'random_biased_id' field
|
LayerDefinition.Builder |
setUnbiasedId(int value)
Sets the value of the 'unbiased_id' field
|
public Integer getId()
public LayerDefinition.Builder setId(int value)
public boolean hasId()
public LayerDefinition.Builder clearId()
public Integer getDomainId()
public LayerDefinition.Builder setDomainId(int value)
public boolean hasDomainId()
public LayerDefinition.Builder clearDomainId()
public CharSequence getName()
public LayerDefinition.Builder setName(CharSequence value)
public boolean hasName()
public LayerDefinition.Builder clearName()
public Boolean getLaunch()
public LayerDefinition.Builder setLaunch(boolean value)
public boolean hasLaunch()
public LayerDefinition.Builder clearLaunch()
public Integer getUnbiasedId()
public LayerDefinition.Builder setUnbiasedId(int value)
public boolean hasUnbiasedId()
public LayerDefinition.Builder clearUnbiasedId()
public Integer getFixedBiasedId()
public LayerDefinition.Builder setFixedBiasedId(int value)
public boolean hasFixedBiasedId()
public LayerDefinition.Builder clearFixedBiasedId()
public Integer getRandomBiasedId()
public LayerDefinition.Builder setRandomBiasedId(int value)
public boolean hasRandomBiasedId()
public LayerDefinition.Builder clearRandomBiasedId()
public LayerDefinition build()
build
in interface org.apache.avro.data.RecordBuilder<LayerDefinition>
Copyright © 2013. All rights reserved.