@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class SignalEntitiesData 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 |
|---|
SignalEntitiesData() |
SignalEntitiesData(SignalEntitiesAttributes attributes,
String id,
SignalEntitiesType type) |
| Modifier and Type | Method and Description |
|---|---|
SignalEntitiesData |
attributes(SignalEntitiesAttributes attributes) |
boolean |
equals(Object o)
Return true if this SignalEntitiesData 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.
|
SignalEntitiesAttributes |
getAttributes()
Attributes containing the entities related to the signal.
|
String |
getId()
The signal ID the entities are associated with.
|
SignalEntitiesType |
getType()
The type of the resource.
|
int |
hashCode() |
SignalEntitiesData |
id(String id) |
SignalEntitiesData |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setAttributes(SignalEntitiesAttributes attributes) |
void |
setId(String id) |
void |
setType(SignalEntitiesType type) |
String |
toString() |
SignalEntitiesData |
type(SignalEntitiesType 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 SignalEntitiesData()
public SignalEntitiesData(SignalEntitiesAttributes attributes, String id, SignalEntitiesType type)
public SignalEntitiesData attributes(SignalEntitiesAttributes attributes)
public SignalEntitiesAttributes getAttributes()
public void setAttributes(SignalEntitiesAttributes attributes)
public SignalEntitiesData id(String id)
public String getId()
public void setId(String id)
public SignalEntitiesData type(SignalEntitiesType type)
public SignalEntitiesType getType()
entities.public void setType(SignalEntitiesType type)
public SignalEntitiesData 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.