Package org.jclouds.compute.domain
Class ExecResponse
- java.lang.Object
-
- org.jclouds.compute.domain.ExecResponse
-
- All Implemented Interfaces:
CustomizationResponse
public class ExecResponse extends Object implements CustomizationResponse
-
-
Field Summary
Fields Modifier and Type Field Description static intDEFAULT_EXIT_STATUS
-
Constructor Summary
Constructors Constructor Description ExecResponse(String output, String error, Integer exitStatus)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetError()intgetExitStatus()StringgetOutput()inthashCode()StringtoString()
-
-
-
Field Detail
-
DEFAULT_EXIT_STATUS
public static final int DEFAULT_EXIT_STATUS
- See Also:
- Constant Field Values
-
-