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 Modifier and Type Field Description static String
JSON_PROPERTY_API_ENDPOINT
static String
JSON_PROPERTY_NAME
static String
JSON_PROPERTY_SOS_ENDPOINT
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
Return true if this zone object is equal to o.String
getApiEndpoint()
Zone API endpointZoneName
getName()
Get nameString
getSosEndpoint()
Zone SOS endpointint
hashCode()
Zone
name(ZoneName name)
void
setName(ZoneName name)
String
toString()
String
toUrlQueryString()
Convert the instance into URL query string.String
toUrlQueryString(String prefix)
Convert the instance into URL query string.
-
-
-
Field Detail
-
JSON_PROPERTY_NAME
public static final String JSON_PROPERTY_NAME
- See Also:
- Constant Field Values
-
JSON_PROPERTY_API_ENDPOINT
public static final String JSON_PROPERTY_API_ENDPOINT
- See Also:
- Constant Field Values
-
JSON_PROPERTY_SOS_ENDPOINT
public static final String JSON_PROPERTY_SOS_ENDPOINT
- See Also:
- Constant Field Values
-
-
Method Detail
-
getName
@Nullable public ZoneName getName()
Get name- Returns:
- name
-
setName
public void setName(ZoneName name)
-
getApiEndpoint
@Nullable public String getApiEndpoint()
Zone API endpoint- Returns:
- apiEndpoint
-
getSosEndpoint
@Nullable public String getSosEndpoint()
Zone SOS endpoint- Returns:
- sosEndpoint
-
equals
public boolean equals(Object o)
Return true if this zone object is equal to o.
-
toUrlQueryString
public String toUrlQueryString()
Convert the instance into URL query string.- Returns:
- URL query string
-
-