Package zowe.client.sdk.parse
Class DefinedSysParseResponse
- java.lang.Object
-
- zowe.client.sdk.parse.JsonParseResponse
-
- zowe.client.sdk.parse.DefinedSysParseResponse
-
public class DefinedSysParseResponse extends JsonParseResponse
Parse json response from z/OSMF defined systems request- Version:
- 2.0
- Author:
- Frank Giordano
-
-
Field Summary
-
Fields inherited from class zowe.client.sdk.parse.JsonParseResponse
data
-
-
Constructor Summary
Constructors Constructor Description DefinedSysParseResponse(org.json.simple.JSONObject data)
DefinedSysParseResponse constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
parseResponse()
Transform json into ZosmfListDefinedSystemsResponse object
-
-
-
Method Detail
-
parseResponse
public Object parseResponse()
Transform json into ZosmfListDefinedSystemsResponse object- Specified by:
parseResponse
in classJsonParseResponse
- Returns:
- ZosmfListDefinedSystemsResponse object
-
-