@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class EntityRelationships extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_INCIDENTS |
static String |
JSON_PROPERTY_ONCALL |
static String |
JSON_PROPERTY_RAW_SCHEMA |
static String |
JSON_PROPERTY_RELATED_ENTITIES |
static String |
JSON_PROPERTY_SCHEMA |
boolean |
unparsed |
| Constructor and Description |
|---|
EntityRelationships() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Return true if this EntityRelationships 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.
|
EntityToIncidents |
getIncidents()
Entity to incidents relationship.
|
EntityToOncalls |
getOncall()
Entity to oncalls relationship.
|
EntityToRawSchema |
getRawSchema()
Entity to raw schema relationship.
|
EntityToRelatedEntities |
getRelatedEntities()
Entity to related entities relationship.
|
EntityToSchema |
getSchema()
Entity to detail schema relationship.
|
int |
hashCode() |
EntityRelationships |
incidents(EntityToIncidents incidents) |
EntityRelationships |
oncall(EntityToOncalls oncall) |
EntityRelationships |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
EntityRelationships |
rawSchema(EntityToRawSchema rawSchema) |
EntityRelationships |
relatedEntities(EntityToRelatedEntities relatedEntities) |
EntityRelationships |
schema(EntityToSchema schema) |
void |
setIncidents(EntityToIncidents incidents) |
void |
setOncall(EntityToOncalls oncall) |
void |
setRawSchema(EntityToRawSchema rawSchema) |
void |
setRelatedEntities(EntityToRelatedEntities relatedEntities) |
void |
setSchema(EntityToSchema schema) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_INCIDENTS
public static final String JSON_PROPERTY_ONCALL
public static final String JSON_PROPERTY_RAW_SCHEMA
public static final String JSON_PROPERTY_RELATED_ENTITIES
public static final String JSON_PROPERTY_SCHEMA
public EntityRelationships incidents(EntityToIncidents incidents)
@Nullable public EntityToIncidents getIncidents()
public void setIncidents(EntityToIncidents incidents)
public EntityRelationships oncall(EntityToOncalls oncall)
@Nullable public EntityToOncalls getOncall()
public void setOncall(EntityToOncalls oncall)
public EntityRelationships rawSchema(EntityToRawSchema rawSchema)
@Nullable public EntityToRawSchema getRawSchema()
public void setRawSchema(EntityToRawSchema rawSchema)
public EntityRelationships relatedEntities(EntityToRelatedEntities relatedEntities)
@Nullable public EntityToRelatedEntities getRelatedEntities()
public void setRelatedEntities(EntityToRelatedEntities relatedEntities)
public EntityRelationships schema(EntityToSchema schema)
@Nullable public EntityToSchema getSchema()
public void setSchema(EntityToSchema schema)
public EntityRelationships 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.