Package com.ngrok.definitions
Class SshHostCertificateList
java.lang.Object
com.ngrok.definitions.SshHostCertificateList
- All Implemented Interfaces:
- Pageable
A class encapsulating the 
SshHostCertificateList resource.- 
Constructor SummaryConstructorsConstructorDescriptionSshHostCertificateList(List<SshHostCertificate> sshHostCertificates, URI uri, Optional<URI> nextPageUri) Creates a new instance ofSshHostCertificateList.
- 
Method Summary
- 
Constructor Details- 
SshHostCertificateListpublic 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 account
- uri- URI of the ssh host certificates list API resource
- nextPageUri- URI of the next page, or null if there is no next page
 
 
- 
- 
Method Details- 
getSshHostCertificatesthe list of all ssh host certificates on this account- Returns:
- the value of the property as a ListofSshHostCertificate
 
- 
getUriURI of the ssh host certificates list API resource- Returns:
- the value of the property as a URI
 
- 
getNextPageUriURI of the next page, or null if there is no next page- Specified by:
- getNextPageUriin interface- Pageable
- Returns:
- the value of the property as a URIwrapped in anOptional
 
- 
equals
- 
hashCodepublic int hashCode()
- 
toString
 
-