Class ResourceWithResult

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

    public class ResourceWithResult
    extends com.ibm.cloud.sdk.core.service.model.GenericModel
    Resource with result.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getAction()
      Gets the action.
      java.lang.String getResourceName()
      Gets the resourceName.
      java.lang.String getResourceType()
      Gets the resourceType.
      java.lang.Boolean isResult()
      Gets the result.
      • 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

      • getAction

        public java.lang.String getAction()
        Gets the action. action.
        Returns:
        the action
      • getResourceName

        public java.lang.String getResourceName()
        Gets the resourceName. Resource name.
        Returns:
        the resourceName
      • getResourceType

        public java.lang.String getResourceType()
        Gets the resourceType. Resource type.
        Returns:
        the resourceType
      • isResult

        public java.lang.Boolean isResult()
        Gets the result. resource evaluation result.
        Returns:
        the result