@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class IssuesSearchResult 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 |
|---|
IssuesSearchResult() |
IssuesSearchResult(IssuesSearchResultAttributes attributes,
String id,
IssuesSearchResultType type) |
| Modifier and Type | Method and Description |
|---|---|
IssuesSearchResult |
attributes(IssuesSearchResultAttributes attributes) |
boolean |
equals(Object o)
Return true if this IssuesSearchResult 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.
|
IssuesSearchResultAttributes |
getAttributes()
Object containing the information of a search result.
|
String |
getId()
Search result identifier (matches the nested issue's identifier).
|
IssuesSearchResultRelationships |
getRelationships()
Relationships between the search result and other resources.
|
IssuesSearchResultType |
getType()
Type of the object.
|
int |
hashCode() |
IssuesSearchResult |
id(String id) |
IssuesSearchResult |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
IssuesSearchResult |
relationships(IssuesSearchResultRelationships relationships) |
void |
setAttributes(IssuesSearchResultAttributes attributes) |
void |
setId(String id) |
void |
setRelationships(IssuesSearchResultRelationships relationships) |
void |
setType(IssuesSearchResultType type) |
String |
toString() |
IssuesSearchResult |
type(IssuesSearchResultType 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 IssuesSearchResult()
public IssuesSearchResult(IssuesSearchResultAttributes attributes, String id, IssuesSearchResultType type)
public IssuesSearchResult attributes(IssuesSearchResultAttributes attributes)
public IssuesSearchResultAttributes getAttributes()
public void setAttributes(IssuesSearchResultAttributes attributes)
public IssuesSearchResult id(String id)
public String getId()
public void setId(String id)
public IssuesSearchResult relationships(IssuesSearchResultRelationships relationships)
@Nullable public IssuesSearchResultRelationships getRelationships()
public void setRelationships(IssuesSearchResultRelationships relationships)
public IssuesSearchResult type(IssuesSearchResultType type)
public IssuesSearchResultType getType()
public void setType(IssuesSearchResultType type)
public IssuesSearchResult 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.