public class ModifyLicenseUnBindsRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
ModifyLicenseUnBindsRequest() |
ModifyLicenseUnBindsRequest(ModifyLicenseUnBindsRequest 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 |
---|---|
Boolean |
getIsAll()
Get 是否全部机器(当全部机器数大于当前订单可用授权数时,多余机器会被跳过)
|
Long |
getLicenseType()
Get 授权类型
|
String[] |
getQuuidList()
Get 需要绑定的机器quuid列表, 当IsAll = false 时必填,反之忽略该参数.
|
String |
getResourceId()
Get 资源ID
|
void |
setIsAll(Boolean IsAll)
Set 是否全部机器(当全部机器数大于当前订单可用授权数时,多余机器会被跳过)
|
void |
setLicenseType(Long LicenseType)
Set 授权类型
|
void |
setQuuidList(String[] QuuidList)
Set 需要绑定的机器quuid列表, 当IsAll = false 时必填,反之忽略该参数.
|
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, toJsonString
public ModifyLicenseUnBindsRequest()
public ModifyLicenseUnBindsRequest(ModifyLicenseUnBindsRequest source)
public String getResourceId()
public void setResourceId(String ResourceId)
ResourceId
- 资源IDpublic Long getLicenseType()
public void setLicenseType(Long LicenseType)
LicenseType
- 授权类型public Boolean getIsAll()
public void setIsAll(Boolean IsAll)
IsAll
- 是否全部机器(当全部机器数大于当前订单可用授权数时,多余机器会被跳过)public String[] getQuuidList()
public void setQuuidList(String[] QuuidList)
QuuidList
- 需要绑定的机器quuid列表, 当IsAll = false 时必填,反之忽略该参数.
最大长度=100Copyright © 2024. All rights reserved.