@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class StatusPagesComponentGroupAttributesComponentsItems extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_ID |
static String |
JSON_PROPERTY_NAME |
static String |
JSON_PROPERTY_POSITION |
static String |
JSON_PROPERTY_STATUS |
static String |
JSON_PROPERTY_TYPE |
boolean |
unparsed |
| Constructor and Description |
|---|
StatusPagesComponentGroupAttributesComponentsItems() |
public boolean unparsed
public static final String JSON_PROPERTY_ID
public static final String JSON_PROPERTY_NAME
public static final String JSON_PROPERTY_POSITION
public static final String JSON_PROPERTY_STATUS
public static final String JSON_PROPERTY_TYPE
public StatusPagesComponentGroupAttributesComponentsItems()
@Nullable public UUID getId()
public StatusPagesComponentGroupAttributesComponentsItems name(String name)
@Nullable public String getName()
public void setName(String name)
public StatusPagesComponentGroupAttributesComponentsItems position(Long position)
@Nullable public Long getPosition()
public void setPosition(Long position)
@Nullable public StatusPagesComponentGroupAttributesComponentsItemsStatus getStatus()
public StatusPagesComponentGroupAttributesComponentsItems type(StatusPagesComponentGroupAttributesComponentsItemsType type)
@Nullable public StatusPagesComponentGroupAttributesComponentsItemsType getType()
public void setType(StatusPagesComponentGroupAttributesComponentsItemsType type)
public StatusPagesComponentGroupAttributesComponentsItems 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.