Class ToolModelReferent

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

    public class ToolModelReferent
    extends com.ibm.cloud.sdk.core.service.model.GenericModel
    Information on URIs to access this resource through the UI or API.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getApiHref()
      Gets the apiHref.
      java.lang.String getUiHref()
      Gets the uiHref.
      • 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

      • getUiHref

        public java.lang.String getUiHref()
        Gets the uiHref. URI representing this resource through the UI.
        Returns:
        the uiHref
      • getApiHref

        public java.lang.String getApiHref()
        Gets the apiHref. URI representing this resource through an API.
        Returns:
        the apiHref