@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class StatusPagesComponentGroupRelationships extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_CREATED_BY_USER |
static String |
JSON_PROPERTY_GROUP |
static String |
JSON_PROPERTY_LAST_MODIFIED_BY_USER |
static String |
JSON_PROPERTY_STATUS_PAGE |
boolean |
unparsed |
| Constructor and Description |
|---|
StatusPagesComponentGroupRelationships() |
public boolean unparsed
public static final String JSON_PROPERTY_CREATED_BY_USER
public static final String JSON_PROPERTY_GROUP
public static final String JSON_PROPERTY_LAST_MODIFIED_BY_USER
public static final String JSON_PROPERTY_STATUS_PAGE
public StatusPagesComponentGroupRelationships()
public StatusPagesComponentGroupRelationships createdByUser(StatusPagesComponentGroupRelationshipsCreatedByUser createdByUser)
@Nullable public StatusPagesComponentGroupRelationshipsCreatedByUser getCreatedByUser()
public void setCreatedByUser(StatusPagesComponentGroupRelationshipsCreatedByUser createdByUser)
public StatusPagesComponentGroupRelationships group(StatusPagesComponentGroupRelationshipsGroup group)
@Nullable public StatusPagesComponentGroupRelationshipsGroup getGroup()
public void setGroup(StatusPagesComponentGroupRelationshipsGroup group)
public StatusPagesComponentGroupRelationships lastModifiedByUser(StatusPagesComponentGroupRelationshipsLastModifiedByUser lastModifiedByUser)
@Nullable public StatusPagesComponentGroupRelationshipsLastModifiedByUser getLastModifiedByUser()
public void setLastModifiedByUser(StatusPagesComponentGroupRelationshipsLastModifiedByUser lastModifiedByUser)
public StatusPagesComponentGroupRelationships statusPage(StatusPagesComponentGroupRelationshipsStatusPage statusPage)
@Nullable public StatusPagesComponentGroupRelationshipsStatusPage getStatusPage()
public void setStatusPage(StatusPagesComponentGroupRelationshipsStatusPage statusPage)
public StatusPagesComponentGroupRelationships 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.