@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class StatuspageUrlSettingCreateAttributes extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_CUSTOM_TAGS |
static String |
JSON_PROPERTY_URL |
boolean |
unparsed |
| Constructor and Description |
|---|
StatuspageUrlSettingCreateAttributes() |
StatuspageUrlSettingCreateAttributes(String customTags,
String url) |
| Modifier and Type | Method and Description |
|---|---|
StatuspageUrlSettingCreateAttributes |
customTags(String customTags) |
boolean |
equals(Object o)
Return true if this StatuspageUrlSettingCreateAttributes 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 |
getCustomTags()
Comma-separated list of custom tags to apply to events generated from this Statuspage URL.
|
String |
getUrl()
The Statuspage URL to monitor.
|
int |
hashCode() |
StatuspageUrlSettingCreateAttributes |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setCustomTags(String customTags) |
void |
setUrl(String url) |
String |
toString() |
StatuspageUrlSettingCreateAttributes |
url(String url) |
public boolean unparsed
public static final String JSON_PROPERTY_CUSTOM_TAGS
public static final String JSON_PROPERTY_URL
public StatuspageUrlSettingCreateAttributes()
public StatuspageUrlSettingCreateAttributes customTags(String customTags)
public String getCustomTags()
public void setCustomTags(String customTags)
public StatuspageUrlSettingCreateAttributes url(String url)
public String getUrl()
status.io or statuspage.com
URL.public void setUrl(String url)
public StatuspageUrlSettingCreateAttributes 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.