Class ResourceWithResult
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.watsonxdata.watsonx_data.v1.model.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.
-
-
-
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
-
-