Class RegisterDeploymentResponse

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

@Deprecated public class RegisterDeploymentResponse extends Object
Deprecated.
RegisterDeploymentResponse
  • Field Details

  • Constructor Details

    • RegisterDeploymentResponse

      public RegisterDeploymentResponse()
      Deprecated.
  • Method Details

    • id

      public RegisterDeploymentResponse id(@Nonnull String id)
      Deprecated.
    • getId

      @Nonnull public String getId()
      Deprecated.
      Get id
      Returns:
      id
    • setId

      public void setId(@Nonnull String id)
      Deprecated.
    • services

      public RegisterDeploymentResponse services(@Nonnull List<ServiceMetadata> services)
      Deprecated.
    • addServicesItem

      public RegisterDeploymentResponse addServicesItem(ServiceMetadata servicesItem)
      Deprecated.
    • getServices

      @Nonnull public List<ServiceMetadata> getServices()
      Deprecated.
      Get services
      Returns:
      services
    • setServices

      public void setServices(@Nonnull List<ServiceMetadata> services)
      Deprecated.
    • equals

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

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

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

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

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