Class Worker

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

    public class Worker
    extends com.ibm.cloud.sdk.core.service.model.GenericModel
    Details of the worker used to run the pipeline.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getId()
      Gets the id.
      java.lang.String getName()
      Gets the name.
      java.lang.String getType()
      Gets the type.
      • 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

      • getName

        public java.lang.String getName()
        Gets the name. Name of the worker. Computed based on the worker ID.
        Returns:
        the name
      • getType

        public java.lang.String getType()
        Gets the type. Type of the worker. Computed based on the worker ID.
        Returns:
        the type
      • getId

        public java.lang.String getId()
        Gets the id. ID of the worker.
        Returns:
        the id