public class ConditionType extends Object
| Modifier and Type | Field and Description |
|---|---|
protected List<ConditionType> |
condition |
protected String |
cv |
protected String |
operation |
protected String |
selection |
protected String |
type |
protected String |
value |
| Constructor and Description |
|---|
ConditionType() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object that) |
List<ConditionType> |
getCondition()
Gets the value of the condition property.
|
String |
getCv()
Gets the value of the cv property.
|
String |
getOperation()
Gets the value of the operation property.
|
String |
getSelection()
Gets the value of the selection property.
|
String |
getType()
Gets the value of the type property.
|
String |
getValue()
Gets the value of the value property.
|
int |
hashCode() |
void |
setCv(String value)
Sets the value of the cv property.
|
void |
setOperation(String value)
Sets the value of the operation property.
|
void |
setSelection(String value)
Sets the value of the selection property.
|
void |
setType(String value)
Sets the value of the type property.
|
void |
setValue(String value)
Sets the value of the value property.
|
String |
toString() |
ConditionType |
withCondition(Collection<ConditionType> values) |
ConditionType |
withCondition(ConditionType... values) |
ConditionType |
withCv(String value) |
ConditionType |
withOperation(String value) |
ConditionType |
withSelection(String value) |
ConditionType |
withType(String value) |
ConditionType |
withValue(String value) |
protected List<ConditionType> condition
protected String type
protected String operation
protected String cv
protected String selection
protected String value
public List<ConditionType> getCondition()
ConditionTypepublic String getType()
Stringpublic void setType(String value)
value - allowed object is
Stringpublic String getOperation()
Stringpublic void setOperation(String value)
value - allowed object is
Stringpublic void setCv(String value)
value - allowed object is
Stringpublic String getSelection()
Stringpublic void setSelection(String value)
value - allowed object is
Stringpublic String getValue()
Stringpublic void setValue(String value)
value - allowed object is
Stringpublic ConditionType withCondition(ConditionType... values)
public ConditionType withCondition(Collection<ConditionType> values)
public ConditionType withType(String value)
public ConditionType withOperation(String value)
public ConditionType withCv(String value)
public ConditionType withSelection(String value)
public ConditionType withValue(String value)
Copyright © 2022. All rights reserved.