public class DeleteEnvironmentsRequest extends AbstractModel
| Constructor and Description | 
|---|
DeleteEnvironmentsRequest()  | 
DeleteEnvironmentsRequest(DeleteEnvironmentsRequest 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 Pulsar cluster ID 
 | 
String[] | 
getEnvironmentIds()
Get Array of environments (namespaces). 
 | 
void | 
setClusterId(String ClusterId)
Set Pulsar cluster ID 
 | 
void | 
setEnvironmentIds(String[] EnvironmentIds)
Set Array of environments (namespaces). 
 | 
void | 
toMap(HashMap<String,String> map,
     String prefix)
Internal implementation, normal users should not use it. 
 | 
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonStringpublic DeleteEnvironmentsRequest()
public DeleteEnvironmentsRequest(DeleteEnvironmentsRequest source)
public String[] getEnvironmentIds()
public void setEnvironmentIds(String[] EnvironmentIds)
EnvironmentIds - Array of environments (namespaces). Up to 20 environments can be deleted at a time.public String getClusterId()
public void setClusterId(String ClusterId)
ClusterId - Pulsar cluster IDCopyright © 2022. All rights reserved.