Class ZosmfSystemsResponse
- java.lang.Object
-
- zowe.client.sdk.zosmfinfo.response.ZosmfSystemsResponse
-
public final class ZosmfSystemsResponse extends Object
API response for list systems defined to z/OSMF.- Version:
- 5.0
- Author:
- Frank Giordano
-
-
Constructor Summary
Constructors Constructor Description ZosmfSystemsResponse(Long numRows, DefinedSystem[] definedSystems)Jackson constructor for ZosmfSystemsResponse
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DefinedSystem[]getDefinedSystems()Retrieve definedSystems specifiedLonggetNumRows()Retrieve numRows specifiedStringtoString()Return string value representing ZosmfSystemsResponse object
-
-
-
Constructor Detail
-
ZosmfSystemsResponse
public ZosmfSystemsResponse(Long numRows, DefinedSystem[] definedSystems)
Jackson constructor for ZosmfSystemsResponse- Parameters:
numRows- total number of rows returneddefinedSystems- 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
-
-