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:
- 4.0
- Author:
- James Kostrewski, Frank Giordano
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classGetParams.BuilderBuilder class for GetParams
-
Constructor Summary
Constructors Constructor Description GetParams(GetParams.Builder builder)GetParams constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description OptionalIntgetMaxReturnSize()Retrieve maxreturnsize valueintgetQueryCount()Retrieve queryCount valueOptional<String>getRecordsRange()Retrieve is recordsRange specifiedOptional<String>getResearch()Retrieve research valueOptional<String>getSearch()Retrieve search valuebooleanisBinary()Retrieve is binary specifiedbooleanisInsensitive()Retrieve is insensitive specifiedStringtoString()Return string value representing GetParams object
-
-
-
Constructor Detail
-
GetParams
public GetParams(GetParams.Builder builder)
GetParams constructor- Parameters:
builder- GetParams.Builder builder
-
-
Method Detail
-
isInsensitive
public boolean isInsensitive()
Retrieve is insensitive specified- Returns:
- boolean true or false
-
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 is binary specified- Returns:
- boolean true or false
-
getRecordsRange
public Optional<String> getRecordsRange()
Retrieve is recordsRange specified- Returns:
- boolean true or false
-
-