public class Storage extends Object
| Constructor and Description |
|---|
Storage() |
| Modifier and Type | Method and Description |
|---|---|
URI |
getEndpoint()
Return the endpoint of the storage.
|
String |
getId()
Getter for the id field.
|
String |
getName()
Return the name of the storage.
|
Long |
getSize()
Return the size of the storage.
|
String |
getStatus()
Return the status of the storage.
|
String |
getSummary()
Getter for the summary field.
|
void |
setEndpoint(URI endpoint)
Set the endpoint of the storage.
|
void |
setId(String id)
Setter for the id field.
|
void |
setName(String name)
Set the name of the storage.
|
void |
setSize(Long size)
Set the size of the storage.
|
void |
setStatus(String status)
Set the status of the storage.
|
void |
setSummary(String summary)
Set a summary description of the storage.
|
public String getId()
public void setId(String id)
id - the storage idpublic String getSummary()
public void setSummary(String summary)
summary - the summary of the storage.public Long getSize()
public void setSize(Long size)
size - the size of the storage.public String getStatus()
public void setStatus(String status)
status - the storage status.public String getName()
public void setName(String name)
name - the name of the storage.public URI getEndpoint()
public void setEndpoint(URI endpoint)
endpoint - the endpoint of the storage.Copyright © 2017. All Rights Reserved.