Package zowe.client.sdk.zostso.response
Class TsoStartResponse
- java.lang.Object
-
- zowe.client.sdk.zostso.response.TsoStartResponse
-
public class TsoStartResponse extends Object
The z/OSMF tso start response.- Version:
- 5.0
- Author:
- Frank Giordano
-
-
Constructor Summary
Constructors Constructor Description TsoStartResponse(boolean success, String sessionId, String response)TsoStartResponse constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetResponse()Retrieve TSO start response stringStringgetSessionId()Retrieve started TSO session idbooleanisSuccess()Did TSO start succeed?StringtoString()Return string value representing TsoStartResponse object
-