Class UrlResolverResponse

java.lang.Object
com.broadleafcommerce.auth.tenant.domain.UrlResolverResponse

public class UrlResolverResponse extends Object
A DTO matching the expected structure of a URL resolution response from the tenant service.
Author:
Samarth Dhruva (samarthd)
  • Constructor Details

    • UrlResolverResponse

      public UrlResolverResponse()
  • Method Details

    • getUrl

      public String getUrl()
    • setUrl

      public void setUrl(String url)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

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

      public String toString()
      Overrides:
      toString in class Object