public class UpdateTrialLicenseRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| UpdateTrialLicenseRequest() | 
| UpdateTrialLicenseRequest(UpdateTrialLicenseRequest 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 | 
|---|---|
| String | getLicenseId()Get 执照ID | 
| String | getResourceId()Get 资源包ID | 
| void | setLicenseId(String LicenseId)Set 执照ID | 
| void | setResourceId(String ResourceId)Set 资源包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, toJsonStringpublic UpdateTrialLicenseRequest()
public UpdateTrialLicenseRequest(UpdateTrialLicenseRequest source)
public String getLicenseId()
public void setLicenseId(String LicenseId)
LicenseId - 执照IDpublic String getResourceId()
public void setResourceId(String ResourceId)
ResourceId - 资源包IDCopyright © 2025. All rights reserved.