Class ObjectAccess
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.platform_services.catalog_management.v1.model.ObjectAccess
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class ObjectAccess extends com.ibm.cloud.sdk.core.service.model.GenericModelobject access.
-
-
Constructor Summary
Constructors Constructor Description ObjectAccess()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetAccount()Gets the account.java.lang.StringgetCatalogId()Gets the catalogId.java.util.DategetCreate()Gets the create.java.lang.StringgetId()Gets the id.java.lang.StringgetTargetId()Gets the targetId.
-
-
-
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
-
-