Class ModifyLicenseUnBindsRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cwp.v20180228.models.ModifyLicenseUnBindsRequest
-
public class ModifyLicenseUnBindsRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Boolean
getIsAll()
Get 是否全部机器(当全部机器数大于当前订单可用授权数时,多余机器会被跳过)Long
getLicenseType()
Get 授权类型String[]
getQuuidList()
Get 需要绑定的机器quuid列表, 当IsAll = false 时必填,反之忽略该参数.String
getResourceId()
Get 资源IDvoid
setIsAll(Boolean IsAll)
Set 是否全部机器(当全部机器数大于当前订单可用授权数时,多余机器会被跳过)void
setLicenseType(Long LicenseType)
Set 授权类型void
setQuuidList(String[] QuuidList)
Set 需要绑定的机器quuid列表, 当IsAll = false 时必填,反之忽略该参数.void
setResourceId(String ResourceId)
Set 资源IDvoid
toMap(HashMap<String,String> map, String prefix)
Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
ModifyLicenseUnBindsRequest
public ModifyLicenseUnBindsRequest()
-
ModifyLicenseUnBindsRequest
public 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.
-
-
Method Detail
-
getResourceId
public String getResourceId()
Get 资源ID- Returns:
- ResourceId 资源ID
-
setResourceId
public void setResourceId(String ResourceId)
Set 资源ID- Parameters:
ResourceId
- 资源ID
-
getLicenseType
public Long getLicenseType()
Get 授权类型- Returns:
- LicenseType 授权类型
-
setLicenseType
public void setLicenseType(Long LicenseType)
Set 授权类型- Parameters:
LicenseType
- 授权类型
-
getIsAll
public Boolean getIsAll()
Get 是否全部机器(当全部机器数大于当前订单可用授权数时,多余机器会被跳过)- Returns:
- IsAll 是否全部机器(当全部机器数大于当前订单可用授权数时,多余机器会被跳过)
-
setIsAll
public void setIsAll(Boolean IsAll)
Set 是否全部机器(当全部机器数大于当前订单可用授权数时,多余机器会被跳过)- Parameters:
IsAll
- 是否全部机器(当全部机器数大于当前订单可用授权数时,多余机器会被跳过)
-
getQuuidList
public String[] getQuuidList()
Get 需要绑定的机器quuid列表, 当IsAll = false 时必填,反之忽略该参数. 最大长度=100- Returns:
- QuuidList 需要绑定的机器quuid列表, 当IsAll = false 时必填,反之忽略该参数. 最大长度=100
-
setQuuidList
public void setQuuidList(String[] QuuidList)
Set 需要绑定的机器quuid列表, 当IsAll = false 时必填,反之忽略该参数. 最大长度=100- Parameters:
QuuidList
- 需要绑定的机器quuid列表, 当IsAll = false 时必填,反之忽略该参数. 最大长度=100
-
-