@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.
|
List<Log> |
getLogs()
Array of logs matching the request and the
nextLogId if sent. |
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) |
void |
setLogs(List<Log> logs) |
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 void setNextLogId(String nextLogId)
public LogsListResponse status(String status)
@Nullable public String getStatus()
public void setStatus(String status)
public boolean equals(Object o)
Copyright © 2023. All rights reserved.