Class IssueHostEntity

    • Constructor Detail

      • IssueHostEntity

        public IssueHostEntity()
    • Method Detail

      • getId

        public Long getId()
        Gets value for attribute id
      • setId

        public void setId​(Long id)
        Sets value for attribute id
      • getIssue

        public IssueEntity getIssue()
        Gets value for attribute issue
      • setIssue

        public void setIssue​(IssueEntity issue)
        Sets value for attribute issue
      • getHost

        public HostEntity getHost()
        Gets value for attribute host
      • setHost

        public void setHost​(HostEntity host)
        Sets value for attribute host
      • getAction

        public com.soffid.iam.api.HostEventAction getAction()
        Gets value for attribute action
      • setAction

        public void setAction​(com.soffid.iam.api.HostEventAction action)
        Sets value for attribute action
      • getHostName

        public String getHostName()
        Gets value for attribute hostName
      • setHostName

        public void setHostName​(String hostName)
        Sets value for attribute hostName
      • getHostIp

        public String getHostIp()
        Gets value for attribute hostIp
      • setHostIp

        public void setHostIp​(String hostIp)
        Sets value for attribute hostIp
      • equals

        public boolean equals​(Object object)
        Returns true if the argument is an IssueHostEntity instance and all identifiers for this entity equal the identifiers of the argument entity. Returns false otherwise.
        Overrides:
        equals in class Object
      • hashCode

        public int hashCode()
        Returns a hash code based on this entity's identifiers.
        Overrides:
        hashCode in class Object