Class SalIntegrationEnrichmentJobsResultItemMetadata

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

    public class SalIntegrationEnrichmentJobsResultItemMetadata
    extends com.ibm.cloud.sdk.core.service.model.GenericModel
    Metadata information about the job.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getAssetId()
      Gets the assetId.
      java.lang.String getName()
      Gets the name.
      java.lang.String getOwnerId()
      Gets the ownerId.
      java.lang.Long getVersion()
      Gets the version.
      • 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

      • getAssetId

        public java.lang.String getAssetId()
        Gets the assetId. The ID of the asset.
        Returns:
        the assetId
      • getName

        public java.lang.String getName()
        Gets the name. Name of the job.
        Returns:
        the name
      • getOwnerId

        public java.lang.String getOwnerId()
        Gets the ownerId. ID of the owner of the job.
        Returns:
        the ownerId
      • getVersion

        public java.lang.Long getVersion()
        Gets the version. Version of the job.
        Returns:
        the version