public class UnbindClusterResourcePackagesRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| UnbindClusterResourcePackagesRequest() | 
| UnbindClusterResourcePackagesRequest(UnbindClusterResourcePackagesRequest 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 | getClusterId()Get Cluster ID | 
| String[] | getPackageIds()Get The unique ID of a resource pack. | 
| void | setClusterId(String ClusterId)Set Cluster ID | 
| void | setPackageIds(String[] PackageIds)Set The unique ID of a resource pack. | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic UnbindClusterResourcePackagesRequest()
public UnbindClusterResourcePackagesRequest(UnbindClusterResourcePackagesRequest source)
public String getClusterId()
public void setClusterId(String ClusterId)
ClusterId - Cluster IDpublic String[] getPackageIds()
public void setPackageIds(String[] PackageIds)
PackageIds - The unique ID of a resource pack. If this parameter is left empty, all resource packs of the instance will be unbound.Copyright © 2024. All rights reserved.