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 不自动续费
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getCurDeadline()
Get 到期时间
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getPayMode()
Get 付费方式
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getResourceId()
Get 资源ID
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setAutoRenewFlag(Long AutoRenewFlag)
Set 自动付费标识:0:默认未设置 1:自动续费 2 不自动续费
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setCurDeadline(String CurDeadline)
Set 到期时间
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setPayMode(String PayMode)
Set 付费方式
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setResourceId(String ResourceId)
Set 资源ID
注意:此字段可能返回 null,表示取不到有效值。
|
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, toJsonString
public ChargeAttribute()
public ChargeAttribute(ChargeAttribute source)
public String getCurDeadline()
public void setCurDeadline(String CurDeadline)
CurDeadline
- 到期时间
注意:此字段可能返回 null,表示取不到有效值。public String getPayMode()
public void setPayMode(String PayMode)
PayMode
- 付费方式
注意:此字段可能返回 null,表示取不到有效值。public Long getAutoRenewFlag()
public void setAutoRenewFlag(Long AutoRenewFlag)
AutoRenewFlag
- 自动付费标识:0:默认未设置 1:自动续费 2 不自动续费
注意:此字段可能返回 null,表示取不到有效值。public String getResourceId()
public void setResourceId(String ResourceId)
ResourceId
- 资源ID
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2024. All rights reserved.