Class ListDeploymentsResponse

java.lang.Object
dev.restate.admin.model.ListDeploymentsResponse

public class ListDeploymentsResponse extends Object
ListDeploymentsResponse
  • Field Details

  • Constructor Details

    • ListDeploymentsResponse

      public ListDeploymentsResponse()
  • Method Details

    • deployments

      public ListDeploymentsResponse deployments(@Nonnull List<DeploymentResponse> deployments)
    • addDeploymentsItem

      public ListDeploymentsResponse addDeploymentsItem(DeploymentResponse deploymentsItem)
    • getDeployments

      @Nonnull public List<DeploymentResponse> getDeployments()
      Get deployments
      Returns:
      deployments
    • setDeployments

      public void setDeployments(@Nonnull List<DeploymentResponse> deployments)
    • equals

      public boolean equals(Object o)
      Return true if this ListDeploymentsResponse object is equal to o.
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • toUrlQueryString

      public String toUrlQueryString()
      Convert the instance into URL query string.
      Returns:
      URL query string
    • toUrlQueryString

      public String toUrlQueryString(String prefix)
      Convert the instance into URL query string.
      Parameters:
      prefix - prefix of the query string
      Returns:
      URL query string