Class EnrichmentAsset

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

    public class EnrichmentAsset
    extends com.ibm.cloud.sdk.core.service.model.GenericModel
    Encrichment asset.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<java.lang.String> getAssetAttributes()
      Gets the assetAttributes.
      java.lang.String getAssetId()
      Gets the assetId.
      java.lang.String getAssetName()
      Gets the assetName.
      java.lang.String getResourceKey()
      Gets the resourceKey.
      java.lang.String getSchemaName()
      Gets the schemaName.
      • 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

      • getAssetAttributes

        public java.util.List<java.lang.String> getAssetAttributes()
        Gets the assetAttributes. schema name.
        Returns:
        the assetAttributes
      • getAssetId

        public java.lang.String getAssetId()
        Gets the assetId. data asset id.
        Returns:
        the assetId
      • getAssetName

        public java.lang.String getAssetName()
        Gets the assetName. asset name.
        Returns:
        the assetName
      • getResourceKey

        public java.lang.String getResourceKey()
        Gets the resourceKey. resource name.
        Returns:
        the resourceKey
      • getSchemaName

        public java.lang.String getSchemaName()
        Gets the schemaName. schema.
        Returns:
        the schemaName