Class RestAgent


  • public class RestAgent
    extends Object
    Data model for agent REST endpoint.
    Since:
    5.10
    • Method Detail

      • getId

        public Long getId()
      • setId

        public void setId​(Long id)
      • getType

        public String getType()
      • setType

        public void setType​(String type)
      • getName

        public String getName()
      • setName

        public void setName​(String name)
      • getDescription

        public String getDescription()
      • setDescription

        public void setDescription​(String description)
      • isEnabled

        public Boolean isEnabled()
      • setEnabled

        public void setEnabled​(Boolean enabled)
      • getLink

        public String getLink()
      • setLink

        public void setLink​(String link)