@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class CreatePageRequestDataAttributes extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_DESCRIPTION |
static String |
JSON_PROPERTY_TAGS |
static String |
JSON_PROPERTY_TARGET |
static String |
JSON_PROPERTY_TITLE |
static String |
JSON_PROPERTY_URGENCY |
boolean |
unparsed |
| Constructor and Description |
|---|
CreatePageRequestDataAttributes() |
CreatePageRequestDataAttributes(CreatePageRequestDataAttributesTarget target,
String title,
PageUrgency urgency) |
| Modifier and Type | Method and Description |
|---|---|
CreatePageRequestDataAttributes |
addTagsItem(String tagsItem) |
CreatePageRequestDataAttributes |
description(String description) |
boolean |
equals(Object o)
Return true if this CreatePageRequestDataAttributes object is equal to o.
|
Map<String,Object> |
getAdditionalProperties()
Return the additional (undeclared) property.
|
Object |
getAdditionalProperty(String key)
Return the additional (undeclared) property with the specified name.
|
String |
getDescription()
A short summary of the issue or context.
|
List<String> |
getTags()
Tags to help categorize or filter the page.
|
CreatePageRequestDataAttributesTarget |
getTarget()
Information about the target to notify (such as a team or user).
|
String |
getTitle()
The title of the page.
|
PageUrgency |
getUrgency()
On-Call Page urgency level.
|
int |
hashCode() |
CreatePageRequestDataAttributes |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setDescription(String description) |
void |
setTags(List<String> tags) |
void |
setTarget(CreatePageRequestDataAttributesTarget target) |
void |
setTitle(String title) |
void |
setUrgency(PageUrgency urgency) |
CreatePageRequestDataAttributes |
tags(List<String> tags) |
CreatePageRequestDataAttributes |
target(CreatePageRequestDataAttributesTarget target) |
CreatePageRequestDataAttributes |
title(String title) |
String |
toString() |
CreatePageRequestDataAttributes |
urgency(PageUrgency urgency) |
public boolean unparsed
public static final String JSON_PROPERTY_DESCRIPTION
public static final String JSON_PROPERTY_TAGS
public static final String JSON_PROPERTY_TARGET
public static final String JSON_PROPERTY_TITLE
public static final String JSON_PROPERTY_URGENCY
public CreatePageRequestDataAttributes()
public CreatePageRequestDataAttributes(CreatePageRequestDataAttributesTarget target, String title, PageUrgency urgency)
public CreatePageRequestDataAttributes description(String description)
@Nullable public String getDescription()
public void setDescription(String description)
public CreatePageRequestDataAttributes tags(List<String> tags)
public CreatePageRequestDataAttributes addTagsItem(String tagsItem)
@Nullable public List<String> getTags()
public CreatePageRequestDataAttributes target(CreatePageRequestDataAttributesTarget target)
public CreatePageRequestDataAttributesTarget getTarget()
public void setTarget(CreatePageRequestDataAttributesTarget target)
public CreatePageRequestDataAttributes title(String title)
public String getTitle()
public void setTitle(String title)
public CreatePageRequestDataAttributes urgency(PageUrgency urgency)
public PageUrgency getUrgency()
public void setUrgency(PageUrgency urgency)
public CreatePageRequestDataAttributes putAdditionalProperty(String key, Object value)
key - The arbitrary key to setvalue - The associated valuepublic Map<String,Object> getAdditionalProperties()
public Object getAdditionalProperty(String key)
key - The arbitrary key to getpublic boolean equals(Object o)
Copyright © 2026. All rights reserved.