Package zowe.client.sdk.parse
Class TsoStopJsonParse
- java.lang.Object
-
- zowe.client.sdk.parse.TsoStopJsonParse
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static JsonParse
getInstance()
Get singleton instanceObject
parseResponse()
Retrieve parsed json Tso Stop ResponseJsonParse
setJsonObject(org.json.simple.JSONObject data)
Set the data to be parsed
-
-
-
Method Detail
-
getInstance
public static JsonParse getInstance()
Get singleton instance- Returns:
- TsoStopParseResponse object
-
parseResponse
public Object parseResponse()
Retrieve parsed json Tso Stop Response- Specified by:
parseResponse
in interfaceJsonParse
- Returns:
- populated console response, see ZosmfTsoResponse object
-
setJsonObject
public JsonParse setJsonObject(org.json.simple.JSONObject data)
Set the data to be parsed- Specified by:
setJsonObject
in interfaceJsonParse
- Parameters:
data
- json data to parse- Returns:
- JsonParseResponse this object
-
-