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 Modifier and Type Field Description static String
JSON_PROPERTY_DEPLOY_TARGETS
-
Constructor Summary
Constructors Constructor Description ListDeployTargets200Response()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ListDeployTargets200Response
addDeployTargetsItem(DeployTarget deployTargetsItem)
ListDeployTargets200Response
deployTargets(List<DeployTarget> deployTargets)
boolean
equals(Object o)
Return true if this list_deploy_targets_200_response object is equal to o.List<DeployTarget>
getDeployTargets()
Get deployTargetsint
hashCode()
void
setDeployTargets(List<DeployTarget> deployTargets)
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_DEPLOY_TARGETS
public static final String JSON_PROPERTY_DEPLOY_TARGETS
- See Also:
- Constant Field Values
-
-
Method Detail
-
deployTargets
public ListDeployTargets200Response deployTargets(List<DeployTarget> deployTargets)
-
addDeployTargetsItem
public ListDeployTargets200Response addDeployTargetsItem(DeployTarget deployTargetsItem)
-
getDeployTargets
@Nullable public List<DeployTarget> getDeployTargets()
Get deployTargets- Returns:
- deployTargets
-
setDeployTargets
public void setDeployTargets(List<DeployTarget> deployTargets)
-
equals
public boolean equals(Object o)
Return true if this list_deploy_targets_200_response object is equal to o.
-
toUrlQueryString
public String toUrlQueryString()
Convert the instance into URL query string.- Returns:
- URL query string
-
-