Class ListZfsParams
- java.lang.Object
-
- zowe.client.sdk.zosfiles.uss.input.ListZfsParams
-
public class ListZfsParams extends Object
Parameter container class for Unix System Services (USS) list operation- Version:
- 4.0
- Author:
- Frank Giordano
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classListZfsParams.BuilderBuilder class for ListZfsParams
-
Constructor Summary
Constructors Constructor Description ListZfsParams(ListZfsParams.Builder builder)ListZfsParams constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Optional<String>getFsname()Retrieve fsname valueOptionalIntgetMaxLength()Retrieve maxLength valueOptional<String>getPath()Retrieve path valueStringtoString()Return string value representing ListZfsParams object
-
-
-
Constructor Detail
-
ListZfsParams
public ListZfsParams(ListZfsParams.Builder builder)
ListZfsParams constructor- Parameters:
builder- ListZfsParams.Builder builder
-
-
Method Detail
-
getMaxLength
public OptionalInt getMaxLength()
Retrieve maxLength value- Returns:
- maxLength value
-
-