@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class LogsListResponse extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_LOGS |
static String |
JSON_PROPERTY_NEXT_LOG_ID |
static String |
JSON_PROPERTY_STATUS |
boolean |
unparsed |
| Constructor and Description |
|---|
LogsListResponse() |
| Modifier and Type | Method and Description |
|---|---|
LogsListResponse |
addLogsItem(Log logsItem) |
boolean |
equals(Object o)
Return true if this LogsListResponse 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.
|
List<Log> |
getLogs()
Array of logs matching the request and the
nextLogId if sent. |
org.openapitools.jackson.nullable.JsonNullable<String> |
getNextLogId_JsonNullable() |
String |
getNextLogId()
Hash identifier of the next log to return in the list.
|
String |
getStatus()
Status of the response.
|
int |
hashCode() |
LogsListResponse |
logs(List<Log> logs) |
LogsListResponse |
nextLogId(String nextLogId) |
LogsListResponse |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setLogs(List<Log> logs) |
void |
setNextLogId_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> nextLogId) |
void |
setNextLogId(String nextLogId) |
void |
setStatus(String status) |
LogsListResponse |
status(String status) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_LOGS
public static final String JSON_PROPERTY_NEXT_LOG_ID
public static final String JSON_PROPERTY_STATUS
public LogsListResponse logs(List<Log> logs)
public LogsListResponse addLogsItem(Log logsItem)
@Nullable public List<Log> getLogs()
nextLogId if sent.public LogsListResponse nextLogId(String nextLogId)
@Nullable public String getNextLogId()
public org.openapitools.jackson.nullable.JsonNullable<String> getNextLogId_JsonNullable()
public void setNextLogId_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> nextLogId)
public void setNextLogId(String nextLogId)
public LogsListResponse status(String status)
@Nullable public String getStatus()
public void setStatus(String status)
public LogsListResponse 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.