Class ZosmfSystemsResponse


  • public final class ZosmfSystemsResponse
    extends Object
    API response for list systems defined to z/OSMF.
    Version:
    5.0
    Author:
    Frank Giordano
    • Constructor Detail

      • ZosmfSystemsResponse

        public ZosmfSystemsResponse​(Long numRows,
                                    DefinedSystem[] definedSystems)
        Jackson constructor for ZosmfSystemsResponse
        Parameters:
        numRows - total number of rows returned
        definedSystems - array of defined systems
    • Method Detail

      • getDefinedSystems

        public DefinedSystem[] getDefinedSystems()
        Retrieve definedSystems specified
        Returns:
        definedSystems value
      • getNumRows

        public Long getNumRows()
        Retrieve numRows specified
        Returns:
        numRows value
      • toString

        public String toString()
        Return string value representing ZosmfSystemsResponse object
        Overrides:
        toString in class Object
        Returns:
        string representation of ZosmfSystemsResponse