Package cloud.dnation.hetznerclient
Class CreateSshKeyResponse
- java.lang.Object
-
- cloud.dnation.hetznerclient.CreateSshKeyResponse
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2024-04-26T18:25:35.290404Z[Etc/UTC]") public class CreateSshKeyResponse extends ObjectCreateSshKeyResponse
-
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_SSH_KEY
-
Constructor Summary
Constructors Constructor Description CreateSshKeyResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)SshKeyDetailgetSshKey()Get sshKeyinthashCode()voidsetSshKey(SshKeyDetail sshKey)CreateSshKeyResponsesshKey(SshKeyDetail sshKey)StringtoString()
-
-
-
Field Detail
-
SERIALIZED_NAME_SSH_KEY
public static final String SERIALIZED_NAME_SSH_KEY
- See Also:
- Constant Field Values
-
-
Method Detail
-
sshKey
public CreateSshKeyResponse sshKey(SshKeyDetail sshKey)
-
getSshKey
@Nullable public SshKeyDetail getSshKey()
Get sshKey- Returns:
- sshKey
-
setSshKey
public void setSshKey(SshKeyDetail sshKey)
-
-