Package cloud.dnation.hetznerclient
Class GetVolumesResponse
java.lang.Object
cloud.dnation.hetznerclient.AbstractSearchResponse
cloud.dnation.hetznerclient.GetVolumesResponse
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2026-01-09T14:14:52.146496965Z[Etc/UTC]")
public class GetVolumesResponse
extends AbstractSearchResponse
GetVolumesResponse
-
Field Summary
FieldsFields inherited from class cloud.dnation.hetznerclient.AbstractSearchResponse
SERIALIZED_NAME_META -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddVolumesItem(VolumeDetail volumesItem) booleanGet volumesinthashCode()voidsetVolumes(List<VolumeDetail> volumes) toString()volumes(List<VolumeDetail> volumes) Methods inherited from class cloud.dnation.hetznerclient.AbstractSearchResponse
getMeta, meta, setMeta
-
Field Details
-
SERIALIZED_NAME_VOLUMES
- See Also:
-
-
Constructor Details
-
GetVolumesResponse
public GetVolumesResponse()
-
-
Method Details
-
volumes
-
addVolumesItem
-
getVolumes
Get volumes- Returns:
- volumes
-
setVolumes
-
equals
- Overrides:
equalsin classAbstractSearchResponse
-
hashCode
public int hashCode()- Overrides:
hashCodein classAbstractSearchResponse
-
toString
- Overrides:
toStringin classAbstractSearchResponse
-