Package zowe.client.sdk.parsejson
Class ParseZosmfListDefinedSystemsJson
- java.lang.Object
-
- zowe.client.sdk.parsejson.ParseZosmfListDefinedSystemsJson
-
- All Implemented Interfaces:
IParseJson<ZosmfListDefinedSystemsResponse>
public class ParseZosmfListDefinedSystemsJson extends Object implements IParseJson<ZosmfListDefinedSystemsResponse>
Class to transform JSON into ZosmfListDefinedSystemsResponse object- Version:
- 1.0
- Author:
- Frank Giordano
-
-
Constructor Summary
Constructors Constructor Description ParseZosmfListDefinedSystemsJson()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ZosmfListDefinedSystemsResponseparse(org.json.simple.JSONObject jsonObject)Transform JSON into ZosmfListDefinedSystemsResponse object
-
-
-
Method Detail
-
parse
public ZosmfListDefinedSystemsResponse parse(org.json.simple.JSONObject jsonObject)
Transform JSON into ZosmfListDefinedSystemsResponse object- Specified by:
parsein interfaceIParseJson<ZosmfListDefinedSystemsResponse>- Parameters:
jsonObject- JSON object- Returns:
- ZosmfListDefinedSystemsResponse object
-
-