public class CreateMonitorGroupNotifyPolicyRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
Long |
endTime
The timestamp that indicates the end time of the validity period for the policy.
|
String |
groupId
The ID of the application group.
|
String |
policyType
The type of the policy.
|
String |
regionId |
Long |
startTime
The timestamp that indicates the start time of the validity period for the policy.
|
| 构造器和说明 |
|---|
CreateMonitorGroupNotifyPolicyRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static CreateMonitorGroupNotifyPolicyRequest |
build(Map<String,?> map) |
Long |
getEndTime() |
String |
getGroupId() |
String |
getPolicyType() |
String |
getRegionId() |
Long |
getStartTime() |
CreateMonitorGroupNotifyPolicyRequest |
setEndTime(Long endTime) |
CreateMonitorGroupNotifyPolicyRequest |
setGroupId(String groupId) |
CreateMonitorGroupNotifyPolicyRequest |
setPolicyType(String policyType) |
CreateMonitorGroupNotifyPolicyRequest |
setRegionId(String regionId) |
CreateMonitorGroupNotifyPolicyRequest |
setStartTime(Long startTime) |
@NameInMap(value="EndTime") public Long endTime
The timestamp that indicates the end time of the validity period for the policy.
This value is a UNIX timestamp that represents the number of milliseconds that have elapsed since January 1, 1970, 00:00:00 UTC.
@NameInMap(value="GroupId") public String groupId
The ID of the application group.
@NameInMap(value="PolicyType") public String policyType
The type of the policy. Valid value: PauseNotify.
@NameInMap(value="RegionId") public String regionId
@NameInMap(value="StartTime") public Long startTime
The timestamp that indicates the start time of the validity period for the policy.
This value is a UNIX timestamp that represents the number of milliseconds that have elapsed since January 1, 1970, 00:00:00 UTC.
public static CreateMonitorGroupNotifyPolicyRequest build(Map<String,?> map) throws Exception
Exceptionpublic CreateMonitorGroupNotifyPolicyRequest setEndTime(Long endTime)
public Long getEndTime()
public CreateMonitorGroupNotifyPolicyRequest setGroupId(String groupId)
public String getGroupId()
public CreateMonitorGroupNotifyPolicyRequest setPolicyType(String policyType)
public String getPolicyType()
public CreateMonitorGroupNotifyPolicyRequest setRegionId(String regionId)
public String getRegionId()
public CreateMonitorGroupNotifyPolicyRequest setStartTime(Long startTime)
public Long getStartTime()
Copyright © 2024. All rights reserved.