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:
  • Constructor Details

    • SpaceProperties

      public SpaceProperties()
  • Method Details

    • 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)
    • getTags

      public Set<String> getTags()
    • setTags

      public void setTags(Set<String> tags)
    • 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)