Class Dataset
- java.lang.Object
-
- zowe.client.sdk.zosfiles.dsn.response.Dataset
-
public class Dataset extends Object
Represents a z/OS data set- Version:
- 3.0
- Author:
- Nikunj Goyal
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDataset.BuilderBuilder class for Dataset
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Optional<String>getBlksz()Retrieve block size of the datasetOptional<String>getCatnm()Retrieve catnm of the datasetOptional<String>getCdate()Retrieve creation date of the datasetOptional<String>getDev()Retrieve dev of the datasetOptional<String>getDsname()Retrieve name of the datasetOptional<String>getDsntp()Retrieve dsntp of the datasetOptional<String>getDsorg()Retrieve dsorg of the datasetOptional<String>getEdate()Retrieve edate of the datasetOptional<String>getExtx()Retrieve extx of the datasetOptional<String>getLrectl()Retrieve lrectl of the datasetOptional<String>getMigr()Retrieve migr of the datasetOptional<String>getMvol()Retrieve mvol of the datasetOptional<String>getOvf()Retrieve ovf of the datasetOptional<String>getRdate()Retrieve rdate of the datasetOptional<String>getRecfm()Retrieve recfm of the datasetOptional<String>getSizex()Retrieve sizex of the datasetOptional<String>getSpacu()Retrieve spacu of the datasetOptional<String>getUsed()Retrieve used of the datasetOptional<String>getVol()Retrieve volume of the datasetStringtoString()Return string value representing Dataset object
-
-
-
Method Detail
-
getDsname
public Optional<String> getDsname()
Retrieve name of the dataset- Returns:
- Optional string value
-
getBlksz
public Optional<String> getBlksz()
Retrieve block size of the dataset- Returns:
- Optional string value
-
getCatnm
public Optional<String> getCatnm()
Retrieve catnm of the dataset- Returns:
- Optional string value
-
getCdate
public Optional<String> getCdate()
Retrieve creation date of the dataset- Returns:
- Optional string value
-
getDsntp
public Optional<String> getDsntp()
Retrieve dsntp of the dataset- Returns:
- Optional string value
-
getDsorg
public Optional<String> getDsorg()
Retrieve dsorg of the dataset- Returns:
- Optional string value
-
getEdate
public Optional<String> getEdate()
Retrieve edate of the dataset- Returns:
- Optional string value
-
getExtx
public Optional<String> getExtx()
Retrieve extx of the dataset- Returns:
- Optional string value
-
getLrectl
public Optional<String> getLrectl()
Retrieve lrectl of the dataset- Returns:
- Optional string value
-
getMigr
public Optional<String> getMigr()
Retrieve migr of the dataset- Returns:
- Optional string value
-
getMvol
public Optional<String> getMvol()
Retrieve mvol of the dataset- Returns:
- Optional string value
-
getRdate
public Optional<String> getRdate()
Retrieve rdate of the dataset- Returns:
- Optional string value
-
getRecfm
public Optional<String> getRecfm()
Retrieve recfm of the dataset- Returns:
- Optional string value
-
getSizex
public Optional<String> getSizex()
Retrieve sizex of the dataset- Returns:
- Optional string value
-
getSpacu
public Optional<String> getSpacu()
Retrieve spacu of the dataset- Returns:
- Optional string value
-
getUsed
public Optional<String> getUsed()
Retrieve used of the dataset- Returns:
- Optional string value
-
getVol
public Optional<String> getVol()
Retrieve volume of the dataset- Returns:
- Optional string value
-
-