public class CreateResourceInstancesRequest extends AbstractModel
Constructor and Description |
---|
CreateResourceInstancesRequest() |
CreateResourceInstancesRequest(CreateResourceInstancesRequest 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 |
getPid()
Get 资源类型id。13624:加固专业版。
|
Long |
getResourceNum()
Get 资源数量。
|
Long |
getTimeSpan()
Get 时间数量。
|
String |
getTimeUnit()
Get 时间单位,取值为d,m,y,分别表示天,月,年。
|
void |
setPid(Long Pid)
Set 资源类型id。13624:加固专业版。
|
void |
setResourceNum(Long ResourceNum)
Set 资源数量。
|
void |
setTimeSpan(Long TimeSpan)
Set 时间数量。
|
void |
setTimeUnit(String TimeUnit)
Set 时间单位,取值为d,m,y,分别表示天,月,年。
|
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 CreateResourceInstancesRequest()
public CreateResourceInstancesRequest(CreateResourceInstancesRequest source)
public Long getPid()
public void setPid(Long Pid)
Pid
- 资源类型id。13624:加固专业版。public String getTimeUnit()
public void setTimeUnit(String TimeUnit)
TimeUnit
- 时间单位,取值为d,m,y,分别表示天,月,年。public Long getTimeSpan()
public void setTimeSpan(Long TimeSpan)
TimeSpan
- 时间数量。public Long getResourceNum()
public void setResourceNum(Long ResourceNum)
ResourceNum
- 资源数量。Copyright © 2021. All rights reserved.