public class CompletionRuleVariable extends SerializableObject
| Modifier and Type | Class and Description |
|---|---|
static class |
CompletionRuleVariable.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected EnumWrapper<CompletionRuleVariableTypeField> |
type
Completion Rule object type.
|
protected EnumWrapper<CompletionRuleVariableVariableTypeField> |
variableType
Variable type for the Completion Rule object.
|
protected EnumWrapper<CompletionRuleVariableVariableValueField> |
variableValue
Variable values for a completion rule.
|
explicitlySetNullableFields| Modifier | Constructor and Description |
|---|---|
protected |
CompletionRuleVariable(CompletionRuleVariable.Builder builder) |
|
CompletionRuleVariable(CompletionRuleVariableVariableValueField variableValue) |
|
CompletionRuleVariable(EnumWrapper<CompletionRuleVariableVariableValueField> variableValue) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
EnumWrapper<CompletionRuleVariableTypeField> |
getType() |
EnumWrapper<CompletionRuleVariableVariableTypeField> |
getVariableType() |
EnumWrapper<CompletionRuleVariableVariableValueField> |
getVariableValue() |
int |
hashCode() |
String |
toString() |
getRawData, setRawDatagetExplicitlySetNullableFields, isFieldExplicitlySet, markNullableFieldAsSet, markNullableFieldsAsSetprotected EnumWrapper<CompletionRuleVariableTypeField> type
protected EnumWrapper<CompletionRuleVariableVariableTypeField> variableType
protected final EnumWrapper<CompletionRuleVariableVariableValueField> variableValue
public CompletionRuleVariable(CompletionRuleVariableVariableValueField variableValue)
public CompletionRuleVariable(EnumWrapper<CompletionRuleVariableVariableValueField> variableValue)
protected CompletionRuleVariable(CompletionRuleVariable.Builder builder)
public EnumWrapper<CompletionRuleVariableTypeField> getType()
public EnumWrapper<CompletionRuleVariableVariableTypeField> getVariableType()
public EnumWrapper<CompletionRuleVariableVariableValueField> getVariableValue()