public class AddUserContactRequest extends AbstractModel
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 Email address, which can contain letters, digits, underscores, and the @ symbol, cannot begin with an underscore, and must be unique.
|
String |
getName()
Get Recipient name, which can contain up to 20 letters, digits, spaces, and symbols `!@#$%^&*()_+-=()` and cannot begin with an underscore.
|
String |
getProduct()
Get Service type, which is fixed to `mysql`.
|
void |
setContactInfo(String ContactInfo)
Set Email address, which can contain letters, digits, underscores, and the @ symbol, cannot begin with an underscore, and must be unique.
|
void |
setName(String Name)
Set Recipient name, which can contain up to 20 letters, digits, spaces, and symbols `!@#$%^&*()_+-=()` and cannot begin with an underscore.
|
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, toJsonString
public AddUserContactRequest()
public AddUserContactRequest(AddUserContactRequest source)
public String getName()
public void setName(String Name)
Name
- Recipient name, which can contain up to 20 letters, digits, spaces, and symbols `!@#$%^&*()_+-=()` and cannot begin with an underscore.public String getContactInfo()
public void setContactInfo(String ContactInfo)
ContactInfo
- Email address, which can contain letters, digits, underscores, and the @ symbol, cannot begin with an underscore, and must be unique.public String getProduct()
public void setProduct(String Product)
Product
- Service type, which is fixed to `mysql`.Copyright © 2023. All rights reserved.