public class GetGroupListRequest extends AbstractModel
| Constructor and Description | 
|---|
| GetGroupListRequest() | 
| GetGroupListRequest(GetGroupListRequest 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 The network ID. | 
| Long | getStatus()Get `0`: Groups with no DID services; `1`: Groups with DID services. | 
| void | setClusterId(String ClusterId)Set The network ID. | 
| void | setStatus(Long Status)Set `0`: Groups with no DID services; `1`: Groups with DID services. | 
| 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 GetGroupListRequest()
public GetGroupListRequest(GetGroupListRequest source)
public Long getStatus()
public void setStatus(Long Status)
Status - `0`: Groups with no DID services; `1`: Groups with DID services.public String getClusterId()
public void setClusterId(String ClusterId)
ClusterId - The network ID.Copyright © 2023. All rights reserved.