Class DestroyOrderRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cwp.v20180228.models.DestroyOrderRequest
-
public class DestroyOrderRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DestroyOrderRequest()DestroyOrderRequest(DestroyOrderRequest 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 LonggetLicenseType()Get 授权类型 0 专业版-按量计费, 1专业版-包年包月 , 2 旗舰版-包年包月StringgetResourceId()Get 资源IDvoidsetLicenseType(Long LicenseType)Set 授权类型 0 专业版-按量计费, 1专业版-包年包月 , 2 旗舰版-包年包月voidsetResourceId(String ResourceId)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
-
DestroyOrderRequest
public DestroyOrderRequest()
-
DestroyOrderRequest
public DestroyOrderRequest(DestroyOrderRequest 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
-
getResourceId
public String getResourceId()
Get 资源ID- Returns:
- ResourceId 资源ID
-
setResourceId
public void setResourceId(String ResourceId)
Set 资源ID- Parameters:
ResourceId- 资源ID
-
getLicenseType
public Long getLicenseType()
Get 授权类型 0 专业版-按量计费, 1专业版-包年包月 , 2 旗舰版-包年包月- Returns:
- LicenseType 授权类型 0 专业版-按量计费, 1专业版-包年包月 , 2 旗舰版-包年包月
-
setLicenseType
public void setLicenseType(Long LicenseType)
Set 授权类型 0 专业版-按量计费, 1专业版-包年包月 , 2 旗舰版-包年包月- Parameters:
LicenseType- 授权类型 0 专业版-按量计费, 1专业版-包年包月 , 2 旗舰版-包年包月
-
-