Class ActionResult

java.lang.Object
com.ptc.odata.core.entity.processor.ActionResult

public class ActionResult extends Object
Processed Action result.

Supported API: true

Extendable: false
  • Method Details

    • getReturnedObject

      public Object getReturnedObject()
      Returns the result of the action.

      Supported API: true
      Returns:
      the result of the action
    • setReturnedObject

      public void setReturnedObject(Object returnedObject)
      Sets the action result object.

      Supported API: true
      Parameters:
      returnedObject - the action result object.