Package sh.ory.model
Class InlineResponse503
java.lang.Object
sh.ory.model.InlineResponse503
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2022-04-19T11:31:27.587817519Z[Etc/UTC]") public class InlineResponse503 extends Object
InlineResponse503
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_ERRORS -
Constructor Summary
Constructors Constructor Description InlineResponse503() -
Method Summary
Modifier and Type Method Description booleanequals(Object o)InlineResponse503errors(Map<String,String> errors)Map<String,String>getErrors()Errors contains a list of errors that caused the not ready status.inthashCode()InlineResponse503putErrorsItem(String key, String errorsItem)voidsetErrors(Map<String,String> errors)StringtoString()
-
Field Details
-
SERIALIZED_NAME_ERRORS
- See Also:
- Constant Field Values
-
-
Constructor Details
-
InlineResponse503
public InlineResponse503()
-
-
Method Details