Class AbstractPortletUsageRecord

    • Constructor Detail

      • AbstractPortletUsageRecord

        public AbstractPortletUsageRecord()
      • AbstractPortletUsageRecord

        public AbstractPortletUsageRecord​(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
      • getPortletId

        public String getPortletId()
      • setPortletId

        public void setPortletId​(String portletId)
                          throws org.gcube.documentstore.exception.InvalidValueException
        Throws:
        org.gcube.documentstore.exception.InvalidValueException
      • getOperationId

        public String getOperationId()
      • setOperationId

        public void setOperationId​(String operationId)
                            throws org.gcube.documentstore.exception.InvalidValueException
        Throws:
        org.gcube.documentstore.exception.InvalidValueException
      • getMessage

        public String getMessage()
      • setMessage

        public void setMessage​(String message)
                        throws org.gcube.documentstore.exception.InvalidValueException
        Throws:
        org.gcube.documentstore.exception.InvalidValueException