Package com.exoscale.sdk.model
Class ListDeployTargets200Response
java.lang.Object
com.exoscale.sdk.model.ListDeployTargets200Response
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.4.0")
public class ListDeployTargets200Response
extends Object
ListDeployTargets200Response
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddDeployTargetsItem
(DeployTarget deployTargetsItem) deployTargets
(List<DeployTarget> deployTargets) boolean
Return true if this list_deploy_targets_200_response object is equal to o.Get deployTargetsint
hashCode()
void
setDeployTargets
(List<DeployTarget> deployTargets) toString()
Convert the instance into URL query string.toUrlQueryString
(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_DEPLOY_TARGETS
- See Also:
-
-
Constructor Details
-
ListDeployTargets200Response
public ListDeployTargets200Response()
-
-
Method Details
-
deployTargets
-
addDeployTargetsItem
-
getDeployTargets
Get deployTargets- Returns:
- deployTargets
-
setDeployTargets
-
equals
Return true if this list_deploy_targets_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
-