@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class IssueCase extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_ATTRIBUTES |
static String |
JSON_PROPERTY_ID |
static String |
JSON_PROPERTY_RELATIONSHIPS |
static String |
JSON_PROPERTY_TYPE |
boolean |
unparsed |
| Constructor and Description |
|---|
IssueCase() |
IssueCase(IssueCaseAttributes attributes,
String id,
IssueCaseResourceType type) |
| Modifier and Type | Method and Description |
|---|---|
IssueCase |
attributes(IssueCaseAttributes attributes) |
boolean |
equals(Object o)
Return true if this IssueCase 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.
|
IssueCaseAttributes |
getAttributes()
Object containing the information of a case.
|
String |
getId()
Case identifier.
|
IssueCaseRelationships |
getRelationships()
Resources related to a case.
|
IssueCaseResourceType |
getType()
Type of the object.
|
int |
hashCode() |
IssueCase |
id(String id) |
IssueCase |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
IssueCase |
relationships(IssueCaseRelationships relationships) |
void |
setAttributes(IssueCaseAttributes attributes) |
void |
setId(String id) |
void |
setRelationships(IssueCaseRelationships relationships) |
void |
setType(IssueCaseResourceType type) |
String |
toString() |
IssueCase |
type(IssueCaseResourceType type) |
public boolean unparsed
public static final String JSON_PROPERTY_ATTRIBUTES
public static final String JSON_PROPERTY_ID
public static final String JSON_PROPERTY_RELATIONSHIPS
public static final String JSON_PROPERTY_TYPE
public IssueCase()
public IssueCase(IssueCaseAttributes attributes, String id, IssueCaseResourceType type)
public IssueCase attributes(IssueCaseAttributes attributes)
public IssueCaseAttributes getAttributes()
public void setAttributes(IssueCaseAttributes attributes)
public String getId()
public void setId(String id)
public IssueCase relationships(IssueCaseRelationships relationships)
@Nullable public IssueCaseRelationships getRelationships()
public void setRelationships(IssueCaseRelationships relationships)
public IssueCase type(IssueCaseResourceType type)
public IssueCaseResourceType getType()
public void setType(IssueCaseResourceType type)
public IssueCase 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.