Class GetParams
- java.lang.Object
-
- zowe.client.sdk.zosfiles.uss.input.GetParams
-
public class GetParams extends Object
Parameter container class forUnix System Services (USS) get operation- Version:
- 2.0
- Author:
- James Kostrewski, Frank Giordano
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classGetParams.Builder
-
Constructor Summary
Constructors Constructor Description GetParams(GetParams.Builder builder)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description OptionalIntgetMaxReturnSize()Retrieve maxreturnsize valueintgetQueryCount()Retrieve queryCount valueOptional<String>getRecordsRange()Retrieve recordsRange valueOptional<String>getResearch()Retrieve research valueOptional<String>getSearch()Retrieve search valuebooleanisBinary()Retrieve binary valuebooleanisInsensitive()Retrieve insensitive valueStringtoString()
-
-
-
Constructor Detail
-
GetParams
public GetParams(GetParams.Builder builder)
-
-
Method Detail
-
isInsensitive
public boolean isInsensitive()
Retrieve insensitive value- Returns:
- insensitive value
-
getMaxReturnSize
public OptionalInt getMaxReturnSize()
Retrieve maxreturnsize value- Returns:
- maxreturnsize value
-
getQueryCount
public int getQueryCount()
Retrieve queryCount value- Returns:
- queryCount value
-
isBinary
public boolean isBinary()
Retrieve binary value- Returns:
- binary value
-
getRecordsRange
public Optional<String> getRecordsRange()
Retrieve recordsRange value- Returns:
- recordsRange value
-
-