Package org.duracloud.duradmin.domain
Class SpaceProperties
java.lang.Object
org.duracloud.duradmin.domain.SpaceProperties
- All Implemented Interfaces:
Serializable
Stores space properties.
- Author:
- Bill Branan
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetCount()intgetSize()getTags()voidvoidsetCreated(String created) voidsetHlsStreamingHost(String hlsStreamingHost) voidsetHlsStreamingType(String hlsStreamingType) voidsetQueryCount(int queryCount) voidsetRestoreId(String restoreId) voidvoidsetSnapshotId(String snapshotId) void
-
Constructor Details
-
SpaceProperties
public SpaceProperties()
-
-
Method Details
-
getCreated
-
setCreated
-
getCount
-
setCount
-
getSize
-
setSize
-
getTags
-
setTags
-
setQueryCount
public void setQueryCount(int queryCount) -
getQueryCount
public int getQueryCount() -
getHlsStreamingHost
-
setHlsStreamingHost
-
getHlsStreamingType
-
setHlsStreamingType
-
getRestoreId
-
setRestoreId
-
getSnapshotId
-
setSnapshotId
-