Class CopyParams
- java.lang.Object
-
- zowe.client.sdk.zosfiles.dsn.input.CopyParams
-
public class CopyParams extends Object
This interface defines the options that can be sent into the copy data set function.- Version:
- 4.0
- Author:
- Leonid Baranov
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCopyParams.BuilderBuilder class for CopyParams
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Optional<String>getFromDataSet()Retrieve fromDataSet valueOptional<String>getFromVolser()Retrieve fromVolser valueOptional<String>getToDataSet()Retrieve toDataSet valueOptional<String>getToVolser()Retrieve toVolser valuebooleanisCopyAllMembers()Retrieve is copyAllMembers specifiedbooleanisReplace()Retrieve replace boolean valueStringtoString()Return string value representing CopyParams object
-
-
-
Method Detail
-
getFromDataSet
public Optional<String> getFromDataSet()
Retrieve fromDataSet value- Returns:
- fromDataSet value
-
getFromVolser
public Optional<String> getFromVolser()
Retrieve fromVolser value- Returns:
- fromVolser value
-
getToDataSet
public Optional<String> getToDataSet()
Retrieve toDataSet value- Returns:
- toDataSet value
-
isCopyAllMembers
public boolean isCopyAllMembers()
Retrieve is copyAllMembers specified- Returns:
- boolean true or false
-
isReplace
public boolean isReplace()
Retrieve replace boolean value- Returns:
- boolean true or false
-
-