public class DescribeEnvironmentsRequest extends AbstractModel
| 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 Number of results to be returned. | 
| Long | getOffset()Get Offset. | 
| 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 Number of results to be returned. | 
| void | setOffset(Long Offset)Set Offset. | 
| 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 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. If this parameter is left empty, 0 will be used by default.public Long getLimit()
public void setLimit(Long Limit)
Limit - Number of results to be returned. If this parameter is left empty, 10 will be used by default. 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 © 2022. All rights reserved.