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