Package org.duracloud.duradmin.domain
Class SpaceProperties
- java.lang.Object
-
- org.duracloud.duradmin.domain.SpaceProperties
-
- All Implemented Interfaces:
Serializable
public class SpaceProperties extends Object implements Serializable
Stores space properties.- Author:
- Bill Branan
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SpaceProperties()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCount()StringgetCreated()StringgetHlsStreamingHost()StringgetHlsStreamingType()intgetQueryCount()StringgetRestoreId()StringgetSize()StringgetSnapshotId()Set<String>getTags()voidsetCount(String count)voidsetCreated(String created)voidsetHlsStreamingHost(String hlsStreamingHost)voidsetHlsStreamingType(String hlsStreamingType)voidsetQueryCount(int queryCount)voidsetRestoreId(String restoreId)voidsetSize(String size)voidsetSnapshotId(String snapshotId)voidsetTags(Set<String> tags)
-
-
-
Method Detail
-
getCreated
public String getCreated()
-
setCreated
public void setCreated(String created)
-
getCount
public String getCount()
-
setCount
public void setCount(String count)
-
getSize
public String getSize()
-
setSize
public void setSize(String size)
-
setQueryCount
public void setQueryCount(int queryCount)
-
getQueryCount
public int getQueryCount()
-
getHlsStreamingHost
public String getHlsStreamingHost()
-
setHlsStreamingHost
public void setHlsStreamingHost(String hlsStreamingHost)
-
getHlsStreamingType
public String getHlsStreamingType()
-
setHlsStreamingType
public void setHlsStreamingType(String hlsStreamingType)
-
getRestoreId
public String getRestoreId()
-
setRestoreId
public void setRestoreId(String restoreId)
-
getSnapshotId
public String getSnapshotId()
-
setSnapshotId
public void setSnapshotId(String snapshotId)
-
-