public class LayerDefinition
extends org.apache.avro.specific.SpecificRecordBase
implements org.apache.avro.specific.SpecificRecord
Modifier and Type | Class and Description |
---|---|
static class |
LayerDefinition.Builder
RecordBuilder for LayerDefinition instances.
|
Modifier and Type | Field and Description |
---|---|
int |
domain_id
Deprecated.
|
int |
fixed_biased_id
Deprecated.
|
int |
id
Deprecated.
|
boolean |
launch
Deprecated.
|
CharSequence |
name
Deprecated.
|
int |
random_biased_id
Deprecated.
|
static org.apache.avro.Schema |
SCHEMA$ |
int |
unbiased_id
Deprecated.
|
Constructor and Description |
---|
LayerDefinition()
Default constructor.
|
LayerDefinition(Integer id,
Integer domain_id,
CharSequence name,
Boolean launch,
Integer unbiased_id,
Integer fixed_biased_id,
Integer random_biased_id)
All-args constructor.
|
Modifier and Type | Method and Description |
---|---|
Object |
get(int field$) |
static org.apache.avro.Schema |
getClassSchema() |
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.
|
org.apache.avro.Schema |
getSchema() |
Integer |
getUnbiasedId()
Gets the value of the 'unbiased_id' field.
|
static LayerDefinition.Builder |
newBuilder()
Creates a new LayerDefinition RecordBuilder
|
static LayerDefinition.Builder |
newBuilder(LayerDefinition.Builder other)
Creates a new LayerDefinition RecordBuilder by copying an existing Builder
|
static LayerDefinition.Builder |
newBuilder(LayerDefinition other)
Creates a new LayerDefinition RecordBuilder by copying an existing LayerDefinition instance
|
void |
put(int field$,
Object value$) |
void |
setDomainId(Integer value)
Sets the value of the 'domain_id' field.
|
void |
setFixedBiasedId(Integer value)
Sets the value of the 'fixed_biased_id' field.
|
void |
setId(Integer value)
Sets the value of the 'id' field.
|
void |
setLaunch(Boolean value)
Sets the value of the 'launch' field.
|
void |
setName(CharSequence value)
Sets the value of the 'name' field.
|
void |
setRandomBiasedId(Integer value)
Sets the value of the 'random_biased_id' field.
|
void |
setUnbiasedId(Integer value)
Sets the value of the 'unbiased_id' field.
|
public static final org.apache.avro.Schema SCHEMA$
@Deprecated public int id
@Deprecated public int domain_id
@Deprecated public CharSequence name
@Deprecated public boolean launch
@Deprecated public int unbiased_id
@Deprecated public int fixed_biased_id
@Deprecated public int random_biased_id
public LayerDefinition()
\#newBuilder()
.public static org.apache.avro.Schema getClassSchema()
public org.apache.avro.Schema getSchema()
getSchema
in interface org.apache.avro.generic.GenericContainer
getSchema
in class org.apache.avro.specific.SpecificRecordBase
public Object get(int field$)
get
in interface org.apache.avro.generic.IndexedRecord
get
in class org.apache.avro.specific.SpecificRecordBase
public void put(int field$, Object value$)
put
in interface org.apache.avro.generic.IndexedRecord
put
in class org.apache.avro.specific.SpecificRecordBase
public Integer getId()
public void setId(Integer value)
value
- the value to set.public Integer getDomainId()
public void setDomainId(Integer value)
value
- the value to set.public CharSequence getName()
public void setName(CharSequence value)
value
- the value to set.public Boolean getLaunch()
public void setLaunch(Boolean value)
value
- the value to set.public Integer getUnbiasedId()
public void setUnbiasedId(Integer value)
value
- the value to set.public Integer getFixedBiasedId()
public void setFixedBiasedId(Integer value)
value
- the value to set.public Integer getRandomBiasedId()
public void setRandomBiasedId(Integer value)
value
- the value to set.public static LayerDefinition.Builder newBuilder()
public static LayerDefinition.Builder newBuilder(LayerDefinition.Builder other)
public static LayerDefinition.Builder newBuilder(LayerDefinition other)
Copyright © 2013. All rights reserved.