public class DescribeEnvironmentsRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
DescribeEnvironmentsRequest()  | 
DescribeEnvironmentsRequest(DescribeEnvironmentsRequest 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 Fuzzy search by namespace name. 
 | 
Filter[] | 
getFilters()
Get * EnvironmentId
Filter by namespace for exact query. 
 | 
Long | 
getLimit()
Get The number of results to be returned, which defaults to 10 if left empty. 
 | 
Long | 
getOffset()
Get Offset, which defaults to 0 if left empty. 
 | 
void | 
setClusterId(String ClusterId)
Set Pulsar cluster ID 
 | 
void | 
setEnvironmentId(String EnvironmentId)
Set Fuzzy search by namespace name. 
 | 
void | 
setFilters(Filter[] Filters)
Set * EnvironmentId
Filter by namespace for exact query. 
 | 
void | 
setLimit(Long Limit)
Set The number of results to be returned, which defaults to 10 if left empty. 
 | 
void | 
setOffset(Long Offset)
Set Offset, which defaults to 0 if left empty. 
 | 
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 DescribeEnvironmentsRequest()
public DescribeEnvironmentsRequest(DescribeEnvironmentsRequest source)
public String getEnvironmentId()
public void setEnvironmentId(String EnvironmentId)
EnvironmentId - Fuzzy search by namespace name.public Long getOffset()
public void setOffset(Long Offset)
Offset - Offset, which defaults to 0 if left empty.public Long getLimit()
public void setLimit(Long Limit)
Limit - The number of results to be returned, which defaults to 10 if left empty. The maximum value is 20.public String getClusterId()
public void setClusterId(String ClusterId)
ClusterId - Pulsar cluster IDpublic Filter[] getFilters()
public void setFilters(Filter[] Filters)
Filters - * EnvironmentId
Filter by namespace for exact query.
Type: String
Required: NoCopyright © 2025. All rights reserved.