Class ZosmfUtils


  • public final class ZosmfUtils
    extends Object
    Utility Class contains helper methods for z/OSMF related processing
    Version:
    2.0
    Author:
    Frank Giordano
    • 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