public class DeleteLicenseRecordRequest extends AbstractModel
header, skipSign
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
Long |
getLicenseId()
Get Authorization ID, which can be obtained from the authorization order list
|
Long |
getLicenseType()
Get Authorization type
|
String |
getResourceId()
Get Resource ID
|
void |
setLicenseId(Long LicenseId)
Set Authorization ID, which can be obtained from the authorization order list
|
void |
setLicenseType(Long LicenseType)
Set Authorization type
|
void |
setResourceId(String ResourceId)
Set Resource ID
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DeleteLicenseRecordRequest()
public DeleteLicenseRecordRequest(DeleteLicenseRecordRequest source)
public Long getLicenseId()
public void setLicenseId(Long LicenseId)
LicenseId
- Authorization ID, which can be obtained from the authorization order listpublic Long getLicenseType()
public void setLicenseType(Long LicenseType)
LicenseType
- Authorization typepublic String getResourceId()
public void setResourceId(String ResourceId)
ResourceId
- Resource IDCopyright © 2024. All rights reserved.