Class ExecResponse

java.lang.Object
org.jclouds.compute.domain.ExecResponse
All Implemented Interfaces:
CustomizationResponse

public class ExecResponse extends Object implements CustomizationResponse
  • Field Details

  • Constructor Details

  • Method Details

    • getError

      public String getError()
    • getOutput

      public String getOutput()
    • 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