public class RedisInstanceEvent extends AbstractModel
header, skipSign
Constructor and Description |
---|
RedisInstanceEvent() |
RedisInstanceEvent(RedisInstanceEvent 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 |
getEffectInfo()
Get Impact of the event.Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getEndTime()
Get Scheduled end time of event execution.Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getExecutionDate()
Get Scheduled event execution date.Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getGrade()
Get Event levels are divided into Critical, High, Medium, and Low events according to the severity and urgency.- Critical
- High
- Middle
- Low
Note: This field may return null, indicating that no valid values can be obtained.
|
Long |
getID()
Get Event ID.
|
String |
getInitialExecutionDate()
Get Initial scheduled execution date of the event.Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getInstanceId()
Get Instance ID.Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getInstanceName()
Get Instance name.Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getLatestExecutionDate()
Get The latest execution date of the operations event.
|
String |
getStartTime()
Get Scheduled start time of event execution.Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getStatus()
Get Current event status.- Waiting: The event is waiting for execution on the execution date or during the operations period.- Running: The event is being executed during the operations period.- Finished: Execution of the event operations is completed.- Canceled: Execution of the event is canceled.Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getTaskEndTime()
Get Completion time of the event execution task.
|
String |
getType()
Get Event type.
|
void |
setEffectInfo(String EffectInfo)
Set Impact of the event.Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setEndTime(String EndTime)
Set Scheduled end time of event execution.Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setExecutionDate(String ExecutionDate)
Set Scheduled event execution date.Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setGrade(String Grade)
Set Event levels are divided into Critical, High, Medium, and Low events according to the severity and urgency.- Critical
- High
- Middle
- Low
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setID(Long ID)
Set Event ID.
|
void |
setInitialExecutionDate(String InitialExecutionDate)
Set Initial scheduled execution date of the event.Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setInstanceId(String InstanceId)
Set Instance ID.Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setInstanceName(String InstanceName)
Set Instance name.Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setLatestExecutionDate(String LatestExecutionDate)
Set The latest execution date of the operations event.
|
void |
setStartTime(String StartTime)
Set Scheduled start time of event execution.Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setStatus(String Status)
Set Current event status.- Waiting: The event is waiting for execution on the execution date or during the operations period.- Running: The event is being executed during the operations period.- Finished: Execution of the event operations is completed.- Canceled: Execution of the event is canceled.Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setTaskEndTime(String TaskEndTime)
Set Completion time of the event execution task.
|
void |
setType(String Type)
Set Event type.
|
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 RedisInstanceEvent()
public RedisInstanceEvent(RedisInstanceEvent source)
public Long getID()
public void setID(Long ID)
ID
- Event ID.
Note: This field may return null, indicating that no valid values can be obtained.public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId
- Instance ID.Note: This field may return null, indicating that no valid values can be obtained.public String getInstanceName()
public void setInstanceName(String InstanceName)
InstanceName
- Instance name.Note: This field may return null, indicating that no valid values can be obtained.public String getType()
public void setType(String Type)
Type
- Event type. Currently, the type can only be related to instance migration, resource movement, and IDC deletion. This parameter can be only set to **InstanceMigration**.Note: This field may return null, indicating that no valid values can be obtained.public String getGrade()
public void setGrade(String Grade)
Grade
- Event levels are divided into Critical, High, Medium, and Low events according to the severity and urgency.- Critical
- High
- Middle
- Low
Note: This field may return null, indicating that no valid values can be obtained.public String getExecutionDate()
public void setExecutionDate(String ExecutionDate)
ExecutionDate
- Scheduled event execution date.Note: This field may return null, indicating that no valid values can be obtained.public String getStartTime()
public void setStartTime(String StartTime)
StartTime
- Scheduled start time of event execution.Note: This field may return null, indicating that no valid values can be obtained.public String getEndTime()
public void setEndTime(String EndTime)
EndTime
- Scheduled end time of event execution.Note: This field may return null, indicating that no valid values can be obtained.public String getLatestExecutionDate()
public void setLatestExecutionDate(String LatestExecutionDate)
LatestExecutionDate
- The latest execution date of the operations event. Event execution must be completed before this date. Otherwise, the business may be affected.Note: This field may return null, indicating that no valid values can be obtained.public String getStatus()
public void setStatus(String Status)
Status
- Current event status.- Waiting: The event is waiting for execution on the execution date or during the operations period.- Running: The event is being executed during the operations period.- Finished: Execution of the event operations is completed.- Canceled: Execution of the event is canceled.Note: This field may return null, indicating that no valid values can be obtained.public String getTaskEndTime()
public void setTaskEndTime(String TaskEndTime)
TaskEndTime
- Completion time of the event execution task.
Note: This field may return null, indicating that no valid values can be obtained.public String getEffectInfo()
public void setEffectInfo(String EffectInfo)
EffectInfo
- Impact of the event.Note: This field may return null, indicating that no valid values can be obtained.public String getInitialExecutionDate()
public void setInitialExecutionDate(String InitialExecutionDate)
InitialExecutionDate
- Initial scheduled execution date of the event.Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2024. All rights reserved.