public class Resource extends AbstractModel
Constructor and Description |
---|
Resource() |
Resource(Resource 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 |
getCreateTime()
Get 创建时间
|
String |
getEnableTime()
Get 生效时间
|
String |
getExpireTime()
Get 失效时间
|
String |
getId()
Get 资源 ID
|
Long |
getPayMode()
Get 付费模式
0 为后付费
1 为预付费
|
String |
getPlanId()
Get 套餐关联资源ID
|
String |
getStatus()
Get 套餐状态
|
Sv[] |
getSv()
Get 询价参数
|
void |
setAutoRenewFlag(Long AutoRenewFlag)
Set 是否自动续费
0 表示默认状态
1 表示自动续费
2 表示不自动续费
|
void |
setCreateTime(String CreateTime)
Set 创建时间
|
void |
setEnableTime(String EnableTime)
Set 生效时间
|
void |
setExpireTime(String ExpireTime)
Set 失效时间
|
void |
setId(String Id)
Set 资源 ID
|
void |
setPayMode(Long PayMode)
Set 付费模式
0 为后付费
1 为预付费
|
void |
setPlanId(String PlanId)
Set 套餐关联资源ID
|
void |
setStatus(String Status)
Set 套餐状态
|
void |
setSv(Sv[] Sv)
Set 询价参数
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public Resource()
public Resource(Resource source)
public String getId()
public void setId(String Id)
Id
- 资源 IDpublic Long getPayMode()
public void setPayMode(Long PayMode)
PayMode
- 付费模式
0 为后付费
1 为预付费public String getCreateTime()
public void setCreateTime(String CreateTime)
CreateTime
- 创建时间public String getEnableTime()
public void setEnableTime(String EnableTime)
EnableTime
- 生效时间public String getExpireTime()
public void setExpireTime(String ExpireTime)
ExpireTime
- 失效时间public String getStatus()
public void setStatus(String Status)
Status
- 套餐状态public Sv[] getSv()
public void setSv(Sv[] Sv)
Sv
- 询价参数public Long getAutoRenewFlag()
public void setAutoRenewFlag(Long AutoRenewFlag)
AutoRenewFlag
- 是否自动续费
0 表示默认状态
1 表示自动续费
2 表示不自动续费public String getPlanId()
public void setPlanId(String PlanId)
PlanId
- 套餐关联资源IDCopyright © 2022. All rights reserved.