@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class CaseLinkAttributes extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_CHILD_ENTITY_ID |
static String |
JSON_PROPERTY_CHILD_ENTITY_TYPE |
static String |
JSON_PROPERTY_PARENT_ENTITY_ID |
static String |
JSON_PROPERTY_PARENT_ENTITY_TYPE |
static String |
JSON_PROPERTY_RELATIONSHIP |
boolean |
unparsed |
| Constructor and Description |
|---|
CaseLinkAttributes() |
CaseLinkAttributes(String childEntityId,
String childEntityType,
String parentEntityId,
String parentEntityType,
String relationship) |
| Modifier and Type | Method and Description |
|---|---|
CaseLinkAttributes |
childEntityId(String childEntityId) |
CaseLinkAttributes |
childEntityType(String childEntityType) |
boolean |
equals(Object o)
Return true if this CaseLinkAttributes object is equal to o.
|
Map<String,Object> |
getAdditionalProperties()
Return the additional (undeclared) property.
|
Object |
getAdditionalProperty(String key)
Return the additional (undeclared) property with the specified name.
|
String |
getChildEntityId()
The UUID of the child (target) entity in the relationship.
|
String |
getChildEntityType()
The type of the child entity.
|
String |
getParentEntityId()
The UUID of the parent (source) entity in the relationship.
|
String |
getParentEntityType()
The type of the parent entity.
|
String |
getRelationship()
The type of directional relationship.
|
int |
hashCode() |
CaseLinkAttributes |
parentEntityId(String parentEntityId) |
CaseLinkAttributes |
parentEntityType(String parentEntityType) |
CaseLinkAttributes |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
CaseLinkAttributes |
relationship(String relationship) |
void |
setChildEntityId(String childEntityId) |
void |
setChildEntityType(String childEntityType) |
void |
setParentEntityId(String parentEntityId) |
void |
setParentEntityType(String parentEntityType) |
void |
setRelationship(String relationship) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_CHILD_ENTITY_ID
public static final String JSON_PROPERTY_CHILD_ENTITY_TYPE
public static final String JSON_PROPERTY_PARENT_ENTITY_ID
public static final String JSON_PROPERTY_PARENT_ENTITY_TYPE
public static final String JSON_PROPERTY_RELATIONSHIP
public CaseLinkAttributes childEntityId(String childEntityId)
public String getChildEntityId()
public void setChildEntityId(String childEntityId)
public CaseLinkAttributes childEntityType(String childEntityType)
public String getChildEntityType()
CASE, INCIDENT,
PAGE, AGENT_CONVERSATION.public void setChildEntityType(String childEntityType)
public CaseLinkAttributes parentEntityId(String parentEntityId)
public String getParentEntityId()
public void setParentEntityId(String parentEntityId)
public CaseLinkAttributes parentEntityType(String parentEntityType)
public String getParentEntityType()
CASE, INCIDENT,
PAGE, AGENT_CONVERSATION.public void setParentEntityType(String parentEntityType)
public CaseLinkAttributes relationship(String relationship)
public String getRelationship()
RELATES_TO (bidirectional
association), CAUSES (parent causes child), BLOCKS (parent blocks
child), DUPLICATES (parent duplicates child), PARENT_OF
(hierarchical), SUCCESSOR_OF (sequence), ESCALATES_TO (priority
escalation).public void setRelationship(String relationship)
public CaseLinkAttributes 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.