@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class StatusPageAsIncludedAttributesComponentsItems 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 |
|---|
StatusPageAsIncludedAttributesComponentsItems() |
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 StatusPageAsIncludedAttributesComponentsItems()
public StatusPageAsIncludedAttributesComponentsItems components(List<StatusPageAsIncludedAttributesComponentsItemsComponentsItems> components)
public StatusPageAsIncludedAttributesComponentsItems addComponentsItem(StatusPageAsIncludedAttributesComponentsItemsComponentsItems componentsItem)
@Nullable public List<StatusPageAsIncludedAttributesComponentsItemsComponentsItems> getComponents()
group, the components within the group.public void setComponents(List<StatusPageAsIncludedAttributesComponentsItemsComponentsItems> components)
@Nullable public UUID getId()
public StatusPageAsIncludedAttributesComponentsItems name(String name)
@Nullable public String getName()
public void setName(String name)
public StatusPageAsIncludedAttributesComponentsItems position(Long position)
@Nullable public Long getPosition()
public void setPosition(Long position)
@Nullable public StatusPagesComponentGroupAttributesComponentsItemsStatus getStatus()
public StatusPageAsIncludedAttributesComponentsItems type(CreateComponentRequestDataAttributesType type)
@Nullable public CreateComponentRequestDataAttributesType getType()
public void setType(CreateComponentRequestDataAttributesType type)
public StatusPageAsIncludedAttributesComponentsItems 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.