Package org.tailormap.api.viewer.model
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.10.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 Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Get unauthorizedint
hashCode()
void
setUnauthorized
(Boolean unauthorized) toString()
unauthorized
(Boolean unauthorized)
-
Constructor Details
-
UnauthorizedResponse
public UnauthorizedResponse()
-
-
Method Details