Class AlertStorageProfileRecord

  • All Implemented Interfaces:
    java.io.Serializable

    public class AlertStorageProfileRecord
    extends PersistentRecord
    The AlertStorageProfileRecord defines the table structure all filters an AlertStorageProfile will use before storing an alert
    See Also:
    Serialized Form
    • Constructor Detail

      • AlertStorageProfileRecord

        public AlertStorageProfileRecord()
    • Method Detail

      • getMeta

        public RecordMeta<?> getMeta()
        Description copied from class: SRecordInstance
        This must be defined in every user record's definition to access the SRecord which provides the meta data for this instance. It is normally defined as:-

         SRecord getMeta() {
           return meta;
         };
         

        The actual meta variable is thus not Serialized, but it would not be anyway as it is usually static.

        Specified by:
        getMeta in class PersistentRecord
      • setId

        public void setId​(java.lang.Long id)
      • setName

        public void setName​(java.lang.String name)
      • setDescription

        public void setDescription​(java.lang.String description)
      • setSystem

        public void setSystem​(java.lang.String system)
      • setPath

        public void setPath​(java.lang.String path)
      • setStateName

        public void setStateName​(java.lang.String stateName)
      • setMinSeverity

        public void setMinSeverity​(AlertSeverity minSeverity)
      • setMaxSeverity

        public void setMaxSeverity​(AlertSeverity maxSeverity)
      • setRetention

        public void setRetention​(int retention)
      • setType

        public void setType​(java.lang.String type)
      • getId

        public long getId()
      • getType

        public java.lang.String getType()
      • getName

        public java.lang.String getName()
      • getDescription

        public java.lang.String getDescription()
      • getRetention

        public java.lang.Integer getRetention()
      • getSystem

        public java.lang.String getSystem()
      • getPath

        public java.lang.String getPath()
      • getStateName

        public java.lang.String getStateName()