public class DescribeMailProfileRequest extends AbstractModel
Constructor and Description |
---|
DescribeMailProfileRequest() |
DescribeMailProfileRequest(DescribeMailProfileRequest 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 |
---|---|
Long |
getLimit()
Get Number of results per page in paginated queries.
|
Long |
getOffset()
Get Pagination offset.
|
String |
getProduct()
Get Service type.
|
String |
getProfileName()
Get Query by email configuration name.
|
String |
getProfileType()
Get Configuration type.
|
void |
setLimit(Long Limit)
Set 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 email configuration name.
|
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, toJsonString
public DescribeMailProfileRequest()
public DescribeMailProfileRequest(DescribeMailProfileRequest source)
public String getProfileType()
public void setProfileType(String ProfileType)
ProfileType
- Configuration type. Valid values: `dbScan_mail_configuration` (email configuration of the database inspection report), `scheduler_mail_configuration` (email configuration of the 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 offset.public Long getLimit()
public void setLimit(Long Limit)
Limit
- Number of results per page in paginated queries. Maximum value: `50`.public String getProfileName()
public void setProfileName(String ProfileName)
ProfileName
- Query by email configuration name. The name of the scheduled task email configuration should be in the format of "scheduler_"+{instanceId}.Copyright © 2023. All rights reserved.