public class IndexCapacity extends GenericModel
| Constructor and Description |
|---|
IndexCapacity() |
| Modifier and Type | Method and Description |
|---|---|
DiskUsage |
getDiskUsage()
Gets the diskUsage.
|
EnvironmentDocuments |
getDocuments()
Gets the documents.
|
void |
setDiskUsage(DiskUsage diskUsage)
Sets the diskUsage.
|
void |
setDocuments(EnvironmentDocuments documents)
Sets the documents.
|
equals, hashCode, toStringpublic EnvironmentDocuments getDocuments()
public DiskUsage getDiskUsage()
public void setDocuments(EnvironmentDocuments documents)
documents - the new documentspublic void setDiskUsage(DiskUsage diskUsage)
diskUsage - the new diskUsage