@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class CreateStatusPageRequestDataAttributesComponentsItemsComponentsItems 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 |
|---|
CreateStatusPageRequestDataAttributesComponentsItemsComponentsItems() |
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 CreateStatusPageRequestDataAttributesComponentsItemsComponentsItems()
@Nullable public UUID getId()
public CreateStatusPageRequestDataAttributesComponentsItemsComponentsItems name(String name)
@Nullable public String getName()
public void setName(String name)
public CreateStatusPageRequestDataAttributesComponentsItemsComponentsItems position(Long position)
@Nullable public Long getPosition()
public void setPosition(Long position)
@Nullable public StatusPagesComponentGroupAttributesComponentsItemsStatus getStatus()
public CreateStatusPageRequestDataAttributesComponentsItemsComponentsItems type(StatusPagesComponentGroupAttributesComponentsItemsType type)
@Nullable public StatusPagesComponentGroupAttributesComponentsItemsType getType()
public void setType(StatusPagesComponentGroupAttributesComponentsItemsType type)
public CreateStatusPageRequestDataAttributesComponentsItemsComponentsItems 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.