Package com.ibm.fhir.bucket.api
Class CosItem
- java.lang.Object
-
- com.ibm.fhir.bucket.api.CosItem
-
public class CosItem extends Object
Represents an item found in a COS bucket
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetBucketName()StringgeteTag()FileTypegetFileType()StringgetItemName()DategetLastModified()longgetResourceBucketId()longgetSize()voidsetResourceBucketId(long resourceBucketId)StringtoString()
-
-
-
Method Detail
-
getBucketName
public String getBucketName()
- Returns:
- the bucketName
-
getItemName
public String getItemName()
- Returns:
- the itemName
-
getSize
public long getSize()
- Returns:
- the size
-
getFileType
public FileType getFileType()
- Returns:
- the fileType
-
geteTag
public String geteTag()
- Returns:
- the eTag
-
getLastModified
public Date getLastModified()
- Returns:
- the lastModified
-
getResourceBucketId
public long getResourceBucketId()
- Returns:
- the resourceBucketId
-
setResourceBucketId
public void setResourceBucketId(long resourceBucketId)
- Parameters:
resourceBucketId- the resourceBucketId to set
-
-