public class GetNotifyGroupPolicyResponse extends AbstractResponse
responseMetadata| Constructor and Description |
|---|
GetNotifyGroupPolicyResponse() |
| Modifier and Type | Method and Description |
|---|---|
GetNotifyGroupPolicyResponse |
addLevelsItem(LevelForGetNotifyGroupPolicyOutput levelsItem) |
GetNotifyGroupPolicyResponse |
createTime(String createTime) |
GetNotifyGroupPolicyResponse |
description(String description) |
boolean |
equals(Object o) |
String |
getCreateTime()
Get createTime
|
String |
getDescription()
Get description
|
String |
getId()
Get id
|
@Valid List<LevelForGetNotifyGroupPolicyOutput> |
getLevels()
Get levels
|
String |
getName()
Get name
|
int |
hashCode() |
GetNotifyGroupPolicyResponse |
id(String id) |
GetNotifyGroupPolicyResponse |
levels(List<LevelForGetNotifyGroupPolicyOutput> levels) |
GetNotifyGroupPolicyResponse |
name(String name) |
void |
setCreateTime(String createTime) |
void |
setDescription(String description) |
void |
setId(String id) |
void |
setLevels(List<LevelForGetNotifyGroupPolicyOutput> levels) |
void |
setName(String name) |
String |
toString() |
getResponseMetadata, setResponseMetadatapublic GetNotifyGroupPolicyResponse createTime(String createTime)
public String getCreateTime()
public void setCreateTime(String createTime)
public GetNotifyGroupPolicyResponse description(String description)
public String getDescription()
public void setDescription(String description)
public GetNotifyGroupPolicyResponse id(String id)
public String getId()
public void setId(String id)
public GetNotifyGroupPolicyResponse levels(List<LevelForGetNotifyGroupPolicyOutput> levels)
public GetNotifyGroupPolicyResponse addLevelsItem(LevelForGetNotifyGroupPolicyOutput levelsItem)
@Valid public @Valid List<LevelForGetNotifyGroupPolicyOutput> getLevels()
public void setLevels(List<LevelForGetNotifyGroupPolicyOutput> levels)
public GetNotifyGroupPolicyResponse name(String name)
public String getName()
public void setName(String name)
Copyright © 2026. All rights reserved.