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.GenericModel
Bucket object size.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getContentType()
Gets the contentType.java.lang.String
getFileType()
Gets the fileType.java.lang.String
getLastModified()
Gets the lastModified.java.util.Map<java.lang.String,java.lang.String>
getMetadata()
Gets the metadata.java.lang.String
getPath()
Gets the path.java.lang.String
getSize()
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
-
-