public class CreateSchedulerMailProfileRequest extends AbstractModel
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。
|
String |
getProduct()
Get 服务产品类型,支持值包括: "mysql" - 云数据库 MySQL, "cynosdb" - 云数据库 TDSQL-C for MySQL,默认为"mysql"。
|
ProfileInfo |
getProfileInfo()
Get 邮件配置内容。
|
String |
getProfileName()
Get 配置名称,需要保持唯一性,定期生成邮件配置命名格式:"scheduler_" + {instanceId},如"schduler_cdb-test"。
|
Long[] |
getWeekConfiguration()
Get 取值范围1-7,分别代表周一至周日。
|
void |
setBindInstanceId(String BindInstanceId)
Set 配置订阅的实例ID。
|
void |
setProduct(String Product)
Set 服务产品类型,支持值包括: "mysql" - 云数据库 MySQL, "cynosdb" - 云数据库 TDSQL-C for MySQL,默认为"mysql"。
|
void |
setProfileInfo(ProfileInfo ProfileInfo)
Set 邮件配置内容。
|
void |
setProfileName(String ProfileName)
Set 配置名称,需要保持唯一性,定期生成邮件配置命名格式:"scheduler_" + {instanceId},如"schduler_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, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public 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},如"schduler_cdb-test"。public String getBindInstanceId()
public void setBindInstanceId(String BindInstanceId)
BindInstanceId
- 配置订阅的实例ID。public String getProduct()
public void setProduct(String Product)
Product
- 服务产品类型,支持值包括: "mysql" - 云数据库 MySQL, "cynosdb" - 云数据库 TDSQL-C for MySQL,默认为"mysql"。Copyright © 2021. All rights reserved.