public class IndicesResponse extends Object implements Serializable
| Constructor and Description |
|---|
IndicesResponse() |
| Modifier and Type | Method and Description |
|---|---|
OffsetDateTime |
getCreatedAt() |
long |
getDataSize() |
long |
getEntries() |
long |
getFileSize() |
long |
getLastBuildTimes() |
String |
getName() |
long |
getNumberOfPendingTasks() |
OffsetDateTime |
getUpdatedAt() |
boolean |
isPendingTask() |
IndicesResponse |
setCreatedAt(OffsetDateTime createdAt) |
IndicesResponse |
setDataSize(long dataSize) |
IndicesResponse |
setEntries(long entries) |
IndicesResponse |
setFileSize(long fileSize) |
IndicesResponse |
setLastBuildTimes(long lastBuildTimes) |
IndicesResponse |
setName(String name) |
IndicesResponse |
setNumberOfPendingTasks(long numberOfPendingTasks) |
IndicesResponse |
setPendingTask(boolean pendingTask) |
IndicesResponse |
setUpdatedAt(OffsetDateTime updatedAt) |
public String getName()
public IndicesResponse setName(String name)
public OffsetDateTime getCreatedAt()
public IndicesResponse setCreatedAt(OffsetDateTime createdAt)
public OffsetDateTime getUpdatedAt()
public IndicesResponse setUpdatedAt(OffsetDateTime updatedAt)
public long getEntries()
public IndicesResponse setEntries(long entries)
public long getDataSize()
public IndicesResponse setDataSize(long dataSize)
public long getFileSize()
public IndicesResponse setFileSize(long fileSize)
public long getLastBuildTimes()
public IndicesResponse setLastBuildTimes(long lastBuildTimes)
public long getNumberOfPendingTasks()
public IndicesResponse setNumberOfPendingTasks(long numberOfPendingTasks)
public boolean isPendingTask()
public IndicesResponse setPendingTask(boolean pendingTask)
Copyright © 2019. All rights reserved.