public class VcpCalcCondition extends AlipayObject
| 构造器和说明 |
|---|
VcpCalcCondition() |
| 限定符和类型 | 方法和说明 |
|---|---|
List<String> |
getConditionItemIds() |
String |
getFromAmount() |
Date |
getFromTime() |
List<String> |
getItemIds() |
String |
getThresholdAmountType() |
Long |
getThresholdCount() |
String |
getToAmount() |
Date |
getToTime() |
void |
setConditionItemIds(List<String> conditionItemIds) |
void |
setFromAmount(String fromAmount) |
void |
setFromTime(Date fromTime) |
void |
setItemIds(List<String> itemIds) |
void |
setThresholdAmountType(String thresholdAmountType) |
void |
setThresholdCount(Long thresholdCount) |
void |
setToAmount(String toAmount) |
void |
setToTime(Date toTime) |
public String getFromAmount()
public void setFromAmount(String fromAmount)
public Date getFromTime()
public void setFromTime(Date fromTime)
public String getThresholdAmountType()
public void setThresholdAmountType(String thresholdAmountType)
public Long getThresholdCount()
public void setThresholdCount(Long thresholdCount)
public String getToAmount()
public void setToAmount(String toAmount)
public Date getToTime()
public void setToTime(Date toTime)
Copyright © 2023. All rights reserved.