@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class StatusPagesComponentGroupAttributes 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 |
|---|
StatusPagesComponentGroupAttributes() |
StatusPagesComponentGroupAttributes(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 StatusPagesComponentGroupAttributes()
public StatusPagesComponentGroupAttributes(CreateComponentRequestDataAttributesType type)
public StatusPagesComponentGroupAttributes components(List<StatusPagesComponentGroupAttributesComponentsItems> components)
public StatusPagesComponentGroupAttributes addComponentsItem(StatusPagesComponentGroupAttributesComponentsItems componentsItem)
@Nullable public List<StatusPagesComponentGroupAttributesComponentsItems> getComponents()
group, the components within the group.public void setComponents(List<StatusPagesComponentGroupAttributesComponentsItems> components)
public StatusPagesComponentGroupAttributes createdAt(OffsetDateTime createdAt)
@Nullable public OffsetDateTime getCreatedAt()
public void setCreatedAt(OffsetDateTime createdAt)
public StatusPagesComponentGroupAttributes modifiedAt(OffsetDateTime modifiedAt)
@Nullable public OffsetDateTime getModifiedAt()
public void setModifiedAt(OffsetDateTime modifiedAt)
public StatusPagesComponentGroupAttributes name(String name)
@Nullable public String getName()
public void setName(String name)
public StatusPagesComponentGroupAttributes position(Long position)
@Nullable public Long getPosition()
public void setPosition(Long position)
public StatusPagesComponentGroupAttributes status(StatusPagesComponentDataAttributesStatus status)
@Nullable public StatusPagesComponentDataAttributesStatus getStatus()
public void setStatus(StatusPagesComponentDataAttributesStatus status)
public StatusPagesComponentGroupAttributes type(CreateComponentRequestDataAttributesType type)
public CreateComponentRequestDataAttributesType getType()
public void setType(CreateComponentRequestDataAttributesType type)
public StatusPagesComponentGroupAttributes 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.