@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class StatusPagesComponentDataRelationships 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 |
|---|
StatusPagesComponentDataRelationships() |
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 StatusPagesComponentDataRelationships()
public StatusPagesComponentDataRelationships createdByUser(StatusPagesComponentDataRelationshipsCreatedByUser createdByUser)
@Nullable public StatusPagesComponentDataRelationshipsCreatedByUser getCreatedByUser()
public void setCreatedByUser(StatusPagesComponentDataRelationshipsCreatedByUser createdByUser)
public StatusPagesComponentDataRelationships group(StatusPagesComponentDataRelationshipsGroup group)
@Nullable public StatusPagesComponentDataRelationshipsGroup getGroup()
public void setGroup(StatusPagesComponentDataRelationshipsGroup group)
public StatusPagesComponentDataRelationships lastModifiedByUser(StatusPagesComponentDataRelationshipsLastModifiedByUser lastModifiedByUser)
@Nullable public StatusPagesComponentDataRelationshipsLastModifiedByUser getLastModifiedByUser()
public void setLastModifiedByUser(StatusPagesComponentDataRelationshipsLastModifiedByUser lastModifiedByUser)
public StatusPagesComponentDataRelationships statusPage(StatusPagesComponentDataRelationshipsStatusPage statusPage)
@Nullable public StatusPagesComponentDataRelationshipsStatusPage getStatusPage()
public void setStatusPage(StatusPagesComponentDataRelationshipsStatusPage statusPage)
public StatusPagesComponentDataRelationships 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.