Class RestTrustedKey


  • public class RestTrustedKey
    extends AbstractRestModel
    Rest model for a ssh host keys.
    Since:
    5.10
    • Constructor Detail

      • RestTrustedKey

        public RestTrustedKey()
    • Method Detail

      • getId

        public Long getId()
      • setId

        public void setId​(Long id)
      • getHost

        public String getHost()
      • setHost

        public void setHost​(String host)
      • getKey

        public String getKey()
      • setKey

        public void setKey​(String key)