public class DescribeAllUserContactRequest extends AbstractModel
Constructor and Description |
---|
DescribeAllUserContactRequest() |
Modifier and Type | Method and Description |
---|---|
String[] |
getNames()
Get An array of contact name.
|
String |
getProduct()
Get Service type.
|
void |
setNames(String[] Names)
Set An array of contact name.
|
void |
setProduct(String Product)
Set Service type.
|
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, toJsonString
public String getProduct()
public void setProduct(String Product)
Product
- Service type. Valid values: `mysql` (TencentDB for MySQL), `cynosdb` (TencentDB for CynosDB (compatible with MySQL)).public String[] getNames()
public void setNames(String[] Names)
Names
- An array of contact name. Fuzzy search is supported.Copyright © 2021. All rights reserved.