public class ChargeAttribute extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| ChargeAttribute() | 
| ChargeAttribute(ChargeAttribute 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 | getAutoRenewFlag()Get 自动付费标识:0:默认未设置 1:自动续费 2 不自动续费 | 
| String | getCurDeadline()Get 到期时间 | 
| String | getPayMode()Get 付费方式 | 
| String | getResourceId()Get 资源ID | 
| void | setAutoRenewFlag(Long AutoRenewFlag)Set 自动付费标识:0:默认未设置 1:自动续费 2 不自动续费 | 
| void | setCurDeadline(String CurDeadline)Set 到期时间 | 
| void | setPayMode(String PayMode)Set 付费方式 | 
| void | setResourceId(String ResourceId)Set 资源ID | 
| 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 ChargeAttribute()
public ChargeAttribute(ChargeAttribute source)
public String getCurDeadline()
public void setCurDeadline(String CurDeadline)
CurDeadline - 到期时间public String getPayMode()
public void setPayMode(String PayMode)
PayMode - 付费方式public Long getAutoRenewFlag()
public void setAutoRenewFlag(Long AutoRenewFlag)
AutoRenewFlag - 自动付费标识:0:默认未设置 1:自动续费 2 不自动续费public String getResourceId()
public void setResourceId(String ResourceId)
ResourceId - 资源IDCopyright © 2025. All rights reserved.