Package zowe.client.sdk.parse
Class SystemsParseResponse
- java.lang.Object
-
- zowe.client.sdk.parse.SystemsParseResponse
-
- All Implemented Interfaces:
JsonParseResponse
public final class SystemsParseResponse extends Object implements JsonParseResponse
Parse json response from z/OSMF defined systems 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 ZosmfListDefinedSystemsResponse objectJsonParseResponse
setJsonObject(org.json.simple.JSONObject data)
Set the data to be parsed
-
-
-
Method Detail
-
getInstance
public static JsonParseResponse getInstance()
Get singleton instance- Returns:
- SystemsParseResponse object
-
parseResponse
public Object parseResponse()
Transform data into ZosmfListDefinedSystemsResponse object- Specified by:
parseResponse
in interfaceJsonParseResponse
- Returns:
- ZosmfListDefinedSystemsResponse 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
-
-