Class BucketRegistrationObjectSizeCollection
- java.lang.Object
 - 
- com.ibm.cloud.sdk.core.service.model.GenericModel
 - 
- com.ibm.cloud.watsonxdata.watsonx_data.v2.model.BucketRegistrationObjectSizeCollection
 
 
 
- 
- All Implemented Interfaces:
 com.ibm.cloud.sdk.core.service.model.ObjectModel
public class BucketRegistrationObjectSizeCollection extends com.ibm.cloud.sdk.core.service.model.GenericModelBucket object size. 
- 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetContentType()Gets the contentType.java.lang.StringgetFileType()Gets the fileType.java.lang.StringgetLastModified()Gets the lastModified.java.util.Map<java.lang.String,java.lang.String>getMetadata()Gets the metadata.java.lang.StringgetPath()Gets the path.java.lang.StringgetSize()Gets the size. 
 - 
 
- 
- 
Method Detail
- 
getContentType
public java.lang.String getContentType()
Gets the contentType. content type.- Returns:
 - the contentType
 
 
- 
getFileType
public java.lang.String getFileType()
Gets the fileType. file type.- Returns:
 - the fileType
 
 
- 
getLastModified
public java.lang.String getLastModified()
Gets the lastModified. bucket last modified.- Returns:
 - the lastModified
 
 
- 
getMetadata
public java.util.Map<java.lang.String,java.lang.String> getMetadata()
Gets the metadata. Additional metadata associated with the object.- Returns:
 - the metadata
 
 
- 
getPath
public java.lang.String getPath()
Gets the path. bucket last modified.- Returns:
 - the path
 
 
- 
getSize
public java.lang.String getSize()
Gets the size. size of the bucket objects.- Returns:
 - the size
 
 
 - 
 
 -