Class LicenseOrder
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cwp.v20180228.models.LicenseOrder
-
public class LicenseOrder extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description LicenseOrder()LicenseOrder(LicenseOrder 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 授权IDLonggetLicenseType()Get 授权类型StringgetResourceId()Get 资源IDLonggetSourceType()Get 订单类型LonggetStatus()Get 授权订单资源状态voidsetLicenseId(Long LicenseId)Set 授权IDvoidsetLicenseType(Long LicenseType)Set 授权类型voidsetResourceId(String ResourceId)Set 资源IDvoidsetSourceType(Long SourceType)Set 订单类型voidsetStatus(Long Status)Set 授权订单资源状态voidtoMap(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
-
LicenseOrder
public LicenseOrder()
-
LicenseOrder
public LicenseOrder(LicenseOrder 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- 授权类型
-
getStatus
public Long getStatus()
Get 授权订单资源状态- Returns:
- Status 授权订单资源状态
-
setStatus
public void setStatus(Long Status)
Set 授权订单资源状态- Parameters:
Status- 授权订单资源状态
-
getSourceType
public Long getSourceType()
Get 订单类型- Returns:
- SourceType 订单类型
-
setSourceType
public void setSourceType(Long SourceType)
Set 订单类型- Parameters:
SourceType- 订单类型
-
getResourceId
public String getResourceId()
Get 资源ID- Returns:
- ResourceId 资源ID
-
setResourceId
public void setResourceId(String ResourceId)
Set 资源ID- Parameters:
ResourceId- 资源ID
-
-