Class ListServicesResponse

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

public class ListServicesResponse extends Object
ListServicesResponse
  • Field Details

  • Constructor Details

    • ListServicesResponse

      public ListServicesResponse()
  • Method Details

    • services

      public ListServicesResponse services(List<ServiceMetadata> services)
    • addServicesItem

      public ListServicesResponse addServicesItem(ServiceMetadata servicesItem)
    • getServices

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

      public void setServices(List<ServiceMetadata> services)
    • equals

      public boolean equals(Object o)
      Return true if this ListServicesResponse 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