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 JsonParseResponsegetInstance()Get singleton instanceObjectparseResponse()Transform data into ZosmfListDefinedSystemsResponse objectJsonParseResponsesetJsonObject(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:
parseResponsein interfaceJsonParseResponse- Returns:
- ZosmfListDefinedSystemsResponse object
-
setJsonObject
public JsonParseResponse setJsonObject(org.json.simple.JSONObject data)
Set the data to be parsed- Specified by:
setJsonObjectin interfaceJsonParseResponse- Parameters:
data- json data to parse- Returns:
- JsonParseResponse this object
-
-