Class JumpServerEntity

    • Constructor Detail

      • JumpServerEntity

        public JumpServerEntity()
    • Method Detail

      • getId

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

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

        public String getUrl()
        Gets value for attribute url
      • setUrl

        public void setUrl​(String url)
        Sets value for attribute url
      • getJumpServerGroup

        public JumpServerGroupEntity getJumpServerGroup()
        Gets value for attribute jumpServerGroup
      • setJumpServerGroup

        public void setJumpServerGroup​(JumpServerGroupEntity jumpServerGroup)
        Sets value for attribute jumpServerGroup
      • equals

        public boolean equals​(Object object)
        Returns true if the argument is an JumpServerEntity 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