@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class StatusPagesComponentArray extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_DATA |
static String |
JSON_PROPERTY_INCLUDED |
boolean |
unparsed |
| Constructor and Description |
|---|
StatusPagesComponentArray() |
StatusPagesComponentArray(List<StatusPagesComponentData> data) |
public boolean unparsed
public static final String JSON_PROPERTY_DATA
public static final String JSON_PROPERTY_INCLUDED
public StatusPagesComponentArray()
public StatusPagesComponentArray(List<StatusPagesComponentData> data)
public StatusPagesComponentArray data(List<StatusPagesComponentData> data)
public StatusPagesComponentArray addDataItem(StatusPagesComponentData dataItem)
public List<StatusPagesComponentData> getData()
public void setData(List<StatusPagesComponentData> data)
public StatusPagesComponentArray included(List<StatusPagesComponentArrayIncluded> included)
public StatusPagesComponentArray addIncludedItem(StatusPagesComponentArrayIncluded includedItem)
@Nullable public List<StatusPagesComponentArrayIncluded> getIncluded()
include query parameter.public void setIncluded(List<StatusPagesComponentArrayIncluded> included)
public StatusPagesComponentArray 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.