Package cloud.dnation.hetznerclient
Class DatacenterDetail
java.lang.Object
cloud.dnation.hetznerclient.IdentifiableResource
cloud.dnation.hetznerclient.DatacenterDetail
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2026-01-09T14:14:52.146496965Z[Etc/UTC]")
public class DatacenterDetail
extends IdentifiableResource
DatacenterDetail
-
Field Summary
FieldsFields inherited from class cloud.dnation.hetznerclient.IdentifiableResource
SERIALIZED_NAME_ID -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondescription(String description) booleanDescription of the DatacenterGet locationgetName()Unique identifier of the DatacenterinthashCode()location(LocationDetail location) voidsetDescription(String description) voidsetLocation(LocationDetail location) voidtoString()Methods inherited from class cloud.dnation.hetznerclient.IdentifiableResource
getId, id, setId
-
Field Details
-
SERIALIZED_NAME_NAME
- See Also:
-
SERIALIZED_NAME_DESCRIPTION
- See Also:
-
SERIALIZED_NAME_LOCATION
- See Also:
-
-
Constructor Details
-
DatacenterDetail
public DatacenterDetail()
-
-
Method Details
-
name
-
getName
Unique identifier of the Datacenter- Returns:
- name
-
setName
-
description
-
getDescription
Description of the Datacenter- Returns:
- description
-
setDescription
-
location
-
getLocation
Get location- Returns:
- location
-
setLocation
-
equals
- Overrides:
equalsin classIdentifiableResource
-
hashCode
public int hashCode()- Overrides:
hashCodein classIdentifiableResource
-
toString
- Overrides:
toStringin classIdentifiableResource
-