public class Resource extends AbstractModel
header, skipSign
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 |
---|---|
String |
getArea()
Get 地域,取值有:
mainland:国内;
overseas:海外。
|
Long |
getAutoRenewFlag()
Get 是否自动续费,取值有:
0:默认状态;
1:自动续费;
2:不自动续费。
|
String |
getCreateTime()
Get 创建时间。
|
String |
getEnableTime()
Get 生效时间。
|
String |
getExpireTime()
Get 失效时间。
|
String |
getId()
Get 资源 ID。
|
Long |
getPayMode()
Get 付费模式,取值有:
0:后付费。
|
String |
getPlanId()
Get 套餐关联资源 ID。
|
String |
getStatus()
Get 套餐状态,取值有:
normal:正常;
isolated:隔离;
destroyed:销毁。
|
Sv[] |
getSv()
Get 询价参数。
|
void |
setArea(String Area)
Set 地域,取值有:
mainland:国内;
overseas:海外。
|
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:后付费。
|
void |
setPlanId(String PlanId)
Set 套餐关联资源 ID。
|
void |
setStatus(String Status)
Set 套餐状态,取值有:
normal:正常;
isolated:隔离;
destroyed:销毁。
|
void |
setSv(Sv[] Sv)
Set 询价参数。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public Resource()
public Resource(Resource source)
public String getId()
public void setId(String Id)
Id
- 资源 ID。public Long getPayMode()
public void setPayMode(Long PayMode)
PayMode
- 付费模式,取值有:
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
- 是否自动续费,取值有:
public String getPlanId()
public void setPlanId(String PlanId)
PlanId
- 套餐关联资源 ID。public String getArea()
public void setArea(String Area)
Area
- 地域,取值有:
Copyright © 2024. All rights reserved.