public static class ConditionDefinition.Builder extends org.apache.avro.specific.SpecificRecordBuilderBase<ConditionDefinition> implements org.apache.avro.data.RecordBuilder<ConditionDefinition>
Modifier and Type | Method and Description |
---|---|
ConditionDefinition |
build() |
ConditionDefinition.Builder |
clearArgs()
Clears the value of the 'args' field
|
ConditionDefinition.Builder |
clearName()
Clears the value of the 'name' field
|
ConditionDefinition.Builder |
clearNegate()
Clears the value of the 'negate' field
|
List<CharSequence> |
getArgs()
Gets the value of the 'args' field
|
CharSequence |
getName()
Gets the value of the 'name' field
|
Boolean |
getNegate()
Gets the value of the 'negate' field
|
boolean |
hasArgs()
Checks whether the 'args' field has been set
|
boolean |
hasName()
Checks whether the 'name' field has been set
|
boolean |
hasNegate()
Checks whether the 'negate' field has been set
|
ConditionDefinition.Builder |
setArgs(List<CharSequence> value)
Sets the value of the 'args' field
|
ConditionDefinition.Builder |
setName(CharSequence value)
Sets the value of the 'name' field
|
ConditionDefinition.Builder |
setNegate(boolean value)
Sets the value of the 'negate' field
|
public CharSequence getName()
public ConditionDefinition.Builder setName(CharSequence value)
public boolean hasName()
public ConditionDefinition.Builder clearName()
public List<CharSequence> getArgs()
public ConditionDefinition.Builder setArgs(List<CharSequence> value)
public boolean hasArgs()
public ConditionDefinition.Builder clearArgs()
public Boolean getNegate()
public ConditionDefinition.Builder setNegate(boolean value)
public boolean hasNegate()
public ConditionDefinition.Builder clearNegate()
public ConditionDefinition build()
build
in interface org.apache.avro.data.RecordBuilder<ConditionDefinition>
Copyright © 2013. All rights reserved.