Package cloud.dnation.hetznerclient
Class ImageDetail
java.lang.Object
cloud.dnation.hetznerclient.IdentifiableResource
cloud.dnation.hetznerclient.ImageDetail
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2025-09-21T08:14:59.463226706Z[Etc/UTC]")
public class ImageDetail
extends IdentifiableResource
ImageDetail
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final StringFields inherited from class cloud.dnation.hetznerclient.IdentifiableResource
SERIALIZED_NAME_ID -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondescription(String description) booleanDescription of the ImageUser-defined labels (key-value pairs)getName()Unique identifier of the Image.Whether the Image can be used or if it's still being created or unavailablegetType()Type of the ImageinthashCode()putLabelsItem(String key, String labelsItem) voidsetDescription(String description) voidvoidvoidvoidtoString()Methods inherited from class cloud.dnation.hetznerclient.IdentifiableResource
getId, id, setId
-
Field Details
-
SERIALIZED_NAME_DESCRIPTION
- See Also:
-
SERIALIZED_NAME_LABELS
- See Also:
-
SERIALIZED_NAME_NAME
- See Also:
-
SERIALIZED_NAME_STATUS
- See Also:
-
SERIALIZED_NAME_TYPE
- See Also:
-
-
Constructor Details
-
ImageDetail
public ImageDetail()
-
-
Method Details
-
description
-
getDescription
Description of the Image- Returns:
- description
-
setDescription
-
labels
-
putLabelsItem
-
getLabels
User-defined labels (key-value pairs)- Returns:
- labels
-
setLabels
-
name
-
getName
Unique identifier of the Image. This value is only set for system Images.- Returns:
- name
-
setName
-
status
-
getStatus
Whether the Image can be used or if it's still being created or unavailable- Returns:
- status
-
setStatus
-
type
-
getType
Type of the Image- Returns:
- type
-
setType
-
equals
- Overrides:
equalsin classIdentifiableResource
-
hashCode
public int hashCode()- Overrides:
hashCodein classIdentifiableResource
-
toString
- Overrides:
toStringin classIdentifiableResource
-