public class CreateLicenseRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
CreateLicenseRequest() |
CreateLicenseRequest(CreateLicenseRequest 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 |
getGroup()
Get url地址分组
|
String[] |
getResourceIds()
Get 资源包ID
|
void |
setApplicationId(String ApplicationId)
Set 应用ID
|
void |
setGroup(Long Group)
Set url地址分组
|
void |
setResourceIds(String[] ResourceIds)
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, toJsonString
public CreateLicenseRequest()
public CreateLicenseRequest(CreateLicenseRequest source)
public String getApplicationId()
public void setApplicationId(String ApplicationId)
ApplicationId
- 应用IDpublic String[] getResourceIds()
public void setResourceIds(String[] ResourceIds)
ResourceIds
- 资源包IDpublic Long getGroup()
public void setGroup(Long Group)
Group
- url地址分组Copyright © 2025. All rights reserved.