Package io.lakefs.clients.api.model
Class UnderlyingObjectProperties
- java.lang.Object
-
- io.lakefs.clients.api.model.UnderlyingObjectProperties
-
@Generated("org.openapitools.codegen.languages.JavaClientCodegen") public class UnderlyingObjectProperties extends ObjectUnderlyingObjectProperties
-
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_STORAGE_CLASS
-
Constructor Summary
Constructors Constructor Description UnderlyingObjectProperties()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetStorageClass()Get storageClassinthashCode()voidsetStorageClass(String storageClass)UnderlyingObjectPropertiesstorageClass(String storageClass)StringtoString()
-
-
-
Field Detail
-
SERIALIZED_NAME_STORAGE_CLASS
public static final String SERIALIZED_NAME_STORAGE_CLASS
- See Also:
- Constant Field Values
-
-
Method Detail
-
storageClass
public UnderlyingObjectProperties storageClass(String storageClass)
-
getStorageClass
@Nullable public String getStorageClass()
Get storageClass- Returns:
- storageClass
-
setStorageClass
public void setStorageClass(String storageClass)
-
-