@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class LeakedKey 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 |
|---|
LeakedKey() |
LeakedKey(LeakedKeyAttributes attributes,
String id,
LeakedKeyType type) |
| Modifier and Type | Method and Description |
|---|---|
LeakedKey |
attributes(LeakedKeyAttributes attributes) |
boolean |
equals(Object o)
Return true if this LeakedKey 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.
|
LeakedKeyAttributes |
getAttributes()
The definition of LeakedKeyAttributes object.
|
String |
getId()
The LeakedKey id.
|
LeakedKeyType |
getType()
The definition of LeakedKeyType object.
|
int |
hashCode() |
LeakedKey |
id(String id) |
LeakedKey |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setAttributes(LeakedKeyAttributes attributes) |
void |
setId(String id) |
void |
setType(LeakedKeyType type) |
String |
toString() |
LeakedKey |
type(LeakedKeyType 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 LeakedKey()
public LeakedKey(LeakedKeyAttributes attributes, String id, LeakedKeyType type)
public LeakedKey attributes(LeakedKeyAttributes attributes)
public LeakedKeyAttributes getAttributes()
public void setAttributes(LeakedKeyAttributes attributes)
public String getId()
public void setId(String id)
public LeakedKey type(LeakedKeyType type)
public LeakedKeyType getType()
public void setType(LeakedKeyType type)
public LeakedKey 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.