Package dev.restate.admin.model
Class ListDeploymentsResponse
java.lang.Object
dev.restate.admin.model.ListDeploymentsResponse
ListDeploymentsResponse
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionaddDeploymentsItem
(DeploymentResponse deploymentsItem) deployments
(List<DeploymentResponse> deployments) boolean
Return true if this ListDeploymentsResponse object is equal to o.Get deploymentsint
hashCode()
void
setDeployments
(List<DeploymentResponse> deployments) toString()
Convert the instance into URL query string.toUrlQueryString
(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_DEPLOYMENTS
- See Also:
-
-
Constructor Details
-
ListDeploymentsResponse
public ListDeploymentsResponse()
-
-
Method Details
-
deployments
-
addDeploymentsItem
-
getDeployments
Get deployments- Returns:
- deployments
-
setDeployments
-
equals
Return true if this ListDeploymentsResponse 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
-