public class CreateSchedulerMailProfileRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| CreateSchedulerMailProfileRequest() | 
| CreateSchedulerMailProfileRequest(CreateSchedulerMailProfileRequest 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 | getBindInstanceId()Get 配置订阅的实例ID。可通过 [DescribeDiagDBInstances](https://cloud.tencent.com/document/api/1130/57798) 接口获取。 | 
| String | getProduct()Get 服务产品类型,支持值:"mysql" - 云数据库 MySQL;"cynosdb" - 云数据库 TDSQL-C for MySQL,"redis" - 云数据库 Redis,"mongodb" - 云数据库 MongoDB,"mariadb" - 云数据库 MariaDB,"dcdb" - 云数据库 TDSQL MySQL,默认为"mysql"。 | 
| ProfileInfo | getProfileInfo()Get 邮件配置内容。 | 
| String | getProfileName()Get 配置名称,需要保持唯一性,定期生成邮件配置命名格式:"scheduler_" + {instanceId},如"scheduler_cdb-test"。 | 
| Long[] | getWeekConfiguration()Get 取值范围1-7,分别代表周一至周日。 | 
| void | setBindInstanceId(String BindInstanceId)Set 配置订阅的实例ID。可通过 [DescribeDiagDBInstances](https://cloud.tencent.com/document/api/1130/57798) 接口获取。 | 
| void | setProduct(String Product)Set 服务产品类型,支持值:"mysql" - 云数据库 MySQL;"cynosdb" - 云数据库 TDSQL-C for MySQL,"redis" - 云数据库 Redis,"mongodb" - 云数据库 MongoDB,"mariadb" - 云数据库 MariaDB,"dcdb" - 云数据库 TDSQL MySQL,默认为"mysql"。 | 
| void | setProfileInfo(ProfileInfo ProfileInfo)Set 邮件配置内容。 | 
| void | setProfileName(String ProfileName)Set 配置名称,需要保持唯一性,定期生成邮件配置命名格式:"scheduler_" + {instanceId},如"scheduler_cdb-test"。 | 
| void | setWeekConfiguration(Long[] WeekConfiguration)Set 取值范围1-7,分别代表周一至周日。 | 
| 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 CreateSchedulerMailProfileRequest()
public CreateSchedulerMailProfileRequest(CreateSchedulerMailProfileRequest source)
public Long[] getWeekConfiguration()
public void setWeekConfiguration(Long[] WeekConfiguration)
WeekConfiguration - 取值范围1-7,分别代表周一至周日。public ProfileInfo getProfileInfo()
public void setProfileInfo(ProfileInfo ProfileInfo)
ProfileInfo - 邮件配置内容。public String getProfileName()
public void setProfileName(String ProfileName)
ProfileName - 配置名称,需要保持唯一性,定期生成邮件配置命名格式:"scheduler_" + {instanceId},如"scheduler_cdb-test"。public String getBindInstanceId()
public void setBindInstanceId(String BindInstanceId)
BindInstanceId - 配置订阅的实例ID。可通过 [DescribeDiagDBInstances](https://cloud.tencent.com/document/api/1130/57798) 接口获取。public String getProduct()
public void setProduct(String Product)
Product - 服务产品类型,支持值:"mysql" - 云数据库 MySQL;"cynosdb" - 云数据库 TDSQL-C for MySQL,"redis" - 云数据库 Redis,"mongodb" - 云数据库 MongoDB,"mariadb" - 云数据库 MariaDB,"dcdb" - 云数据库 TDSQL MySQL,默认为"mysql"。Copyright © 2025. All rights reserved.