Package com.consol.citrus.ssh.model
Class SshResponse
- java.lang.Object
-
- com.consol.citrus.ssh.model.SshResponse
-
- All Implemented Interfaces:
SshMessage
public class SshResponse extends Object implements SshMessage
POJO encapsulate a SSH response. It is immutable.- Since:
- 1.3
- Author:
- Roland Huss
-
-
Constructor Summary
Constructors Constructor Description SshResponse()Default constructor.SshResponse(String pStdout, String pStderr, int pExit)Default constructor using fields.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetExit()Gets the exit.StringgetStderr()Gets the stderr.StringgetStdout()Gets the stdout.
-