Class DeleteLicenseRecordRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cwp.v20180228.models.DeleteLicenseRecordRequest
-
public class DeleteLicenseRecordRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DeleteLicenseRecordRequest()DeleteLicenseRecordRequest(DeleteLicenseRecordRequest 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 LonggetLicenseId()Get 授权ID ,可以用授权订单列表获取.LonggetLicenseType()Get 授权类型StringgetResourceId()Get 资源IDvoidsetLicenseId(Long LicenseId)Set 授权ID ,可以用授权订单列表获取.voidsetLicenseType(Long LicenseType)Set 授权类型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
-
DeleteLicenseRecordRequest
public DeleteLicenseRecordRequest()
-
DeleteLicenseRecordRequest
public DeleteLicenseRecordRequest(DeleteLicenseRecordRequest 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
-
getLicenseId
public Long getLicenseId()
Get 授权ID ,可以用授权订单列表获取.- Returns:
- LicenseId 授权ID ,可以用授权订单列表获取.
-
setLicenseId
public void setLicenseId(Long LicenseId)
Set 授权ID ,可以用授权订单列表获取.- Parameters:
LicenseId- 授权ID ,可以用授权订单列表获取.
-
getLicenseType
public Long getLicenseType()
Get 授权类型- Returns:
- LicenseType 授权类型
-
setLicenseType
public void setLicenseType(Long LicenseType)
Set 授权类型- Parameters:
LicenseType- 授权类型
-
getResourceId
public String getResourceId()
Get 资源ID- Returns:
- ResourceId 资源ID
-
setResourceId
public void setResourceId(String ResourceId)
Set 资源ID- Parameters:
ResourceId- 资源ID
-
-