Package io.lakefs.clients.api.model
Class ResetCreation
- java.lang.Object
-
- io.lakefs.clients.api.model.ResetCreation
-
@Generated("org.openapitools.codegen.languages.JavaClientCodegen") public class ResetCreation extends ObjectResetCreation
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classResetCreation.TypeEnumWhat to reset according to path.
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_FORCEstatic StringSERIALIZED_NAME_PATHstatic StringSERIALIZED_NAME_TYPE
-
Constructor Summary
Constructors Constructor Description ResetCreation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)ResetCreationforce(Boolean force)BooleangetForce()Get forceStringgetPath()Get pathResetCreation.TypeEnumgetType()What to reset according to path.inthashCode()ResetCreationpath(String path)voidsetForce(Boolean force)voidsetPath(String path)voidsetType(ResetCreation.TypeEnum type)StringtoString()ResetCreationtype(ResetCreation.TypeEnum type)
-
-
-
Field Detail
-
SERIALIZED_NAME_TYPE
public static final String SERIALIZED_NAME_TYPE
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_PATH
public static final String SERIALIZED_NAME_PATH
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_FORCE
public static final String SERIALIZED_NAME_FORCE
- See Also:
- Constant Field Values
-
-
Method Detail
-
type
public ResetCreation type(ResetCreation.TypeEnum type)
-
getType
@Nonnull public ResetCreation.TypeEnum getType()
What to reset according to path.- Returns:
- type
-
setType
public void setType(ResetCreation.TypeEnum type)
-
path
public ResetCreation path(String path)
-
getPath
@Nullable public String getPath()
Get path- Returns:
- path
-
setPath
public void setPath(String path)
-
force
public ResetCreation force(Boolean force)
-
getForce
@Nullable public Boolean getForce()
Get force- Returns:
- force
-
setForce
public void setForce(Boolean force)
-
-