Class ObjectAccess

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

    public class ObjectAccess
    extends com.ibm.cloud.sdk.core.service.model.GenericModel
    object access.
    • Constructor Summary

      Constructors 
      Constructor Description
      ObjectAccess()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getAccount()
      Gets the account.
      java.lang.String getCatalogId()
      Gets the catalogId.
      java.util.Date getCreate()
      Gets the create.
      java.lang.String getId()
      Gets the id.
      java.lang.String getTargetId()
      Gets the targetId.
      • 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
    • Constructor Detail

      • ObjectAccess

        public ObjectAccess()
    • Method Detail

      • getId

        public java.lang.String getId()
        Gets the id. unique id.
        Returns:
        the id
      • getAccount

        public java.lang.String getAccount()
        Gets the account. account id.
        Returns:
        the account
      • getCatalogId

        public java.lang.String getCatalogId()
        Gets the catalogId. unique id.
        Returns:
        the catalogId
      • getTargetId

        public java.lang.String getTargetId()
        Gets the targetId. object id.
        Returns:
        the targetId
      • getCreate

        public java.util.Date getCreate()
        Gets the create. date and time create.
        Returns:
        the create