@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class CaseComment extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_ATTRIBUTES |
static String |
JSON_PROPERTY_TYPE |
boolean |
unparsed |
| Constructor and Description |
|---|
CaseComment() |
CaseComment(CaseCommentAttributes attributes,
CaseResourceType type) |
| Modifier and Type | Method and Description |
|---|---|
CaseComment |
attributes(CaseCommentAttributes attributes) |
boolean |
equals(Object o)
Return true if this CaseComment 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.
|
CaseCommentAttributes |
getAttributes()
Case comment attributes
|
CaseResourceType |
getType()
JSON:API resource type for cases.
|
int |
hashCode() |
CaseComment |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setAttributes(CaseCommentAttributes attributes) |
void |
setType(CaseResourceType type) |
String |
toString() |
CaseComment |
type(CaseResourceType type) |
public boolean unparsed
public static final String JSON_PROPERTY_ATTRIBUTES
public static final String JSON_PROPERTY_TYPE
public CaseComment()
public CaseComment(CaseCommentAttributes attributes, CaseResourceType type)
public CaseComment attributes(CaseCommentAttributes attributes)
public CaseCommentAttributes getAttributes()
public void setAttributes(CaseCommentAttributes attributes)
public CaseComment type(CaseResourceType type)
public CaseResourceType getType()
public void setType(CaseResourceType type)
public CaseComment 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.