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 JsonParsegetInstance()Get singleton instanceObjectparseResponse()Retrieve parsed json Tso Stop ResponseJsonParsesetJsonObject(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:
parseResponsein 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:
setJsonObjectin interfaceJsonParse- Parameters:
data- json data to parse- Returns:
- JsonParseResponse this object
-
-