Class DescribeStorageServiceRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.iotvideo.v20191126.models.DescribeStorageServiceRequest
-
public class DescribeStorageServiceRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DescribeStorageServiceRequest()DescribeStorageServiceRequest(DescribeStorageServiceRequest 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BooleangetGetFinishedOrder()Get 是否返回已结束的订单信息(已过期/已退订/已转移)StringgetServiceId()Get 云存服务IDvoidsetGetFinishedOrder(Boolean GetFinishedOrder)Set 是否返回已结束的订单信息(已过期/已退订/已转移)voidsetServiceId(String ServiceId)Set 云存服务IDvoidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
DescribeStorageServiceRequest
public DescribeStorageServiceRequest()
-
DescribeStorageServiceRequest
public DescribeStorageServiceRequest(DescribeStorageServiceRequest 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.
-
-
Method Detail
-
getServiceId
public String getServiceId()
Get 云存服务ID- Returns:
- ServiceId 云存服务ID
-
setServiceId
public void setServiceId(String ServiceId)
Set 云存服务ID- Parameters:
ServiceId- 云存服务ID
-
getGetFinishedOrder
public Boolean getGetFinishedOrder()
Get 是否返回已结束的订单信息(已过期/已退订/已转移)- Returns:
- GetFinishedOrder 是否返回已结束的订单信息(已过期/已退订/已转移)
-
setGetFinishedOrder
public void setGetFinishedOrder(Boolean GetFinishedOrder)
Set 是否返回已结束的订单信息(已过期/已退订/已转移)- Parameters:
GetFinishedOrder- 是否返回已结束的订单信息(已过期/已退订/已转移)
-
-