public class Environment extends GenericModel
Modifier and Type | Class and Description |
---|---|
static interface |
Environment.Status
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.Long |
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.
|
equals, hashCode, toString
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.Long getSize()
public IndexCapacity getIndexCapacity()