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 | getRenewFlag()Get 是否自动续费,1表示自动续费开启 | 
| Long | getTimeSpan()Get 计费时间长度 | 
| String | getTimeUnit()Get 计费时间单位,“m”表示月等 | 
| void | setChargeType(String ChargeType)Set 计费类型,“PREPAID” 预付费,“POSTPAID_BY_HOUR” 后付费 | 
| void | setRenewFlag(Long RenewFlag)Set 是否自动续费,1表示自动续费开启 | 
| void | setTimeSpan(Long TimeSpan)Set 计费时间长度 | 
| void | setTimeUnit(String TimeUnit)Set 计费时间单位,“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 String getChargeType()
public void setChargeType(String ChargeType)
ChargeType - 计费类型,“PREPAID” 预付费,“POSTPAID_BY_HOUR” 后付费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 - 计费时间单位,“m”表示月等Copyright © 2025. All rights reserved.