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="2023-07-29T09:46:38.528060Z[Etc/UTC]") public class GetLocationsResponse extends AbstractSearchResponseGetLocationsResponse
-
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_LOCATIONS-
Fields inherited from class cloud.dnation.hetznerclient.AbstractSearchResponse
SERIALIZED_NAME_META
-
-
Constructor Summary
Constructors Constructor Description GetLocationsResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GetLocationsResponseaddLocationsItem(LocationDetail locationsItem)booleanequals(Object o)List<LocationDetail>getLocations()Get locationsinthashCode()GetLocationsResponselocations(List<LocationDetail> locations)voidsetLocations(List<LocationDetail> locations)StringtoString()-
Methods inherited from class cloud.dnation.hetznerclient.AbstractSearchResponse
getMeta, meta, setMeta
-
-
-
-
Field Detail
-
SERIALIZED_NAME_LOCATIONS
public static final String SERIALIZED_NAME_LOCATIONS
- See Also:
- Constant Field Values
-
-
Method Detail
-
locations
public GetLocationsResponse locations(List<LocationDetail> locations)
-
addLocationsItem
public GetLocationsResponse addLocationsItem(LocationDetail locationsItem)
-
getLocations
@Nullable public List<LocationDetail> getLocations()
Get locations- Returns:
- locations
-
setLocations
public void setLocations(List<LocationDetail> locations)
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classAbstractSearchResponse
-
hashCode
public int hashCode()
- Overrides:
hashCodein classAbstractSearchResponse
-
toString
public String toString()
- Overrides:
toStringin classAbstractSearchResponse
-
-