Package io.lakefs.clients.api.model
Class PathList
- java.lang.Object
-
- io.lakefs.clients.api.model.PathList
-
@Generated("org.openapitools.codegen.languages.JavaClientCodegen") public class PathList extends ObjectPathList
-
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_PATHS
-
Constructor Summary
Constructors Constructor Description PathList()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PathListaddPathsItem(String pathsItem)booleanequals(Object o)List<String>getPaths()Get pathsinthashCode()PathListpaths(List<String> paths)voidsetPaths(List<String> paths)StringtoString()
-
-
-
Field Detail
-
SERIALIZED_NAME_PATHS
public static final String SERIALIZED_NAME_PATHS
- See Also:
- Constant Field Values
-
-