Package com.exoscale.sdk.model
Class Zone
java.lang.Object
com.exoscale.sdk.model.Zone
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.4.0")
public class Zone
extends Object
Zone
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
Return true if this zone object is equal to o.Zone API endpointgetName()
Get nameZone SOS endpointint
hashCode()
void
toString()
Convert the instance into URL query string.toUrlQueryString
(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_NAME
- See Also:
-
JSON_PROPERTY_API_ENDPOINT
- See Also:
-
JSON_PROPERTY_SOS_ENDPOINT
- See Also:
-
-
Constructor Details
-
Zone
public Zone() -
Zone
-
-
Method Details
-
name
-
getName
Get name- Returns:
- name
-
setName
-
getApiEndpoint
Zone API endpoint- Returns:
- apiEndpoint
-
getSosEndpoint
Zone SOS endpoint- Returns:
- sosEndpoint
-
equals
Return true if this zone object is equal to o. -
hashCode
public int hashCode() -
toString
-
toUrlQueryString
Convert the instance into URL query string.- Returns:
- URL query string
-
toUrlQueryString
Convert the instance into URL query string.- Parameters:
prefix
- prefix of the query string- Returns:
- URL query string
-