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.String |
getStatus()
Gets the status.
|
java.util.Date |
getUpdated()
Gets the updated.
|
java.lang.Boolean |
isReadOnly()
Gets the readOnly.
|
void |
setDescription(java.lang.String description)
Sets the description.
|
void |
setIndexCapacity(IndexCapacity indexCapacity)
Sets the indexCapacity.
|
void |
setName(java.lang.String name)
Sets the name.
|
void |
setSize(long size)
Sets the size.
|
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 IndexCapacity getIndexCapacity()
public void setName(java.lang.String name)
name
- the new namepublic void setDescription(java.lang.String description)
description
- the new descriptionpublic void setSize(long size)
size
- the new sizepublic void setIndexCapacity(IndexCapacity indexCapacity)
indexCapacity
- the new indexCapacity