Class Request

    • Field Detail

      • id

        protected Long id
      • subject

        protected String subject
      • description

        protected String description
      • status

        protected Status status
      • customStatusId

        protected Long customStatusId
      • requesterId

        protected Long requesterId
      • organizationId

        protected Long organizationId
      • via

        protected Via via
      • viaFollowupSourceId

        protected Long viaFollowupSourceId
      • createdAt

        protected Date createdAt
      • updatedAt

        protected Date updatedAt
      • comment

        protected Comment comment
      • type

        protected Type type
    • Constructor Detail

      • Request

        public Request()
    • Method Detail

      • getCreatedAt

        public Date getCreatedAt()
      • setCreatedAt

        public void setCreatedAt​(Date createdAt)
      • getDescription

        public String getDescription()
      • setDescription

        public void setDescription​(String description)
      • getId

        public Long getId()
      • setId

        public void setId​(Long id)
      • getOrganizationId

        public Long getOrganizationId()
      • setOrganizationId

        public void setOrganizationId​(Long organizationId)
      • getRequesterId

        public Long getRequesterId()
      • setRequesterId

        public void setRequesterId​(Long requesterId)
      • getStatus

        public Status getStatus()
      • setStatus

        public void setStatus​(Status status)
      • getCustomStatusId

        public Long getCustomStatusId()
      • setCustomStatusId

        public void setCustomStatusId​(Long customStatusId)
      • getSubject

        public String getSubject()
      • setSubject

        public void setSubject​(String subject)
      • getUpdatedAt

        public Date getUpdatedAt()
      • setUpdatedAt

        public void setUpdatedAt​(Date updatedAt)
      • getUrl

        public String getUrl()
      • setUrl

        public void setUrl​(String url)
      • getVia

        public Via getVia()
      • setVia

        public void setVia​(Via via)
      • getViaFollowupSourceId

        public Long getViaFollowupSourceId()
      • setViaFollowupSourceId

        public void setViaFollowupSourceId​(Long viaFollowupSourceId)
      • getComment

        public Comment getComment()
      • setComment

        public void setComment​(Comment comment)
      • getSolved

        public Boolean getSolved()
      • setSolved

        public void setSolved​(Boolean solved)
      • getPriority

        public Priority getPriority()
      • setPriority

        public void setPriority​(Priority priority)
      • getType

        public Type getType()
      • setType

        public void setType​(Type type)