Class UnixZfsListResponse
- java.lang.Object
-
- zowe.client.sdk.zosfiles.uss.reaponse.UnixZfsListResponse
-
public final class UnixZfsListResponse extends Object
UssZfsResponse object representing a ZFS response from Unix System Services (USS) filesystems list operation. Immutable class using Jackson for JSON parsing.- Version:
- 5.0
- Author:
- Frank Giordano
-
-
Constructor Summary
Constructors Constructor Description UnixZfsListResponse(Integer jsonVersion, List<UnixZfs> items)UssZfsItem Constructor for Jackson
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<UnixZfs>getItems()Retrieve zfs itemsintgetJsonVersion()Retrieve JSON version
-