public class CreateTrialLicenseRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| CreateTrialLicenseRequest() | 
| CreateTrialLicenseRequest(CreateTrialLicenseRequest 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 | getApplicationId()Get 应用ID | 
| Long[] | getFeatureIds()Get 功能 ID 数组 | 
| Long | getGroup()Get Url分组 | 
| void | setApplicationId(String ApplicationId)Set 应用ID | 
| void | setFeatureIds(Long[] FeatureIds)Set 功能 ID 数组 | 
| void | setGroup(Long Group)Set Url分组 | 
| 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 CreateTrialLicenseRequest()
public CreateTrialLicenseRequest(CreateTrialLicenseRequest source)
public String getApplicationId()
public void setApplicationId(String ApplicationId)
ApplicationId - 应用IDpublic Long[] getFeatureIds()
public void setFeatureIds(Long[] FeatureIds)
FeatureIds - 功能 ID 数组public Long getGroup()
public void setGroup(Long Group)
Group - Url分组Copyright © 2025. All rights reserved.