Class Bucket

  • All Implemented Interfaces:
    com.ibm.cloud.sdk.core.service.model.ObjectModel

    public class Bucket
    extends com.ibm.cloud.sdk.core.service.model.GenericModel
    Bucket.
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static interface  Bucket.BucketType
      Bucket Type.
      static interface  Bucket.ManagedBy
      Managed by.
      static interface  Bucket.State
      Mark bucket active or inactive.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<java.lang.String> getActions()
      Gets the actions.
      java.util.List<java.lang.String> getAssociatedCatalogs()
      Gets the associatedCatalogs.
      java.lang.String getBucketDisplayName()
      Gets the bucketDisplayName.
      java.lang.String getBucketId()
      Gets the bucketId.
      java.lang.String getBucketName()
      Gets the bucketName.
      java.lang.String getBucketType()
      Gets the bucketType.
      java.lang.String getCreatedBy()
      Gets the createdBy.
      java.lang.String getCreatedOn()
      Gets the createdOn.
      java.lang.String getDescription()
      Gets the description.
      java.lang.String getEndpoint()
      Gets the endpoint.
      java.lang.String getManagedBy()
      Gets the managedBy.
      java.lang.String getState()
      Gets the state.
      java.util.List<java.lang.String> getTags()
      Gets the tags.
      • Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModel

        equals, hashCode, toString
      • Methods inherited from class java.lang.Object

        getClass, notify, notifyAll, wait, wait, wait
    • Method Detail

      • getCreatedBy

        public java.lang.String getCreatedBy()
        Gets the createdBy. Username who created the bucket.
        Returns:
        the createdBy
      • getCreatedOn

        public java.lang.String getCreatedOn()
        Gets the createdOn. Creation date.
        Returns:
        the createdOn
      • getDescription

        public java.lang.String getDescription()
        Gets the description. Bucket Description.
        Returns:
        the description
      • getEndpoint

        public java.lang.String getEndpoint()
        Gets the endpoint. Bucket endpoint.
        Returns:
        the endpoint
      • getManagedBy

        public java.lang.String getManagedBy()
        Gets the managedBy. Managed by.
        Returns:
        the managedBy
      • getState

        public java.lang.String getState()
        Gets the state. Mark bucket active or inactive.
        Returns:
        the state
      • getTags

        public java.util.List<java.lang.String> getTags()
        Gets the tags. Tags.
        Returns:
        the tags
      • getAssociatedCatalogs

        public java.util.List<java.lang.String> getAssociatedCatalogs()
        Gets the associatedCatalogs. Associated catalogs.
        Returns:
        the associatedCatalogs
      • getBucketDisplayName

        public java.lang.String getBucketDisplayName()
        Gets the bucketDisplayName. Bucket Display Name.
        Returns:
        the bucketDisplayName
      • getBucketId

        public java.lang.String getBucketId()
        Gets the bucketId. Bucket ID auto generated during bucket registration.
        Returns:
        the bucketId
      • getBucketName

        public java.lang.String getBucketName()
        Gets the bucketName. Actual bucket name.
        Returns:
        the bucketName
      • getBucketType

        public java.lang.String getBucketType()
        Gets the bucketType. Bucket Type.
        Returns:
        the bucketType
      • getActions

        public java.util.List<java.lang.String> getActions()
        Gets the actions. Actions.
        Returns:
        the actions