Package zowe.client.sdk.utility
Class ZosmfUtils
- java.lang.Object
-
- zowe.client.sdk.utility.ZosmfUtils
-
public final class ZosmfUtils extends Object
Utility Class contains helper methods for z/OSMF related processing- Version:
- 1.0
- Author:
- Frank Giordano
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ZosmfListDefinedSystemsResponseparseListDefinedSystems(org.json.simple.JSONObject jsonObject)Transform JSON into ZosmfListDefinedSystemsResponse objectstatic ZosmfInfoResponseparseZosmfInfo(org.json.simple.JSONObject jsonObject)Transform JSON into ZosmfInfoResponse object
-
-
-
Method Detail
-
parseListDefinedSystems
public static ZosmfListDefinedSystemsResponse parseListDefinedSystems(org.json.simple.JSONObject jsonObject)
Transform JSON into ZosmfListDefinedSystemsResponse object- Parameters:
jsonObject- JSON object- Returns:
- ZosmfListDefinedSystemsResponse object
-
parseZosmfInfo
public static ZosmfInfoResponse parseZosmfInfo(org.json.simple.JSONObject jsonObject)
Transform JSON into ZosmfInfoResponse object- Parameters:
jsonObject- JSON object- Returns:
- ZosmfInfoResponse object
-
-