Class ClassificationHistoryEvent

    • Field Detail

      • eventType

        protected String eventType
      • created

        protected Instant created
      • userId

        protected String userId
      • classificationId

        protected String classificationId
      • applicationEntryPoint

        protected String applicationEntryPoint
      • category

        protected String category
      • domain

        protected String domain
      • parentId

        protected String parentId
      • parentKey

        protected String parentKey
      • priority

        protected int priority
      • serviceLevel

        protected String serviceLevel
      • custom1

        protected String custom1
      • custom2

        protected String custom2
      • custom3

        protected String custom3
      • custom4

        protected String custom4
      • custom5

        protected String custom5
      • custom6

        protected String custom6
      • custom7

        protected String custom7
      • custom8

        protected String custom8
      • details

        protected String details
    • Constructor Detail

      • ClassificationHistoryEvent

        public ClassificationHistoryEvent()
    • Method Detail

      • getId

        public String getId()
      • setId

        public void setId​(String id)
      • getEventType

        public String getEventType()
      • setEventType

        public void setEventType​(String eventType)
      • getCreated

        public Instant getCreated()
      • setCreated

        public void setCreated​(Instant created)
      • getUserId

        public String getUserId()
      • setUserId

        public void setUserId​(String userId)
      • getClassificationId

        public String getClassificationId()
      • setClassificationId

        public void setClassificationId​(String classificationId)
      • getApplicationEntryPoint

        public String getApplicationEntryPoint()
      • setApplicationEntryPoint

        public void setApplicationEntryPoint​(String applicationEntryPoint)
      • getCategory

        public String getCategory()
      • setCategory

        public void setCategory​(String category)
      • getDomain

        public String getDomain()
      • setDomain

        public void setDomain​(String domain)
      • getKey

        public String getKey()
      • setKey

        public void setKey​(String key)
      • getName

        public String getName()
      • setName

        public void setName​(String name)
      • getParentId

        public String getParentId()
      • setParentId

        public void setParentId​(String parentId)
      • getParentKey

        public String getParentKey()
      • setParentKey

        public void setParentKey​(String parentKey)
      • getPriority

        public int getPriority()
      • setPriority

        public void setPriority​(int priority)
      • getServiceLevel

        public String getServiceLevel()
      • setServiceLevel

        public void setServiceLevel​(String serviceLevel)
      • getType

        public String getType()
      • setType

        public void setType​(String type)
      • getDetails

        public String getDetails()
      • setDetails

        public void setDetails​(String details)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object