public class DescribeEnvironmentAttributesRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
DescribeEnvironmentAttributesRequest()  | 
DescribeEnvironmentAttributesRequest(DescribeEnvironmentAttributesRequest 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 | 
getEnvironmentId()
Get Environment (namespace) name. 
 | 
void | 
setClusterId(String ClusterId)
Set Pulsar cluster ID 
 | 
void | 
setEnvironmentId(String EnvironmentId)
Set Environment (namespace) name. 
 | 
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, toJsonStringpublic DescribeEnvironmentAttributesRequest()
public DescribeEnvironmentAttributesRequest(DescribeEnvironmentAttributesRequest source)
public String getEnvironmentId()
public void setEnvironmentId(String EnvironmentId)
EnvironmentId - Environment (namespace) name.public String getClusterId()
public void setClusterId(String ClusterId)
ClusterId - Pulsar cluster IDCopyright © 2025. All rights reserved.