@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class LeakedKeyAttributes extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_DATE |
static String |
JSON_PROPERTY_LEAK_SOURCE |
boolean |
unparsed |
| Constructor and Description |
|---|
LeakedKeyAttributes() |
LeakedKeyAttributes(OffsetDateTime date) |
| Modifier and Type | Method and Description |
|---|---|
LeakedKeyAttributes |
date(OffsetDateTime date) |
boolean |
equals(Object o)
Return true if this LeakedKeyAttributes 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.
|
OffsetDateTime |
getDate()
The LeakedKeyAttributes date.
|
String |
getLeakSource()
The LeakedKeyAttributes leak_source.
|
int |
hashCode() |
LeakedKeyAttributes |
leakSource(String leakSource) |
LeakedKeyAttributes |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setDate(OffsetDateTime date) |
void |
setLeakSource(String leakSource) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_DATE
public static final String JSON_PROPERTY_LEAK_SOURCE
public LeakedKeyAttributes()
public LeakedKeyAttributes(OffsetDateTime date)
public LeakedKeyAttributes date(OffsetDateTime date)
public OffsetDateTime getDate()
public void setDate(OffsetDateTime date)
public LeakedKeyAttributes leakSource(String leakSource)
@Nullable public String getLeakSource()
public void setLeakSource(String leakSource)
public LeakedKeyAttributes 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 © 2024. All rights reserved.