public class OutputDescribeUserUsageCnt extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| OutputDescribeUserUsageCnt() | 
| OutputDescribeUserUsageCnt(OutputDescribeUserUsageCnt source)NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
       and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy. | 
| Modifier and Type | Method and Description | 
|---|---|
| Long | getAfterPayModeLastMonthUsedCnt()Get 后付费上月使用量 | 
| Long | getAfterPayModeThisMonthUsedCnt()Get 后付费本月使用量 | 
| Long | getBeforePayModeRemainUsedCnt()Get 预付费剩余用量 | 
| Long | getBeforePayModeTotalUsedCnt()Get 预付费总量 | 
| String | getCreateTime()Get 创建时间 | 
| String | getExpireTime()Get 超出时间 | 
| Long | getPayMode()Get 当前付费模式,0 后付费 1 预付费 | 
| void | setAfterPayModeLastMonthUsedCnt(Long AfterPayModeLastMonthUsedCnt)Set 后付费上月使用量 | 
| void | setAfterPayModeThisMonthUsedCnt(Long AfterPayModeThisMonthUsedCnt)Set 后付费本月使用量 | 
| void | setBeforePayModeRemainUsedCnt(Long BeforePayModeRemainUsedCnt)Set 预付费剩余用量 | 
| void | setBeforePayModeTotalUsedCnt(Long BeforePayModeTotalUsedCnt)Set 预付费总量 | 
| void | setCreateTime(String CreateTime)Set 创建时间 | 
| void | setExpireTime(String ExpireTime)Set 超出时间 | 
| void | setPayMode(Long PayMode)Set 当前付费模式,0 后付费 1 预付费 | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic OutputDescribeUserUsageCnt()
public OutputDescribeUserUsageCnt(OutputDescribeUserUsageCnt source)
public Long getPayMode()
public void setPayMode(Long PayMode)
PayMode - 当前付费模式,0 后付费 1 预付费public Long getAfterPayModeThisMonthUsedCnt()
public void setAfterPayModeThisMonthUsedCnt(Long AfterPayModeThisMonthUsedCnt)
AfterPayModeThisMonthUsedCnt - 后付费本月使用量public String getCreateTime()
public void setCreateTime(String CreateTime)
CreateTime - 创建时间public String getExpireTime()
public void setExpireTime(String ExpireTime)
ExpireTime - 超出时间public Long getAfterPayModeLastMonthUsedCnt()
public void setAfterPayModeLastMonthUsedCnt(Long AfterPayModeLastMonthUsedCnt)
AfterPayModeLastMonthUsedCnt - 后付费上月使用量public Long getBeforePayModeTotalUsedCnt()
public void setBeforePayModeTotalUsedCnt(Long BeforePayModeTotalUsedCnt)
BeforePayModeTotalUsedCnt - 预付费总量public Long getBeforePayModeRemainUsedCnt()
public void setBeforePayModeRemainUsedCnt(Long BeforePayModeRemainUsedCnt)
BeforePayModeRemainUsedCnt - 预付费剩余用量Copyright © 2025. All rights reserved.