public class ChargeProperties extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| ChargeProperties() | 
| ChargeProperties(ChargeProperties 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 | 
|---|---|
| String | getChargeType()Get PREPAID、POSTPAID_BY_HOUR | 
| Long | getPayMode()Get 计费类型0-按量计费,1-包年包月 | 
| Long | getRenewFlag()Get 1-需要自动续期 | 
| Long | getTimeSpan()Get 订单时间范围 | 
| String | getTimeUnit()Get 时间单位,一般为h和m | 
| void | setChargeType(String ChargeType)Set PREPAID、POSTPAID_BY_HOUR | 
| void | setPayMode(Long PayMode)Set 计费类型0-按量计费,1-包年包月 | 
| void | setRenewFlag(Long RenewFlag)Set 1-需要自动续期 | 
| void | setTimeSpan(Long TimeSpan)Set 订单时间范围 | 
| void | setTimeUnit(String TimeUnit)Set 时间单位,一般为h和m | 
| 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 ChargeProperties()
public ChargeProperties(ChargeProperties source)
public Long getRenewFlag()
public void setRenewFlag(Long RenewFlag)
RenewFlag - 1-需要自动续期public Long getTimeSpan()
public void setTimeSpan(Long TimeSpan)
TimeSpan - 订单时间范围public String getTimeUnit()
public void setTimeUnit(String TimeUnit)
TimeUnit - 时间单位,一般为h和mpublic Long getPayMode()
public void setPayMode(Long PayMode)
PayMode - 计费类型0-按量计费,1-包年包月public String getChargeType()
public void setChargeType(String ChargeType)
ChargeType - PREPAID、POSTPAID_BY_HOURCopyright © 2025. All rights reserved.