public class EnvironmentDocuments
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Modifier and Type | Field and Description |
---|---|
protected java.lang.Long |
available |
protected java.lang.Long |
maximumAllowed |
Constructor and Description |
---|
EnvironmentDocuments() |
Modifier and Type | Method and Description |
---|---|
java.lang.Long |
getAvailable()
Gets the available.
|
java.lang.Long |
getMaximumAllowed()
Gets the maximumAllowed.
|
protected java.lang.Long available
@SerializedName(value="maximum_allowed") protected java.lang.Long maximumAllowed
public java.lang.Long getAvailable()
Number of documents indexed for the environment.
public java.lang.Long getMaximumAllowed()
Total number of documents allowed in the environment's capacity.