Class ZosmfSystemsResponse
- java.lang.Object
-
- zowe.client.sdk.zosmfinfo.response.ZosmfSystemsResponse
-
public class ZosmfSystemsResponse extends Object
API response for list systems defined to z/OSMF.- Version:
- 2.0
- Author:
- Frank Giordano
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classZosmfSystemsResponse.Builder
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Optional<DefinedSystem[]>getDefinedSystems()Retrieve definedSystems specifiedOptional<Long>getNumRows()Retrieve numRows specifiedStringtoString()
-
-
-
Method Detail
-
getDefinedSystems
public Optional<DefinedSystem[]> getDefinedSystems()
Retrieve definedSystems specified- Returns:
- definedSystems value
-
-