Package com.exoscale.sdk.model
Class ListSshKeys200Response
java.lang.Object
com.exoscale.sdk.model.ListSshKeys200Response
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.4.0")
public class ListSshKeys200Response
extends Object
ListSshKeys200Response
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddSshKeysItem
(SshKey sshKeysItem) boolean
Return true if this list_ssh_keys_200_response object is equal to o.Get sshKeysint
hashCode()
void
setSshKeys
(List<SshKey> sshKeys) toString()
Convert the instance into URL query string.toUrlQueryString
(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_SSH_KEYS
- See Also:
-
-
Constructor Details
-
ListSshKeys200Response
public ListSshKeys200Response()
-
-
Method Details
-
sshKeys
-
addSshKeysItem
-
getSshKeys
Get sshKeys- Returns:
- sshKeys
-
setSshKeys
-
equals
Return true if this list_ssh_keys_200_response object is equal to o. -
hashCode
public int hashCode() -
toString
-
toUrlQueryString
Convert the instance into URL query string.- Returns:
- URL query string
-
toUrlQueryString
Convert the instance into URL query string.- Parameters:
prefix
- prefix of the query string- Returns:
- URL query string
-