Class AbstractStorageStatusRecord

    • Constructor Detail

      • AbstractStorageStatusRecord

        public AbstractStorageStatusRecord()
      • AbstractStorageStatusRecord

        public AbstractStorageStatusRecord​(Map<String,​? extends Serializable> properties)
                                    throws org.gcube.documentstore.exception.InvalidValueException
        Throws:
        org.gcube.documentstore.exception.InvalidValueException
    • Method Detail

      • getRecordType

        public String getRecordType()
        Specified by:
        getRecordType in interface org.gcube.documentstore.records.Record
        Overrides:
        getRecordType in class BasicUsageRecord
      • getDataVolume

        public long getDataVolume()
      • setDataVolume

        public void setDataVolume​(long dataVolume)
                           throws org.gcube.documentstore.exception.InvalidValueException
        Throws:
        org.gcube.documentstore.exception.InvalidValueException
      • setDataType

        public void setDataType​(AbstractStorageUsageRecord.DataType dataType)
                         throws org.gcube.documentstore.exception.InvalidValueException
        Throws:
        org.gcube.documentstore.exception.InvalidValueException
      • getDataCount

        public long getDataCount()
      • setDataCount

        public void setDataCount​(long dataCount)
                          throws org.gcube.documentstore.exception.InvalidValueException
        Throws:
        org.gcube.documentstore.exception.InvalidValueException
      • setDataServiceClass

        @Deprecated
        public void setDataServiceClass​(String dataServiceClass)
                                 throws org.gcube.documentstore.exception.InvalidValueException
        Deprecated.
        Throws:
        org.gcube.documentstore.exception.InvalidValueException
      • setDataServiceName

        @Deprecated
        public void setDataServiceName​(String dataServiceName)
                                throws org.gcube.documentstore.exception.InvalidValueException
        Deprecated.
        Throws:
        org.gcube.documentstore.exception.InvalidValueException
      • setDataServiceId

        @Deprecated
        public void setDataServiceId​(String dataServiceId)
                              throws org.gcube.documentstore.exception.InvalidValueException
        Deprecated.
        Throws:
        org.gcube.documentstore.exception.InvalidValueException
      • setProviderId

        @Deprecated
        public void setProviderId​(URI provideId)
                           throws org.gcube.documentstore.exception.InvalidValueException
        Deprecated.
        Throws:
        org.gcube.documentstore.exception.InvalidValueException
      • getProviderURI

        public URI getProviderURI()
      • setProviderURI

        public void setProviderURI​(URI provideURI)
                            throws org.gcube.documentstore.exception.InvalidValueException
        Throws:
        org.gcube.documentstore.exception.InvalidValueException