public class Environment
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Modifier and Type | Class and Description |
---|---|
static interface |
Environment.Size
Current size of the environment.
|
static interface |
Environment.Status
Current status of the environment.
|
Constructor and Description |
---|
Environment() |
Modifier and Type | Method and Description |
---|---|
java.util.Date |
getCreated()
Gets the created.
|
java.lang.String |
getDescription()
Gets the description.
|
java.lang.String |
getEnvironmentId()
Gets the environmentId.
|
IndexCapacity |
getIndexCapacity()
Gets the indexCapacity.
|
java.lang.String |
getName()
Gets the name.
|
java.lang.String |
getRequestedSize()
Gets the requestedSize.
|
SearchStatus |
getSearchStatus()
Gets the searchStatus.
|
java.lang.String |
getSize()
Gets the size.
|
java.lang.String |
getStatus()
Gets the status.
|
java.util.Date |
getUpdated()
Gets the updated.
|
java.lang.Boolean |
isReadOnly()
Gets the readOnly.
|
public java.lang.String getEnvironmentId()
public java.lang.String getName()
public java.lang.String getDescription()
public java.util.Date getCreated()
public java.util.Date getUpdated()
public java.lang.String getStatus()
public java.lang.Boolean isReadOnly()
public java.lang.String getSize()
public java.lang.String getRequestedSize()
public IndexCapacity getIndexCapacity()
public SearchStatus getSearchStatus()