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="2023-07-29T09:46:38.528060Z[Etc/UTC]") public class GetSshKeysBySelectorResponse extends AbstractSearchResponseGetSshKeysBySelectorResponse
-
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_SSH_KEYS-
Fields inherited from class cloud.dnation.hetznerclient.AbstractSearchResponse
SERIALIZED_NAME_META
-
-
Constructor Summary
Constructors Constructor Description GetSshKeysBySelectorResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GetSshKeysBySelectorResponseaddSshKeysItem(SshKeyDetail sshKeysItem)booleanequals(Object o)List<SshKeyDetail>getSshKeys()Get sshKeysinthashCode()voidsetSshKeys(List<SshKeyDetail> sshKeys)GetSshKeysBySelectorResponsesshKeys(List<SshKeyDetail> sshKeys)StringtoString()-
Methods inherited from class cloud.dnation.hetznerclient.AbstractSearchResponse
getMeta, meta, setMeta
-
-
-
-
Field Detail
-
SERIALIZED_NAME_SSH_KEYS
public static final String SERIALIZED_NAME_SSH_KEYS
- See Also:
- Constant Field Values
-
-
Method Detail
-
sshKeys
public GetSshKeysBySelectorResponse sshKeys(List<SshKeyDetail> sshKeys)
-
addSshKeysItem
public GetSshKeysBySelectorResponse addSshKeysItem(SshKeyDetail sshKeysItem)
-
getSshKeys
@Nullable public List<SshKeyDetail> getSshKeys()
Get sshKeys- Returns:
- sshKeys
-
setSshKeys
public void setSshKeys(List<SshKeyDetail> sshKeys)
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classAbstractSearchResponse
-
hashCode
public int hashCode()
- Overrides:
hashCodein classAbstractSearchResponse
-
toString
public String toString()
- Overrides:
toStringin classAbstractSearchResponse
-
-