Package com.exoscale.sdk.model
Class DeployTarget
java.lang.Object
com.exoscale.sdk.model.DeployTarget
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.4.0")
public class DeployTarget
extends Object
Deploy target
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondescription
(String description) boolean
Return true if this deploy-target object is equal to o.Deploy Target descriptiongetId()
Deploy Target IDgetName()
Deploy Target namegetType()
Deploy Target typeint
hashCode()
void
setDescription
(String description) void
void
void
setType
(DeployTarget.TypeEnum type) toString()
Convert the instance into URL query string.toUrlQueryString
(String prefix) Convert the instance into URL query string.type
(DeployTarget.TypeEnum type)
-
Field Details
-
JSON_PROPERTY_ID
- See Also:
-
JSON_PROPERTY_NAME
- See Also:
-
JSON_PROPERTY_TYPE
- See Also:
-
JSON_PROPERTY_DESCRIPTION
- See Also:
-
-
Constructor Details
-
DeployTarget
public DeployTarget()
-
-
Method Details
-
id
-
getId
Deploy Target ID- Returns:
- id
-
setId
-
name
-
getName
Deploy Target name- Returns:
- name
-
setName
-
type
-
getType
Deploy Target type- Returns:
- type
-
setType
-
description
-
getDescription
Deploy Target description- Returns:
- description
-
setDescription
-
equals
Return true if this deploy-target 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
-