public class CreateMonitorGroupNotifyPolicyRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
Long |
endTime
The end time of the validity period for the policy.
|
String |
groupId
The ID of the application group.
|
String |
policyType
The policy type.
|
String |
regionId |
Long |
startTime
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 end time of the validity period for the policy.
This value is a UNIX timestamp representing the number of milliseconds that have elapsed since January 1, 1970, 00:00:00 UTC.
This parameter is required.
example:1623208500000
@NameInMap(value="GroupId") public String groupId
The ID of the application group.
This parameter is required.
example:7301****
@NameInMap(value="PolicyType") public String policyType
The policy type. Valid value: PauseNotify.
This parameter is required.
example:PauseNotify
@NameInMap(value="RegionId") public String regionId
@NameInMap(value="StartTime") public Long startTime
The start time of the validity period for the policy.
This value is a UNIX timestamp representing the number of milliseconds that have elapsed since January 1, 1970, 00:00:00 UTC.
This parameter is required.
example:1622949300000
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 © 2026. All rights reserved.