Package com.ngrok.definitions
Class SshHostCertificateList
java.lang.Object
com.ngrok.definitions.SshHostCertificateList
- All Implemented Interfaces:
Pageable
A class encapsulating the
SshHostCertificateList resource.-
Constructor Summary
ConstructorsConstructorDescriptionSshHostCertificateList(List<SshHostCertificate> sshHostCertificates, URI uri, Optional<URI> nextPageUri) Creates a new instance ofSshHostCertificateList. -
Method Summary
-
Constructor Details
-
SshHostCertificateList
public SshHostCertificateList(List<SshHostCertificate> sshHostCertificates, URI uri, Optional<URI> nextPageUri) Creates a new instance ofSshHostCertificateList.- Parameters:
sshHostCertificates- the list of all ssh host certificates on this accounturi- URI of the ssh host certificates list API resourcenextPageUri- URI of the next page, or null if there is no next page
-
-
Method Details
-
getSshHostCertificates
the list of all ssh host certificates on this account- Returns:
- the value of the property as a
ListofSshHostCertificate
-
getUri
URI of the ssh host certificates list API resource- Returns:
- the value of the property as a
URI
-
getNextPageUri
URI of the next page, or null if there is no next page- Specified by:
getNextPageUriin interfacePageable- Returns:
- the value of the property as a
URIwrapped in anOptional
-
equals
-
hashCode
public int hashCode() -
toString
-