Package io.lakefs.clients.api.model
Class StorageURI
- java.lang.Object
-
- io.lakefs.clients.api.model.StorageURI
-
@Generated("org.openapitools.codegen.languages.JavaClientCodegen") public class StorageURI extends ObjectURI to a path in a storage provider (e.g. \"s3://bucket1/path/to/object\")
-
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_LOCATION
-
Constructor Summary
Constructors Constructor Description StorageURI()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetLocation()Get locationinthashCode()StorageURIlocation(String location)voidsetLocation(String location)StringtoString()
-
-
-
Field Detail
-
SERIALIZED_NAME_LOCATION
public static final String SERIALIZED_NAME_LOCATION
- See Also:
- Constant Field Values
-
-
Method Detail
-
location
public StorageURI location(String location)
-
getLocation
@Nonnull public String getLocation()
Get location- Returns:
- location
-
setLocation
public void setLocation(String location)
-
-