public class CreateSchedulerMailProfileRequest extends AbstractModel
| Constructor and Description | 
|---|
| CreateSchedulerMailProfileRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getBindInstanceId()Get Configure the instance ID that you need to generate the health report. | 
| String | getProduct()Get Service type. | 
| ProfileInfo | getProfileInfo()Get Email configurations | 
| String | getProfileName()Get Configuration name, which needs to be unique. | 
| Long[] | getWeekConfiguration()Get Value range: 1-7, representing Monday to Sunday respectively. | 
| void | setBindInstanceId(String BindInstanceId)Set Configure the instance ID that you need to generate the health report. | 
| void | setProduct(String Product)Set Service type. | 
| void | setProfileInfo(ProfileInfo ProfileInfo)Set Email configurations | 
| void | setProfileName(String ProfileName)Set Configuration name, which needs to be unique. | 
| void | setWeekConfiguration(Long[] WeekConfiguration)Set Value range: 1-7, representing Monday to Sunday respectively. | 
| 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 Long[] getWeekConfiguration()
public void setWeekConfiguration(Long[] WeekConfiguration)
WeekConfiguration - Value range: 1-7, representing Monday to Sunday respectively.public ProfileInfo getProfileInfo()
public void setProfileInfo(ProfileInfo ProfileInfo)
ProfileInfo - Email configurationspublic String getProfileName()
public void setProfileName(String ProfileName)
ProfileName - Configuration name, which needs to be unique. For scheduled task reports, the name should be in the format of "scheduler_" + {instanceId}, such as "schduler_cdb-test".public String getBindInstanceId()
public void setBindInstanceId(String BindInstanceId)
BindInstanceId - Configure the instance ID that you need to generate the health 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`.Copyright © 2021. All rights reserved.