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 class
ZosmfSystemsResponse.Builder
Builder class for ZosmfSystemsResponse
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Optional<DefinedSystem[]>
getDefinedSystems()
Retrieve definedSystems specifiedOptionalLong
getNumRows()
Retrieve numRows specifiedString
toString()
Return string value representing ZosmfSystemsResponse object
-
-
-
Method Detail
-
getDefinedSystems
public Optional<DefinedSystem[]> getDefinedSystems()
Retrieve definedSystems specified- Returns:
- definedSystems value
-
getNumRows
public OptionalLong getNumRows()
Retrieve numRows specified- Returns:
- numRows value
-
-