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 Modifier and Type Field Description static String
JSON_PROPERTY_SSH_KEYS
-
Constructor Summary
Constructors Constructor Description ListSshKeys200Response()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ListSshKeys200Response
addSshKeysItem(SshKey sshKeysItem)
boolean
equals(Object o)
Return true if this list_ssh_keys_200_response object is equal to o.List<SshKey>
getSshKeys()
Get sshKeysint
hashCode()
void
setSshKeys(List<SshKey> sshKeys)
ListSshKeys200Response
sshKeys(List<SshKey> sshKeys)
String
toString()
String
toUrlQueryString()
Convert the instance into URL query string.String
toUrlQueryString(String prefix)
Convert the instance into URL query string.
-
-
-
Field Detail
-
JSON_PROPERTY_SSH_KEYS
public static final String JSON_PROPERTY_SSH_KEYS
- See Also:
- Constant Field Values
-
-
Method Detail
-
sshKeys
public ListSshKeys200Response sshKeys(List<SshKey> sshKeys)
-
addSshKeysItem
public ListSshKeys200Response addSshKeysItem(SshKey sshKeysItem)
-
equals
public boolean equals(Object o)
Return true if this list_ssh_keys_200_response object is equal to o.
-
toUrlQueryString
public String toUrlQueryString()
Convert the instance into URL query string.- Returns:
- URL query string
-
-