Class MuranoActionResult
- java.lang.Object
-
- org.openstack4j.openstack.murano.v1.domain.MuranoActionResult
-
- All Implemented Interfaces:
Serializable,ModelEntity,ActionResult
public class MuranoActionResult extends Object implements ActionResult
- Author:
- Nikolay Mahotkin.
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MuranoActionResult()
-
-
-
Method Detail
-
isException
public Boolean isException()
- Specified by:
isExceptionin interfaceActionResult- Returns:
- true if exception was raised during action execution.
-
getResult
public Object getResult()
- Specified by:
getResultin interfaceActionResult- Returns:
- the Result object.
It might be one of:
- String
- boolean
- int
- float
- List
- Map
depending on Action itself.
-
-