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 Details

  • Constructor Details

    • ListSshKeys200Response

      public ListSshKeys200Response()
  • Method Details

    • sshKeys

      public ListSshKeys200Response sshKeys(List<SshKey> sshKeys)
    • addSshKeysItem

      public ListSshKeys200Response addSshKeysItem(SshKey sshKeysItem)
    • getSshKeys

      @Nullable public List<SshKey> getSshKeys()
      Get sshKeys
      Returns:
      sshKeys
    • setSshKeys

      public void setSshKeys(List<SshKey> sshKeys)
    • equals

      public boolean equals(Object o)
      Return true if this list_ssh_keys_200_response object is equal to o.
      Overrides:
      equals in class Object
    • hashCode

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

      public String toString()
      Overrides:
      toString in class Object
    • toUrlQueryString

      public String toUrlQueryString()
      Convert the instance into URL query string.
      Returns:
      URL query string
    • toUrlQueryString

      public String toUrlQueryString(String prefix)
      Convert the instance into URL query string.
      Parameters:
      prefix - prefix of the query string
      Returns:
      URL query string