Package com.exoscale.sdk.model
Class GetConsoleProxyUrl200Response
java.lang.Object
com.exoscale.sdk.model.GetConsoleProxyUrl200Response
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.4.0")
public class GetConsoleProxyUrl200Response
extends Object
GetConsoleProxyUrl200Response
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanReturn true if this get_console_proxy_url_200_response object is equal to o.getHost()Get hostgetPath()Get pathgetUrl()Get urlinthashCode()voidvoidvoidtoString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_URL
- See Also:
-
JSON_PROPERTY_HOST
- See Also:
-
JSON_PROPERTY_PATH
- See Also:
-
-
Constructor Details
-
GetConsoleProxyUrl200Response
public GetConsoleProxyUrl200Response()
-
-
Method Details
-
url
-
getUrl
Get url- Returns:
- url
-
setUrl
-
host
-
getHost
Get host- Returns:
- host
-
setHost
-
path
-
getPath
Get path- Returns:
- path
-
setPath
-
equals
Return true if this get_console_proxy_url_200_response 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
-