public class AddUserContactRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| AddUserContactRequest() | 
| AddUserContactRequest(AddUserContactRequest 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 | getContactInfo()Get 邮箱地址,大小写字母、数字及下划线组成, 不能以"_"开头。 | 
| String | getName()Get 联系人姓名,大小写字母+数字+下划线,最小 2 位最大 60 位的长度, 不能以"_"开头,且联系人名保持唯一。 | 
| String | getProduct()Get 服务产品类型,固定值:"mysql"。 | 
| void | setContactInfo(String ContactInfo)Set 邮箱地址,大小写字母、数字及下划线组成, 不能以"_"开头。 | 
| void | setName(String Name)Set 联系人姓名,大小写字母+数字+下划线,最小 2 位最大 60 位的长度, 不能以"_"开头,且联系人名保持唯一。 | 
| void | setProduct(String Product)Set 服务产品类型,固定值:"mysql"。 | 
| 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 AddUserContactRequest()
public AddUserContactRequest(AddUserContactRequest source)
public String getName()
public void setName(String Name)
Name - 联系人姓名,大小写字母+数字+下划线,最小 2 位最大 60 位的长度, 不能以"_"开头,且联系人名保持唯一。public String getContactInfo()
public void setContactInfo(String ContactInfo)
ContactInfo - 邮箱地址,大小写字母、数字及下划线组成, 不能以"_"开头。public String getProduct()
public void setProduct(String Product)
Product - 服务产品类型,固定值:"mysql"。Copyright © 2025. All rights reserved.