Package io.lakefs.clients.api.model
Class Error
- java.lang.Object
-
- io.lakefs.clients.api.model.Error
-
@Generated("org.openapitools.codegen.languages.JavaClientCodegen") public class Error extends ObjectError
-
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_MESSAGE
-
Constructor Summary
Constructors Constructor Description Error()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetMessage()short message explaining the errorinthashCode()Errormessage(String message)voidsetMessage(String message)StringtoString()
-
-
-
Field Detail
-
SERIALIZED_NAME_MESSAGE
public static final String SERIALIZED_NAME_MESSAGE
- See Also:
- Constant Field Values
-
-