@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class LogsIndexListResponse extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_INDEXES |
boolean |
unparsed |
| Constructor and Description |
|---|
LogsIndexListResponse() |
| Modifier and Type | Method and Description |
|---|---|
LogsIndexListResponse |
addIndexesItem(LogsIndex indexesItem) |
boolean |
equals(Object o)
Return true if this LogsIndexListResponse object is equal to o.
|
List<LogsIndex> |
getIndexes()
Array of Log index configurations.
|
int |
hashCode() |
LogsIndexListResponse |
indexes(List<LogsIndex> indexes) |
void |
setIndexes(List<LogsIndex> indexes) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_INDEXES
public LogsIndexListResponse indexes(List<LogsIndex> indexes)
public LogsIndexListResponse addIndexesItem(LogsIndex indexesItem)
@Nullable public List<LogsIndex> getIndexes()
public boolean equals(Object o)
Copyright © 2023. All rights reserved.