Package sh.ory.hydra.model
Class HealthNotReadyStatus
- java.lang.Object
-
- sh.ory.hydra.model.HealthNotReadyStatus
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2021-01-12T16:13:57.119092Z[GMT]") 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 Detail
-
SERIALIZED_NAME_ERRORS
public static final String SERIALIZED_NAME_ERRORS
- See Also:
- Constant Field Values
-
-
Method Detail
-
errors
public HealthNotReadyStatus errors(Map<String,String> errors)
-
putErrorsItem
public HealthNotReadyStatus putErrorsItem(String key, String errorsItem)
-
getErrors
@Nullable public Map<String,String> getErrors()
Errors contains a list of errors that caused the not ready status.- Returns:
- errors
-
-