Class CreateSchedulerMailProfileRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.dbbrain.v20191016.models.CreateSchedulerMailProfileRequest
-
public class CreateSchedulerMailProfileRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetBindInstanceId()Get 配置订阅的实例ID。StringgetProduct()Get 服务产品类型,支持值包括: "mysql" - 云数据库 MySQL, "cynosdb" - 云数据库 TDSQL-C for MySQL,默认为"mysql"。ProfileInfogetProfileInfo()Get 邮件配置内容。StringgetProfileName()Get 配置名称,需要保持唯一性,定期生成邮件配置命名格式:"scheduler_" + {instanceId},如"schduler_cdb-test"。Long[]getWeekConfiguration()Get 取值范围1-7,分别代表周一至周日。voidsetBindInstanceId(String BindInstanceId)Set 配置订阅的实例ID。voidsetProduct(String Product)Set 服务产品类型,支持值包括: "mysql" - 云数据库 MySQL, "cynosdb" - 云数据库 TDSQL-C for MySQL,默认为"mysql"。voidsetProfileInfo(ProfileInfo ProfileInfo)Set 邮件配置内容。voidsetProfileName(String ProfileName)Set 配置名称,需要保持唯一性,定期生成邮件配置命名格式:"scheduler_" + {instanceId},如"schduler_cdb-test"。voidsetWeekConfiguration(Long[] WeekConfiguration)Set 取值范围1-7,分别代表周一至周日。voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
CreateSchedulerMailProfileRequest
public CreateSchedulerMailProfileRequest()
-
CreateSchedulerMailProfileRequest
public 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.
-
-
Method Detail
-
getWeekConfiguration
public Long[] getWeekConfiguration()
Get 取值范围1-7,分别代表周一至周日。- Returns:
- WeekConfiguration 取值范围1-7,分别代表周一至周日。
-
setWeekConfiguration
public void setWeekConfiguration(Long[] WeekConfiguration)
Set 取值范围1-7,分别代表周一至周日。- Parameters:
WeekConfiguration- 取值范围1-7,分别代表周一至周日。
-
getProfileInfo
public ProfileInfo getProfileInfo()
Get 邮件配置内容。- Returns:
- ProfileInfo 邮件配置内容。
-
setProfileInfo
public void setProfileInfo(ProfileInfo ProfileInfo)
Set 邮件配置内容。- Parameters:
ProfileInfo- 邮件配置内容。
-
getProfileName
public String getProfileName()
Get 配置名称,需要保持唯一性,定期生成邮件配置命名格式:"scheduler_" + {instanceId},如"schduler_cdb-test"。- Returns:
- ProfileName 配置名称,需要保持唯一性,定期生成邮件配置命名格式:"scheduler_" + {instanceId},如"schduler_cdb-test"。
-
setProfileName
public void setProfileName(String ProfileName)
Set 配置名称,需要保持唯一性,定期生成邮件配置命名格式:"scheduler_" + {instanceId},如"schduler_cdb-test"。- Parameters:
ProfileName- 配置名称,需要保持唯一性,定期生成邮件配置命名格式:"scheduler_" + {instanceId},如"schduler_cdb-test"。
-
getBindInstanceId
public String getBindInstanceId()
Get 配置订阅的实例ID。- Returns:
- BindInstanceId 配置订阅的实例ID。
-
setBindInstanceId
public void setBindInstanceId(String BindInstanceId)
Set 配置订阅的实例ID。- Parameters:
BindInstanceId- 配置订阅的实例ID。
-
getProduct
public String getProduct()
Get 服务产品类型,支持值包括: "mysql" - 云数据库 MySQL, "cynosdb" - 云数据库 TDSQL-C for MySQL,默认为"mysql"。- Returns:
- Product 服务产品类型,支持值包括: "mysql" - 云数据库 MySQL, "cynosdb" - 云数据库 TDSQL-C for MySQL,默认为"mysql"。
-
setProduct
public void setProduct(String Product)
Set 服务产品类型,支持值包括: "mysql" - 云数据库 MySQL, "cynosdb" - 云数据库 TDSQL-C for MySQL,默认为"mysql"。- Parameters:
Product- 服务产品类型,支持值包括: "mysql" - 云数据库 MySQL, "cynosdb" - 云数据库 TDSQL-C for MySQL,默认为"mysql"。
-
-