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 Modifier and Type Field Description static String
JSON_PROPERTY_HOST
static String
JSON_PROPERTY_PATH
static String
JSON_PROPERTY_URL
-
Constructor Summary
Constructors Constructor Description GetConsoleProxyUrl200Response()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
Return true if this get_console_proxy_url_200_response object is equal to o.String
getHost()
Get hostString
getPath()
Get pathString
getUrl()
Get urlint
hashCode()
GetConsoleProxyUrl200Response
host(String host)
GetConsoleProxyUrl200Response
path(String path)
void
setHost(String host)
void
setPath(String path)
void
setUrl(String url)
String
toString()
String
toUrlQueryString()
Convert the instance into URL query string.String
toUrlQueryString(String prefix)
Convert the instance into URL query string.GetConsoleProxyUrl200Response
url(String url)
-
-
-
Field Detail
-
JSON_PROPERTY_URL
public static final String JSON_PROPERTY_URL
- See Also:
- Constant Field Values
-
JSON_PROPERTY_HOST
public static final String JSON_PROPERTY_HOST
- See Also:
- Constant Field Values
-
JSON_PROPERTY_PATH
public static final String JSON_PROPERTY_PATH
- See Also:
- Constant Field Values
-
-
Method Detail
-
url
public GetConsoleProxyUrl200Response url(String url)
-
getUrl
@Nullable public String getUrl()
Get url- Returns:
- url
-
setUrl
public void setUrl(String url)
-
host
public GetConsoleProxyUrl200Response host(String host)
-
getHost
@Nullable public String getHost()
Get host- Returns:
- host
-
setHost
public void setHost(String host)
-
path
public GetConsoleProxyUrl200Response path(String path)
-
getPath
@Nullable public String getPath()
Get path- Returns:
- path
-
setPath
public void setPath(String path)
-
equals
public boolean equals(Object o)
Return true if this get_console_proxy_url_200_response object is equal to o.
-
toUrlQueryString
public String toUrlQueryString()
Convert the instance into URL query string.- Returns:
- URL query string
-
-