public class ActivityStat extends AlipayObject
| 构造器和说明 |
|---|
ActivityStat() |
| 限定符和类型 | 方法和说明 |
|---|---|
Long |
getContractCount() |
Long |
getFinishedCount() |
Long |
getLoseEfficacyCount() |
Long |
getParticipatorCount() |
Long |
getPromisingCount() |
Long |
getTradeCount() |
Long |
getViolatedCount() |
void |
setContractCount(Long contractCount) |
void |
setFinishedCount(Long finishedCount) |
void |
setLoseEfficacyCount(Long loseEfficacyCount) |
void |
setParticipatorCount(Long participatorCount) |
void |
setPromisingCount(Long promisingCount) |
void |
setTradeCount(Long tradeCount) |
void |
setViolatedCount(Long violatedCount) |
public Long getContractCount()
public void setContractCount(Long contractCount)
public Long getFinishedCount()
public void setFinishedCount(Long finishedCount)
public Long getLoseEfficacyCount()
public void setLoseEfficacyCount(Long loseEfficacyCount)
public Long getParticipatorCount()
public void setParticipatorCount(Long participatorCount)
public Long getPromisingCount()
public void setPromisingCount(Long promisingCount)
public Long getTradeCount()
public void setTradeCount(Long tradeCount)
public Long getViolatedCount()
public void setViolatedCount(Long violatedCount)
Copyright © 2023. All rights reserved.