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