Package cloud.dnation.hetznerclient
Class GetLocationsResponse
java.lang.Object
cloud.dnation.hetznerclient.AbstractSearchResponse
cloud.dnation.hetznerclient.GetLocationsResponse
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2025-09-21T08:14:59.463226706Z[Etc/UTC]")
public class GetLocationsResponse
extends AbstractSearchResponse
GetLocationsResponse
-
Field Summary
FieldsFields inherited from class cloud.dnation.hetznerclient.AbstractSearchResponse
SERIALIZED_NAME_META -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddLocationsItem(LocationDetail locationsItem) booleanGet locationsinthashCode()locations(List<LocationDetail> locations) voidsetLocations(List<LocationDetail> locations) toString()Methods inherited from class cloud.dnation.hetznerclient.AbstractSearchResponse
getMeta, meta, setMeta
-
Field Details
-
SERIALIZED_NAME_LOCATIONS
- See Also:
-
-
Constructor Details
-
GetLocationsResponse
public GetLocationsResponse()
-
-
Method Details
-
locations
-
addLocationsItem
-
getLocations
Get locations- Returns:
- locations
-
setLocations
-
equals
- Overrides:
equalsin classAbstractSearchResponse
-
hashCode
public int hashCode()- Overrides:
hashCodein classAbstractSearchResponse
-
toString
- Overrides:
toStringin classAbstractSearchResponse
-