public class ModifierDefinition
extends org.apache.avro.specific.SpecificRecordBase
implements org.apache.avro.specific.SpecificRecord
Modifier and Type | Class and Description |
---|---|
static class |
ModifierDefinition.Builder
RecordBuilder for ModifierDefinition instances.
|
Modifier and Type | Field and Description |
---|---|
ConditionOperator |
condition_merge_operator
Deprecated.
|
List<ConditionDefinition> |
conditions
Deprecated.
|
List<ModifierDefinition> |
modifiers
Deprecated.
|
ModifierOperator |
operator
Deprecated.
|
static org.apache.avro.Schema |
SCHEMA$ |
CharSequence |
value
Deprecated.
|
Constructor and Description |
---|
ModifierDefinition()
Default constructor.
|
ModifierDefinition(ModifierOperator operator,
CharSequence value,
List<ModifierDefinition> modifiers,
List<ConditionDefinition> conditions,
ConditionOperator condition_merge_operator)
All-args constructor.
|
Modifier and Type | Method and Description |
---|---|
Object |
get(int field$) |
static org.apache.avro.Schema |
getClassSchema() |
ConditionOperator |
getConditionMergeOperator()
Gets the value of the 'condition_merge_operator' field.
|
List<ConditionDefinition> |
getConditions()
Gets the value of the 'conditions' field.
|
List<ModifierDefinition> |
getModifiers()
Gets the value of the 'modifiers' field.
|
ModifierOperator |
getOperator()
Gets the value of the 'operator' field.
|
org.apache.avro.Schema |
getSchema() |
CharSequence |
getValue()
Gets the value of the 'value' field.
|
static ModifierDefinition.Builder |
newBuilder()
Creates a new ModifierDefinition RecordBuilder
|
static ModifierDefinition.Builder |
newBuilder(ModifierDefinition.Builder other)
Creates a new ModifierDefinition RecordBuilder by copying an existing Builder
|
static ModifierDefinition.Builder |
newBuilder(ModifierDefinition other)
Creates a new ModifierDefinition RecordBuilder by copying an existing ModifierDefinition instance
|
void |
put(int field$,
Object value$) |
void |
setConditionMergeOperator(ConditionOperator value)
Sets the value of the 'condition_merge_operator' field.
|
void |
setConditions(List<ConditionDefinition> value)
Sets the value of the 'conditions' field.
|
void |
setModifiers(List<ModifierDefinition> value)
Sets the value of the 'modifiers' field.
|
void |
setOperator(ModifierOperator value)
Sets the value of the 'operator' field.
|
void |
setValue(CharSequence value)
Sets the value of the 'value' field.
|
public static final org.apache.avro.Schema SCHEMA$
@Deprecated public ModifierOperator operator
@Deprecated public CharSequence value
@Deprecated public List<ModifierDefinition> modifiers
@Deprecated public List<ConditionDefinition> conditions
@Deprecated public ConditionOperator condition_merge_operator
public ModifierDefinition()
\#newBuilder()
.public ModifierDefinition(ModifierOperator operator, CharSequence value, List<ModifierDefinition> modifiers, List<ConditionDefinition> conditions, ConditionOperator condition_merge_operator)
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 ModifierOperator getOperator()
public void setOperator(ModifierOperator value)
value
- the value to set.public CharSequence getValue()
public void setValue(CharSequence value)
value
- the value to set.public List<ModifierDefinition> getModifiers()
public void setModifiers(List<ModifierDefinition> value)
value
- the value to set.public List<ConditionDefinition> getConditions()
public void setConditions(List<ConditionDefinition> value)
value
- the value to set.public ConditionOperator getConditionMergeOperator()
public void setConditionMergeOperator(ConditionOperator value)
value
- the value to set.public static ModifierDefinition.Builder newBuilder()
public static ModifierDefinition.Builder newBuilder(ModifierDefinition.Builder other)
public static ModifierDefinition.Builder newBuilder(ModifierDefinition other)
Copyright © 2013. All rights reserved.