Class UnauthorizedResponse

java.lang.Object
org.tailormap.api.viewer.model.UnauthorizedResponse
All Implemented Interfaces:
Serializable

@Generated(value="org.openapitools.codegen.languages.SpringCodegen", comments="Generator version: 7.25.0") public class UnauthorizedResponse extends Object implements Serializable
Returned when calling an API for which you are required to be authorized (logged in).
See Also:
  • Constructor Details

    • UnauthorizedResponse

      public UnauthorizedResponse()
  • Method Details

    • unauthorized

      public UnauthorizedResponse unauthorized(@Nullable Boolean unauthorized)
    • getUnauthorized

      public Boolean getUnauthorized()
      Get unauthorized
      Returns:
      unauthorized
    • setUnauthorized

      public void setUnauthorized(Boolean unauthorized)
    • equals

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

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

      public String toString()
      Overrides:
      toString in class Object