@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class StatusPageDataAttributesComponentsItems extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_COMPONENTS |
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 |
|---|
StatusPageDataAttributesComponentsItems() |
public boolean unparsed
public static final String JSON_PROPERTY_COMPONENTS
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 StatusPageDataAttributesComponentsItems()
public StatusPageDataAttributesComponentsItems components(List<StatusPageDataAttributesComponentsItemsComponentsItems> components)
public StatusPageDataAttributesComponentsItems addComponentsItem(StatusPageDataAttributesComponentsItemsComponentsItems componentsItem)
@Nullable public List<StatusPageDataAttributesComponentsItemsComponentsItems> getComponents()
group, the components within the group.public void setComponents(List<StatusPageDataAttributesComponentsItemsComponentsItems> components)
public StatusPageDataAttributesComponentsItems id(UUID id)
@Nullable public UUID getId()
public void setId(UUID id)
public StatusPageDataAttributesComponentsItems name(String name)
@Nullable public String getName()
public void setName(String name)
public StatusPageDataAttributesComponentsItems position(Long position)
@Nullable public Long getPosition()
public void setPosition(Long position)
@Nullable public StatusPagesComponentGroupAttributesComponentsItemsStatus getStatus()
public StatusPageDataAttributesComponentsItems type(CreateComponentRequestDataAttributesType type)
@Nullable public CreateComponentRequestDataAttributesType getType()
public void setType(CreateComponentRequestDataAttributesType type)
public StatusPageDataAttributesComponentsItems 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.