Package io.lakefs.clients.api.model
Class ObjectStageCreation
- java.lang.Object
-
- io.lakefs.clients.api.model.ObjectStageCreation
-
@Generated("org.openapitools.codegen.languages.JavaClientCodegen") public class ObjectStageCreation extends ObjectObjectStageCreation
-
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_CHECKSUMstatic StringSERIALIZED_NAME_CONTENT_TYPEstatic StringSERIALIZED_NAME_METADATAstatic StringSERIALIZED_NAME_MTIMEstatic StringSERIALIZED_NAME_PHYSICAL_ADDRESSstatic StringSERIALIZED_NAME_SIZE_BYTES
-
Constructor Summary
Constructors Constructor Description ObjectStageCreation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ObjectStageCreationchecksum(String checksum)ObjectStageCreationcontentType(String contentType)booleanequals(Object o)StringgetChecksum()Get checksumStringgetContentType()Object media typeMap<String,String>getMetadata()Get metadataLonggetMtime()Unix Epoch in secondsStringgetPhysicalAddress()Get physicalAddressLonggetSizeBytes()Get sizeBytesinthashCode()ObjectStageCreationmetadata(Map<String,String> metadata)ObjectStageCreationmtime(Long mtime)ObjectStageCreationphysicalAddress(String physicalAddress)ObjectStageCreationputMetadataItem(String key, String metadataItem)voidsetChecksum(String checksum)voidsetContentType(String contentType)voidsetMetadata(Map<String,String> metadata)voidsetMtime(Long mtime)voidsetPhysicalAddress(String physicalAddress)voidsetSizeBytes(Long sizeBytes)ObjectStageCreationsizeBytes(Long sizeBytes)StringtoString()
-
-
-
Field Detail
-
SERIALIZED_NAME_PHYSICAL_ADDRESS
public static final String SERIALIZED_NAME_PHYSICAL_ADDRESS
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_CHECKSUM
public static final String SERIALIZED_NAME_CHECKSUM
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_SIZE_BYTES
public static final String SERIALIZED_NAME_SIZE_BYTES
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_MTIME
public static final String SERIALIZED_NAME_MTIME
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_METADATA
public static final String SERIALIZED_NAME_METADATA
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_CONTENT_TYPE
public static final String SERIALIZED_NAME_CONTENT_TYPE
- See Also:
- Constant Field Values
-
-
Method Detail
-
physicalAddress
public ObjectStageCreation physicalAddress(String physicalAddress)
-
getPhysicalAddress
@Nonnull public String getPhysicalAddress()
Get physicalAddress- Returns:
- physicalAddress
-
setPhysicalAddress
public void setPhysicalAddress(String physicalAddress)
-
checksum
public ObjectStageCreation checksum(String checksum)
-
getChecksum
@Nonnull public String getChecksum()
Get checksum- Returns:
- checksum
-
setChecksum
public void setChecksum(String checksum)
-
sizeBytes
public ObjectStageCreation sizeBytes(Long sizeBytes)
-
getSizeBytes
@Nonnull public Long getSizeBytes()
Get sizeBytes- Returns:
- sizeBytes
-
setSizeBytes
public void setSizeBytes(Long sizeBytes)
-
mtime
public ObjectStageCreation mtime(Long mtime)
-
getMtime
@Nullable public Long getMtime()
Unix Epoch in seconds- Returns:
- mtime
-
setMtime
public void setMtime(Long mtime)
-
metadata
public ObjectStageCreation metadata(Map<String,String> metadata)
-
putMetadataItem
public ObjectStageCreation putMetadataItem(String key, String metadataItem)
-
contentType
public ObjectStageCreation contentType(String contentType)
-
getContentType
@Nullable public String getContentType()
Object media type- Returns:
- contentType
-
setContentType
public void setContentType(String contentType)
-
-