public class LicenseOrder extends AbstractModel
header, skipSign| Constructor and 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. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Long | 
getLicenseId()
Get Authorization ID 
 | 
Long | 
getLicenseType()
Get Authorization type 
 | 
String | 
getResourceId()
Get Resource ID 
 | 
Long | 
getSourceType()
Get Order type 
 | 
Long | 
getStatus()
Get Authorization Order Resource Status 
 | 
void | 
setLicenseId(Long LicenseId)
Set Authorization ID 
 | 
void | 
setLicenseType(Long LicenseType)
Set Authorization type 
 | 
void | 
setResourceId(String ResourceId)
Set Resource ID 
 | 
void | 
setSourceType(Long SourceType)
Set Order type 
 | 
void | 
setStatus(Long Status)
Set Authorization Order Resource Status 
 | 
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, toJsonStringpublic LicenseOrder()
public LicenseOrder(LicenseOrder source)
public Long getLicenseId()
public void setLicenseId(Long LicenseId)
LicenseId - Authorization IDpublic Long getLicenseType()
public void setLicenseType(Long LicenseType)
LicenseType - Authorization typepublic Long getStatus()
public void setStatus(Long Status)
Status - Authorization Order Resource Statuspublic Long getSourceType()
public void setSourceType(Long SourceType)
SourceType - Order typepublic String getResourceId()
public void setResourceId(String ResourceId)
ResourceId - Resource IDCopyright © 2025. All rights reserved.