public class ConditionValue extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ConditionValue.ConditionType |
| Constructor and Description |
|---|
ConditionValue() |
| Modifier and Type | Method and Description |
|---|---|
ConditionValue.ConditionType |
getType() |
String |
getValue() |
void |
setType(ConditionValue.ConditionType type) |
void |
setValue(String value) |
public ConditionValue.ConditionType getType()
public void setType(ConditionValue.ConditionType type)
public String getValue()
public void setValue(String value)
Copyright © 2013–2018 Alibaba Group. All rights reserved.