@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class StatusPagesComponentDataAttributes extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_COMPONENTS |
static String |
JSON_PROPERTY_CREATED_AT |
static String |
JSON_PROPERTY_MODIFIED_AT |
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 |
|---|
StatusPagesComponentDataAttributes() |
StatusPagesComponentDataAttributes(CreateComponentRequestDataAttributesType type) |
public boolean unparsed
public static final String JSON_PROPERTY_COMPONENTS
public static final String JSON_PROPERTY_CREATED_AT
public static final String JSON_PROPERTY_MODIFIED_AT
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 StatusPagesComponentDataAttributes()
public StatusPagesComponentDataAttributes(CreateComponentRequestDataAttributesType type)
public StatusPagesComponentDataAttributes components(List<StatusPagesComponentDataAttributesComponentsItems> components)
public StatusPagesComponentDataAttributes addComponentsItem(StatusPagesComponentDataAttributesComponentsItems componentsItem)
@Nullable public List<StatusPagesComponentDataAttributesComponentsItems> getComponents()
group, the components within the group.public void setComponents(List<StatusPagesComponentDataAttributesComponentsItems> components)
public StatusPagesComponentDataAttributes createdAt(OffsetDateTime createdAt)
@Nullable public OffsetDateTime getCreatedAt()
public void setCreatedAt(OffsetDateTime createdAt)
public StatusPagesComponentDataAttributes modifiedAt(OffsetDateTime modifiedAt)
@Nullable public OffsetDateTime getModifiedAt()
public void setModifiedAt(OffsetDateTime modifiedAt)
public StatusPagesComponentDataAttributes name(String name)
@Nullable public String getName()
public void setName(String name)
public StatusPagesComponentDataAttributes position(Long position)
@Nullable public Long getPosition()
public void setPosition(Long position)
public StatusPagesComponentDataAttributes status(StatusPagesComponentDataAttributesStatus status)
@Nullable public StatusPagesComponentDataAttributesStatus getStatus()
public void setStatus(StatusPagesComponentDataAttributesStatus status)
public StatusPagesComponentDataAttributes type(CreateComponentRequestDataAttributesType type)
public CreateComponentRequestDataAttributesType getType()
public void setType(CreateComponentRequestDataAttributesType type)
public StatusPagesComponentDataAttributes 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.