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 String
getBucketName()
String
geteTag()
FileType
getFileType()
String
getItemName()
Date
getLastModified()
long
getResourceBucketId()
long
getSize()
void
setResourceBucketId(long resourceBucketId)
String
toString()
-
-
-
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
-
-