public class InteligentDataCondition extends AlipayObject
Constructor and Description |
---|
InteligentDataCondition() |
Modifier and Type | Method and Description |
---|---|
String |
getDataType()
Gets data type.
|
String |
getLimitType()
Gets limit type.
|
String |
getValue()
Gets value.
|
void |
setDataType(String dataType)
Sets data type.
|
void |
setLimitType(String limitType)
Sets limit type.
|
void |
setValue(String value)
Sets value.
|
public String getDataType()
public void setDataType(String dataType)
dataType
- the data typepublic String getLimitType()
public void setLimitType(String limitType)
limitType
- the limit typepublic String getValue()
public void setValue(String value)
value
- the valueCopyright © 2018. All rights reserved.