public class ModifyLicenseBindsRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
ModifyLicenseBindsRequest() |
ModifyLicenseBindsRequest(ModifyLicenseBindsRequest 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 Whether all machines are involved.
|
Long |
getLicenseType()
Get Authorization type
|
String[] |
getQuuidList()
Get List of QUUIDs of machines to be bound.
|
String |
getResourceId()
Get Resource ID
|
void |
setIsAll(Boolean IsAll)
Set Whether all machines are involved.
|
void |
setLicenseType(Long LicenseType)
Set Authorization type
|
void |
setQuuidList(String[] QuuidList)
Set List of QUUIDs of machines to be bound.
|
void |
setResourceId(String ResourceId)
Set Resource 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 ModifyLicenseBindsRequest()
public ModifyLicenseBindsRequest(ModifyLicenseBindsRequest source)
public String getResourceId()
public void setResourceId(String ResourceId)
ResourceId
- Resource IDpublic Long getLicenseType()
public void setLicenseType(Long LicenseType)
LicenseType
- Authorization typepublic Boolean getIsAll()
public void setIsAll(Boolean IsAll)
IsAll
- Whether all machines are involved. (If the total number of machines exceeds the available authorizations in the current order, some machines will be skipped.)public String[] getQuuidList()
public void setQuuidList(String[] QuuidList)
QuuidList
- List of QUUIDs of machines to be bound. This parameter is required when IsAll is set to false. Otherwise, it is ignored. Maximum number: 2,000.Copyright © 2025. All rights reserved.