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 of the instance for which to configure subscription.
|
String |
getProduct()
Get Service type.
|
ProfileInfo |
getProfileInfo()
Get Email configuration.
|
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 ID of the instance for which to configure subscription.
|
void |
setProduct(String Product)
Set Service type.
|
void |
setProfileInfo(ProfileInfo ProfileInfo)
Set Email configuration.
|
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, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public CreateSchedulerMailProfileRequest()
public CreateSchedulerMailProfileRequest(CreateSchedulerMailProfileRequest source)
public 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 configuration.public String getProfileName()
public void setProfileName(String ProfileName)
ProfileName
- Configuration name, which needs to be unique. For scheduled task emails, the name should be in the format of "scheduler_" + {instanceId}, such as "schduler_cdb-test".public String getBindInstanceId()
public void setBindInstanceId(String BindInstanceId)
BindInstanceId
- ID of the instance for which to configure subscription.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 © 2024. All rights reserved.