public class ConditionItemPattern extends AlipayObject
Constructor and Description |
---|
ConditionItemPattern() |
Modifier and Type | Method and Description |
---|---|
String |
getLogicalOperator()
Gets logical operator.
|
String |
getOperationValue()
Gets operation value.
|
String |
getOperatorRule()
Gets operator rule.
|
String |
getPeriod()
Gets period.
|
String |
getRuleUnit()
Gets rule unit.
|
void |
setLogicalOperator(String logicalOperator)
Sets logical operator.
|
void |
setOperationValue(String operationValue)
Sets operation value.
|
void |
setOperatorRule(String operatorRule)
Sets operator rule.
|
void |
setPeriod(String period)
Sets period.
|
void |
setRuleUnit(String ruleUnit)
Sets rule unit.
|
public String getLogicalOperator()
public void setLogicalOperator(String logicalOperator)
logicalOperator
- the logical operatorpublic String getOperationValue()
public void setOperationValue(String operationValue)
operationValue
- the operation valuepublic String getOperatorRule()
public void setOperatorRule(String operatorRule)
operatorRule
- the operator rulepublic String getPeriod()
public void setPeriod(String period)
period
- the periodpublic String getRuleUnit()
public void setRuleUnit(String ruleUnit)
ruleUnit
- the rule unitCopyright © 2018. All rights reserved.