@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class Log 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 |
|---|
Log() |
| Modifier and Type | Method and Description |
|---|---|
Log |
attributes(LogAttributes attributes) |
boolean |
equals(Object o)
Return true if this Log object is equal to o.
|
LogAttributes |
getAttributes()
JSON object containing all log attributes and their associated values.
|
String |
getId()
Unique ID of the Log.
|
LogType |
getType()
Type of the event.
|
int |
hashCode() |
Log |
id(String id) |
void |
setAttributes(LogAttributes attributes) |
void |
setId(String id) |
void |
setType(LogType type) |
String |
toString() |
Log |
type(LogType 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 Log attributes(LogAttributes attributes)
@Nullable public LogAttributes getAttributes()
public void setAttributes(LogAttributes attributes)
@Nullable public String getId()
public void setId(String id)
@Nullable public LogType getType()
public void setType(LogType type)
public boolean equals(Object o)
Copyright © 2023. All rights reserved.