public class CreateDBDiagReportTaskRequest extends AbstractModel
Constructor and Description |
---|
CreateDBDiagReportTaskRequest() |
CreateDBDiagReportTaskRequest(CreateDBDiagReportTaskRequest 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 |
---|---|
Long[] |
getContactGroup()
Get An array of contact group IDs to receive the email.
|
Long[] |
getContactPerson()
Get An array of contact IDs to receive the email.
|
String |
getEndTime()
Get End time, such as `2020-11-09T14:00:00+08:00`.
|
String |
getInstanceId()
Get Instance ID.
|
String |
getProduct()
Get Service type.
|
Long |
getSendMailFlag()
Get Whether to send an email.
|
String |
getStartTime()
Get Start time, such as `2020-11-08T14:00:00+08:00`.
|
void |
setContactGroup(Long[] ContactGroup)
Set An array of contact group IDs to receive the email.
|
void |
setContactPerson(Long[] ContactPerson)
Set An array of contact IDs to receive the email.
|
void |
setEndTime(String EndTime)
Set End time, such as `2020-11-09T14:00:00+08:00`.
|
void |
setInstanceId(String InstanceId)
Set Instance ID.
|
void |
setProduct(String Product)
Set Service type.
|
void |
setSendMailFlag(Long SendMailFlag)
Set Whether to send an email.
|
void |
setStartTime(String StartTime)
Set Start time, such as `2020-11-08T14:00:00+08:00`.
|
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 CreateDBDiagReportTaskRequest()
public CreateDBDiagReportTaskRequest(CreateDBDiagReportTaskRequest source)
public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId
- Instance ID.public String getStartTime()
public void setStartTime(String StartTime)
StartTime
- Start time, such as `2020-11-08T14:00:00+08:00`.public String getEndTime()
public void setEndTime(String EndTime)
EndTime
- End time, such as `2020-11-09T14:00:00+08:00`.public Long getSendMailFlag()
public void setSendMailFlag(Long SendMailFlag)
SendMailFlag
- Whether to send an email. Valid values: 0 - Yes, 1 - No.public Long[] getContactPerson()
public void setContactPerson(Long[] ContactPerson)
ContactPerson
- An array of contact IDs to receive the email.public Long[] getContactGroup()
public void setContactGroup(Long[] ContactGroup)
ContactGroup
- An array of contact group IDs to receive the email.public String getProduct()
public void setProduct(String Product)
Product
- Service type. Valid values: `mysql` (TencentDB for MySQL), `cynosdb` (TencentDB for CynosDB (compatible with MySQL)). Default value: `mysql`.Copyright © 2023. All rights reserved.