Class EnrichmentAsset
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.watsonxdata.watsonx_data.v2.model.EnrichmentAsset
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class EnrichmentAsset extends com.ibm.cloud.sdk.core.service.model.GenericModelEncrichment 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.StringgetAssetId()Gets the assetId.java.lang.StringgetAssetName()Gets the assetName.java.lang.StringgetResourceKey()Gets the resourceKey.java.lang.StringgetSchemaName()Gets the schemaName.
-
-
-
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
-
-