Class Space

    • Constructor Detail

      • Space

        public Space()
    • Method Detail

      • getStoreId

        public String getStoreId()
      • setStoreId

        public void setStoreId​(String storeId)
      • getItemCount

        public Long getItemCount()
        the count of all the items in the space
      • setItemCount

        public void setItemCount​(Long itemCount)
      • getAction

        public String getAction()
      • setAction

        public void setAction​(String action)
      • getSpaceId

        public String getSpaceId()
      • setSpaceId

        public void setSpaceId​(String spaceId)
      • getAccess

        public String getAccess()
      • setAccess

        public void setAccess​(String access)
      • setProperties

        public void setProperties​(SpaceProperties properties)
      • setContents

        public void setContents​(List<String> contents)
      • setExtendedProperties

        public void setExtendedProperties​(Map<String,​String> extendedProperties)
      • getCallerAcl

        public String getCallerAcl()
      • setCallerAcl

        public void setCallerAcl​(String callerAcl)
      • getAcls

        public List<Acl> getAcls()
      • setAcls

        public void setAcls​(List<Acl> acls)
      • isHlsEnabled

        public boolean isHlsEnabled()
        Indicates whether or not HTTP Live Streaming is enabled.
        Returns:
        boolean value
      • setHlsEnabled

        public void setHlsEnabled​(boolean hlsEnabled)
        sets HTTP Live Streaming enabled flag
      • isPrimaryStorageProvider

        public boolean isPrimaryStorageProvider()
      • setPrimaryStorageProvider

        public void setPrimaryStorageProvider​(boolean primaryStorageProvider)
      • setSnapshotInProgress

        public void setSnapshotInProgress​(boolean snapshotInProgress)
      • isSnapshotInProgress

        public boolean isSnapshotInProgress()
      • setBitIntegrityReportProperties

        public void setBitIntegrityReportProperties​(BitIntegrityReportProperties bitIntegrityReportProperties)
      • setMillDbEnabled

        public void setMillDbEnabled​(boolean millDbEnabled)
      • isMillDbEnabled

        public boolean isMillDbEnabled()