public class DestroyOrderRequest extends AbstractModel
header, skipSign
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
Long |
getLicenseType()
Get Authorization type.
|
String |
getResourceId()
Get Resource ID
|
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, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DestroyOrderRequest()
public DestroyOrderRequest(DestroyOrderRequest source)
public String getResourceId()
public void setResourceId(String ResourceId)
ResourceId
- Resource IDpublic Long getLicenseType()
public void setLicenseType(Long LicenseType)
LicenseType
- Authorization type. 0: Pro Edition - pay-as-you-go; 1: Pro Edition - monthly subscription; 2: Ultimate Edition - monthly subscription.Copyright © 2025. All rights reserved.