Package | Description |
---|---|
com.cloudera.gertrude.experiments.avro |
Modifier and Type | Method and Description |
---|---|
ConditionDefinition.Builder |
ConditionDefinition.Builder.clearArgs()
Clears the value of the 'args' field
|
ConditionDefinition.Builder |
ConditionDefinition.Builder.clearName()
Clears the value of the 'name' field
|
ConditionDefinition.Builder |
ConditionDefinition.Builder.clearNegate()
Clears the value of the 'negate' field
|
static ConditionDefinition.Builder |
ConditionDefinition.newBuilder()
Creates a new ConditionDefinition RecordBuilder
|
static ConditionDefinition.Builder |
ConditionDefinition.newBuilder(ConditionDefinition.Builder other)
Creates a new ConditionDefinition RecordBuilder by copying an existing Builder
|
static ConditionDefinition.Builder |
ConditionDefinition.newBuilder(ConditionDefinition other)
Creates a new ConditionDefinition RecordBuilder by copying an existing ConditionDefinition instance
|
ConditionDefinition.Builder |
ConditionDefinition.Builder.setArgs(List<CharSequence> value)
Sets the value of the 'args' field
|
ConditionDefinition.Builder |
ConditionDefinition.Builder.setName(CharSequence value)
Sets the value of the 'name' field
|
ConditionDefinition.Builder |
ConditionDefinition.Builder.setNegate(boolean value)
Sets the value of the 'negate' field
|
Modifier and Type | Method and Description |
---|---|
static ConditionDefinition.Builder |
ConditionDefinition.newBuilder(ConditionDefinition.Builder other)
Creates a new ConditionDefinition RecordBuilder by copying an existing Builder
|
Copyright © 2013. All rights reserved.