Class UssListZfsInputData
- java.lang.Object
-
- zowe.client.sdk.zosfiles.uss.input.UssListZfsInputData
-
public class UssListZfsInputData 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 classUssListZfsInputData.BuilderBuilder class for UssListZfsInputData
-
Constructor Summary
Constructors Constructor Description UssListZfsInputData(UssListZfsInputData.Builder builder)UssListZfsInputData 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 UssListZfsInputData object
-
-
-
Constructor Detail
-
UssListZfsInputData
public UssListZfsInputData(UssListZfsInputData.Builder builder)
UssListZfsInputData constructor- Parameters:
builder- UssListZfsInputData.Builder builder
-
-
Method Detail
-
getMaxLength
public OptionalInt getMaxLength()
Retrieve maxLength value- Returns:
- maxLength value
-
-