@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class AssigneeResponseData extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_ATTRIBUTES |
static String |
JSON_PROPERTY_ID |
static String |
JSON_PROPERTY_TYPE |
boolean |
unparsed |
| Constructor and Description |
|---|
AssigneeResponseData() |
AssigneeResponseData(AssigneeResponseDataAttributes attributes,
String id,
AssigneeDataType type) |
| Modifier and Type | Method and Description |
|---|---|
AssigneeResponseData |
attributes(AssigneeResponseDataAttributes attributes) |
boolean |
equals(Object o)
Return true if this AssigneeResponseData 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.
|
AssigneeResponseDataAttributes |
getAttributes()
Attributes of the assignee response.
|
String |
getId()
Unique identifier of the assignee request.
|
AssigneeDataType |
getType()
Assignee resource type.
|
int |
hashCode() |
AssigneeResponseData |
id(String id) |
AssigneeResponseData |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setAttributes(AssigneeResponseDataAttributes attributes) |
void |
setId(String id) |
void |
setType(AssigneeDataType type) |
String |
toString() |
AssigneeResponseData |
type(AssigneeDataType type) |
public boolean unparsed
public static final String JSON_PROPERTY_ATTRIBUTES
public static final String JSON_PROPERTY_ID
public static final String JSON_PROPERTY_TYPE
public AssigneeResponseData()
public AssigneeResponseData(AssigneeResponseDataAttributes attributes, String id, AssigneeDataType type)
public AssigneeResponseData attributes(AssigneeResponseDataAttributes attributes)
public AssigneeResponseDataAttributes getAttributes()
public void setAttributes(AssigneeResponseDataAttributes attributes)
public AssigneeResponseData id(String id)
public String getId()
public void setId(String id)
public AssigneeResponseData type(AssigneeDataType type)
public AssigneeDataType getType()
public void setType(AssigneeDataType type)
public AssigneeResponseData 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.