Package cloud.dnation.hetznerclient
Class GetSshKeysBySelectorResponse
java.lang.Object
cloud.dnation.hetznerclient.AbstractSearchResponse
cloud.dnation.hetznerclient.GetSshKeysBySelectorResponse
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2026-01-09T14:14:52.146496965Z[Etc/UTC]")
public class GetSshKeysBySelectorResponse
extends AbstractSearchResponse
GetSshKeysBySelectorResponse
-
Field Summary
FieldsFields inherited from class cloud.dnation.hetznerclient.AbstractSearchResponse
SERIALIZED_NAME_META -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddSshKeysItem(SshKeyDetail sshKeysItem) booleanGet sshKeysinthashCode()voidsetSshKeys(List<SshKeyDetail> sshKeys) sshKeys(List<SshKeyDetail> sshKeys) toString()Methods inherited from class cloud.dnation.hetznerclient.AbstractSearchResponse
getMeta, meta, setMeta
-
Field Details
-
SERIALIZED_NAME_SSH_KEYS
- See Also:
-
-
Constructor Details
-
GetSshKeysBySelectorResponse
public GetSshKeysBySelectorResponse()
-
-
Method Details
-
sshKeys
-
addSshKeysItem
-
getSshKeys
Get sshKeys- Returns:
- sshKeys
-
setSshKeys
-
equals
- Overrides:
equalsin classAbstractSearchResponse
-
hashCode
public int hashCode()- Overrides:
hashCodein classAbstractSearchResponse
-
toString
- Overrides:
toStringin classAbstractSearchResponse
-