public class DescribeAllUserGroupRequest extends AbstractModel
| 构造器和说明 | 
|---|
| DescribeAllUserGroupRequest() | 
| DescribeAllUserGroupRequest(DescribeAllUserGroupRequest 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. | 
| 限定符和类型 | 方法和说明 | 
|---|---|
| String[] | getNames()Get Array of contact group names. | 
| String | getProduct()Get Service type, which is fixed to `mysql`. | 
| void | setNames(String[] Names)Set Array of contact group names. | 
| void | setProduct(String Product)Set Service type, which is fixed to `mysql`. | 
| 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 DescribeAllUserGroupRequest()
public DescribeAllUserGroupRequest(DescribeAllUserGroupRequest source)
public String getProduct()
public void setProduct(String Product)
Product - Service type, which is fixed to `mysql`.public String[] getNames()
public void setNames(String[] Names)
Names - Array of contact group names. Fuzzy search is supported.Copyright © 2022. All rights reserved.