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
- Author:
- Adrian Cole
ExecResponse
public ExecResponse(String output,
String error,
int exitStatus)
getError
public String getError()
getOutput
public String getOutput()
getExitCode
@Deprecated
public int getExitCode()
- Deprecated.
- See Also:
getExitStatus()
getExitStatus
public int getExitStatus()
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object
equals
public boolean equals(Object o)
- Overrides:
equals
in class Object
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2009-2012 jclouds. All Rights Reserved.