Package zowe.client.sdk.parse
Class TsoJsonParse
- java.lang.Object
-
- zowe.client.sdk.parse.TsoJsonParse
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static JsonParse
getInstance()
Get singleton instanceZosmfTsoResponse
parseResponse()
Parse a Tso command response into ZosmfTsoResponse objectJsonParse
setJsonObject(org.json.simple.JSONObject data)
Set the data to be parsed
-
-
-
Method Detail
-
getInstance
public static JsonParse getInstance()
Get singleton instance- Returns:
- TsoParseResponse object
-
parseResponse
public ZosmfTsoResponse parseResponse()
Parse a Tso command response into ZosmfTsoResponse object- Specified by:
parseResponse
in interfaceJsonParse
- Returns:
- 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
-
-