Package zowe.client.sdk.parse
Class SystemInfoParseResponse
- java.lang.Object
-
- zowe.client.sdk.parse.SystemInfoParseResponse
-
- All Implemented Interfaces:
JsonParseResponse
public final class SystemInfoParseResponse extends Object implements JsonParseResponse
Parse json response from z/OSMF status request- Version:
- 2.0
- Author:
- Frank Giordano
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static JsonParseResponse
getInstance()
Get singleton instanceObject
parseResponse()
Transform data into ZosmfInfoResponse objectJsonParseResponse
setJsonObject(org.json.simple.JSONObject data)
Set the data to be parsed
-
-
-
Method Detail
-
getInstance
public static JsonParseResponse getInstance()
Get singleton instance- Returns:
- SystemInfoParseResponse object
-
parseResponse
public Object parseResponse()
Transform data into ZosmfInfoResponse object- Specified by:
parseResponse
in interfaceJsonParseResponse
- Returns:
- ZosmfInfoResponse object
-
setJsonObject
public JsonParseResponse setJsonObject(org.json.simple.JSONObject data)
Set the data to be parsed- Specified by:
setJsonObject
in interfaceJsonParseResponse
- Parameters:
data
- json data to parse- Returns:
- JsonParseResponse this object
-
-