Class SshCertificateAuthorityList

java.lang.Object
com.ngrok.definitions.SshCertificateAuthorityList
All Implemented Interfaces:
Pageable

public class SshCertificateAuthorityList extends Object implements Pageable
A class encapsulating the SshCertificateAuthorityList resource.
  • Constructor Details

    • SshCertificateAuthorityList

      public SshCertificateAuthorityList(List<SshCertificateAuthority> sshCertificateAuthorities, URI uri, Optional<URI> nextPageUri)
      Creates a new instance of SshCertificateAuthorityList.
      Parameters:
      sshCertificateAuthorities - the list of all certificate authorities on this account
      uri - URI of the certificates authorities list API resource
      nextPageUri - URI of the next page, or null if there is no next page
  • Method Details

    • getSshCertificateAuthorities

      public List<SshCertificateAuthority> getSshCertificateAuthorities()
      the list of all certificate authorities on this account
      Returns:
      the value of the property as a List of SshCertificateAuthority
    • getUri

      public URI getUri()
      URI of the certificates authorities list API resource
      Returns:
      the value of the property as a URI
    • getNextPageUri

      public Optional<URI> getNextPageUri()
      URI of the next page, or null if there is no next page
      Specified by:
      getNextPageUri in interface Pageable
      Returns:
      the value of the property as a URI wrapped in an Optional
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object