Package com.exoscale.sdk.model
Class ListZones200Response
- java.lang.Object
-
- com.exoscale.sdk.model.ListZones200Response
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", comments="Generator version: 7.4.0") public class ListZones200Response extends Object
ListZones200Response
-
-
Field Summary
Fields Modifier and Type Field Description static String
JSON_PROPERTY_ZONES
-
Constructor Summary
Constructors Constructor Description ListZones200Response()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ListZones200Response
addZonesItem(Zone zonesItem)
boolean
equals(Object o)
Return true if this list_zones_200_response object is equal to o.List<Zone>
getZones()
Get zonesint
hashCode()
void
setZones(List<Zone> zones)
String
toString()
String
toUrlQueryString()
Convert the instance into URL query string.String
toUrlQueryString(String prefix)
Convert the instance into URL query string.ListZones200Response
zones(List<Zone> zones)
-
-
-
Field Detail
-
JSON_PROPERTY_ZONES
public static final String JSON_PROPERTY_ZONES
- See Also:
- Constant Field Values
-
-
Method Detail
-
zones
public ListZones200Response zones(List<Zone> zones)
-
addZonesItem
public ListZones200Response addZonesItem(Zone zonesItem)
-
equals
public boolean equals(Object o)
Return true if this list_zones_200_response object is equal to o.
-
toUrlQueryString
public String toUrlQueryString()
Convert the instance into URL query string.- Returns:
- URL query string
-
-