Package io.lakefs.clients.api.model
Class NextStep
- java.lang.Object
-
- io.lakefs.clients.api.model.NextStep
-
@Generated("org.openapitools.codegen.languages.JavaClientCodegen") public class NextStep extends ObjectNextStep
-
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_NEXT_STEP
-
Constructor Summary
Constructors Constructor Description NextStep()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetNextStep()the next step in the setup processinthashCode()NextStepnextStep(String nextStep)voidsetNextStep(String nextStep)StringtoString()
-
-
-
Field Detail
-
SERIALIZED_NAME_NEXT_STEP
public static final String SERIALIZED_NAME_NEXT_STEP
- See Also:
- Constant Field Values
-
-