public class SpaceProperties extends Object implements Serializable
Constructor and Description |
---|
SpaceProperties() |
Modifier and Type | Method and Description |
---|---|
String |
getCount() |
String |
getCreated() |
int |
getQueryCount() |
String |
getSize() |
Set<String> |
getTags() |
void |
setCount(String count) |
void |
setCreated(String created) |
void |
setQueryCount(int queryCount) |
void |
setSize(String size) |
void |
setTags(Set<String> tags) |
public String getCreated()
public void setCreated(String created)
public String getCount()
public void setCount(String count)
public String getSize()
public void setSize(String size)
public void setQueryCount(int queryCount)
public int getQueryCount()
Copyright © 2009-2013 DuraSpace. All Rights Reserved.