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