public static class ExperimentDeployment.Builder extends org.apache.avro.specific.SpecificRecordBuilderBase<ExperimentDeployment> implements org.apache.avro.data.RecordBuilder<ExperimentDeployment>
Modifier and Type | Method and Description |
---|---|
ExperimentDeployment |
build() |
ExperimentDeployment.Builder |
clearDiversions()
Clears the value of the 'diversions' field
|
ExperimentDeployment.Builder |
clearExperiments()
Clears the value of the 'experiments' field
|
ExperimentDeployment.Builder |
clearFlagDefinitions()
Clears the value of the 'flag_definitions' field
|
ExperimentDeployment.Builder |
clearLayers()
Clears the value of the 'layers' field
|
List<DiversionDefinition> |
getDiversions()
Gets the value of the 'diversions' field
|
List<ExperimentDefinition> |
getExperiments()
Gets the value of the 'experiments' field
|
List<ExperimentFlagDefinition> |
getFlagDefinitions()
Gets the value of the 'flag_definitions' field
|
List<LayerDefinition> |
getLayers()
Gets the value of the 'layers' field
|
boolean |
hasDiversions()
Checks whether the 'diversions' field has been set
|
boolean |
hasExperiments()
Checks whether the 'experiments' field has been set
|
boolean |
hasFlagDefinitions()
Checks whether the 'flag_definitions' field has been set
|
boolean |
hasLayers()
Checks whether the 'layers' field has been set
|
ExperimentDeployment.Builder |
setDiversions(List<DiversionDefinition> value)
Sets the value of the 'diversions' field
|
ExperimentDeployment.Builder |
setExperiments(List<ExperimentDefinition> value)
Sets the value of the 'experiments' field
|
ExperimentDeployment.Builder |
setFlagDefinitions(List<ExperimentFlagDefinition> value)
Sets the value of the 'flag_definitions' field
|
ExperimentDeployment.Builder |
setLayers(List<LayerDefinition> value)
Sets the value of the 'layers' field
|
public List<ExperimentFlagDefinition> getFlagDefinitions()
public ExperimentDeployment.Builder setFlagDefinitions(List<ExperimentFlagDefinition> value)
public boolean hasFlagDefinitions()
public ExperimentDeployment.Builder clearFlagDefinitions()
public List<DiversionDefinition> getDiversions()
public ExperimentDeployment.Builder setDiversions(List<DiversionDefinition> value)
public boolean hasDiversions()
public ExperimentDeployment.Builder clearDiversions()
public List<LayerDefinition> getLayers()
public ExperimentDeployment.Builder setLayers(List<LayerDefinition> value)
public boolean hasLayers()
public ExperimentDeployment.Builder clearLayers()
public List<ExperimentDefinition> getExperiments()
public ExperimentDeployment.Builder setExperiments(List<ExperimentDefinition> value)
public boolean hasExperiments()
public ExperimentDeployment.Builder clearExperiments()
public ExperimentDeployment build()
build
in interface org.apache.avro.data.RecordBuilder<ExperimentDeployment>
Copyright © 2013. All rights reserved.