Class GetToolByIdOptions

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

    public class GetToolByIdOptions
    extends com.ibm.cloud.sdk.core.service.model.GenericModel
    The getToolById options.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      GetToolByIdOptions.Builder newBuilder()
      New builder.
      java.lang.String toolchainId()
      Gets the toolchainId.
      java.lang.String toolId()
      Gets the toolId.
      • 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

      • toolchainId

        public java.lang.String toolchainId()
        Gets the toolchainId. ID of the toolchain.
        Returns:
        the toolchainId
      • toolId

        public java.lang.String toolId()
        Gets the toolId. ID of the tool bound to the toolchain.
        Returns:
        the toolId