@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class IncidentResponseRelationships extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_ATTACHMENTS |
static String |
JSON_PROPERTY_COMMANDER_USER |
static String |
JSON_PROPERTY_CREATED_BY_USER |
static String |
JSON_PROPERTY_IMPACTS |
static String |
JSON_PROPERTY_INTEGRATIONS |
static String |
JSON_PROPERTY_LAST_MODIFIED_BY_USER |
static String |
JSON_PROPERTY_RESPONDERS |
static String |
JSON_PROPERTY_USER_DEFINED_FIELDS |
boolean |
unparsed |
| Constructor and Description |
|---|
IncidentResponseRelationships() |
public boolean unparsed
public static final String JSON_PROPERTY_ATTACHMENTS
public static final String JSON_PROPERTY_COMMANDER_USER
public static final String JSON_PROPERTY_CREATED_BY_USER
public static final String JSON_PROPERTY_IMPACTS
public static final String JSON_PROPERTY_INTEGRATIONS
public static final String JSON_PROPERTY_LAST_MODIFIED_BY_USER
public static final String JSON_PROPERTY_RESPONDERS
public static final String JSON_PROPERTY_USER_DEFINED_FIELDS
public IncidentResponseRelationships attachments(RelationshipToIncidentAttachment attachments)
@Nullable public RelationshipToIncidentAttachment getAttachments()
public void setAttachments(RelationshipToIncidentAttachment attachments)
public IncidentResponseRelationships commanderUser(NullableRelationshipToUser commanderUser)
@Nullable public NullableRelationshipToUser getCommanderUser()
public org.openapitools.jackson.nullable.JsonNullable<NullableRelationshipToUser> getCommanderUser_JsonNullable()
public void setCommanderUser_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<NullableRelationshipToUser> commanderUser)
public void setCommanderUser(NullableRelationshipToUser commanderUser)
public IncidentResponseRelationships createdByUser(RelationshipToUser createdByUser)
@Nullable public RelationshipToUser getCreatedByUser()
public void setCreatedByUser(RelationshipToUser createdByUser)
public IncidentResponseRelationships impacts(RelationshipToIncidentImpacts impacts)
@Nullable public RelationshipToIncidentImpacts getImpacts()
public void setImpacts(RelationshipToIncidentImpacts impacts)
public IncidentResponseRelationships integrations(RelationshipToIncidentIntegrationMetadatas integrations)
@Nullable public RelationshipToIncidentIntegrationMetadatas getIntegrations()
public void setIntegrations(RelationshipToIncidentIntegrationMetadatas integrations)
public IncidentResponseRelationships lastModifiedByUser(RelationshipToUser lastModifiedByUser)
@Nullable public RelationshipToUser getLastModifiedByUser()
public void setLastModifiedByUser(RelationshipToUser lastModifiedByUser)
public IncidentResponseRelationships responders(RelationshipToIncidentResponders responders)
@Nullable public RelationshipToIncidentResponders getResponders()
public void setResponders(RelationshipToIncidentResponders responders)
public IncidentResponseRelationships userDefinedFields(RelationshipToIncidentUserDefinedFields userDefinedFields)
@Nullable public RelationshipToIncidentUserDefinedFields getUserDefinedFields()
public void setUserDefinedFields(RelationshipToIncidentUserDefinedFields userDefinedFields)
public IncidentResponseRelationships 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 © 2024. All rights reserved.