public class DescribeMailProfileRequest extends AbstractModel
| Constructor and Description | 
|---|
| DescribeMailProfileRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| Long | getLimit()Get The number of results per page in paginated queries. | 
| Long | getOffset()Get Pagination offset | 
| String | getProduct()Get Service type. | 
| String | getProfileName()Get Query by the name of email configuration. | 
| String | getProfileType()Get Configuration type. | 
| void | setLimit(Long Limit)Set The number of results per page in paginated queries. | 
| void | setOffset(Long Offset)Set Pagination offset | 
| void | setProduct(String Product)Set Service type. | 
| void | setProfileName(String ProfileName)Set Query by the name of email configuration. | 
| void | setProfileType(String ProfileType)Set Configuration 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, toJsonStringpublic String getProfileType()
public void setProfileType(String ProfileType)
ProfileType - Configuration type. Valid values: "dbScan_mail_configuration" (email configuration of database inspection report), "scheduler_mail_configuration" (email configuration of scheduled task report).public String getProduct()
public void setProduct(String Product)
Product - Service type. Valid values: `mysql` (TencentDB for MySQL), `cynosdb` (TDSQL-C for MySQL). Default value: `mysql`.public Long getOffset()
public void setOffset(Long Offset)
Offset - Pagination offsetpublic Long getLimit()
public void setLimit(Long Limit)
Limit - The number of results per page in paginated queries. Maximum value: 50public String getProfileName()
public void setProfileName(String ProfileName)
ProfileName - Query by the name of email configuration. The name of the regularly sent email configuration should be in the format of "scheduler_"+{instanceId}.Copyright © 2021. All rights reserved.