Package sh.ory.model
Class InlineResponse503
java.lang.Object
sh.ory.model.InlineResponse503
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2022-07-26T09:37:11.487071522Z[Etc/UTC]") public class InlineResponse503 extends Object
InlineResponse503
-
Field Summary
Fields Modifier and Type Field Description static String
SERIALIZED_NAME_ERRORS
-
Constructor Summary
Constructors Constructor Description InlineResponse503()
-
Method Summary
Modifier and Type Method Description boolean
equals(Object o)
InlineResponse503
errors(Map<String,String> errors)
Map<String,String>
getErrors()
Errors contains a list of errors that caused the not ready status.int
hashCode()
InlineResponse503
putErrorsItem(String key, String errorsItem)
void
setErrors(Map<String,String> errors)
String
toString()
-
Field Details
-
SERIALIZED_NAME_ERRORS
- See Also:
- Constant Field Values
-
-
Constructor Details
-
InlineResponse503
public InlineResponse503()
-
-
Method Details