- java.lang.Object
-
- zowe.client.sdk.zosfiles.dsn.model.Dataset
-
public class Dataset extends Object
Represents a z/OS data set- Version:
- 5.0
- Author:
- Nikunj Goyal
-
-
Constructor Summary
Constructors Constructor Description Dataset(String dsname, String blksz, String catnm, String cdate, String dev, String dsntp, String dsorg, String edate, String extx, String lrectl, String migr, String mvol, String ovf, String rdate, String recfm, String sizex, String spacu, String used, String vol)Dataset constructor for Jackson JSON parsing
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetBlksz()Retrieve block size of the datasetStringgetCatnm()Retrieve catnm of the datasetStringgetCdate()Retrieve creation date of the datasetStringgetDev()Retrieve dev of the datasetStringgetDsname()Retrieve the name of the datasetStringgetDsntp()Retrieve dsntp of the datasetStringgetDsorg()Retrieve dsorg of the datasetStringgetEdate()Retrieve edate of the datasetStringgetExtx()Retrieve extx of the datasetStringgetLrectl()Retrieve lrectl of the datasetStringgetMigr()Retrieve migr of the datasetStringgetMvol()Retrieve mvol of the datasetStringgetOvf()Retrieve ovf of the datasetStringgetRdate()Retrieve rdate of the datasetStringgetRecfm()Retrieve recfm of the datasetStringgetSizex()Retrieve sizex of the datasetStringgetSpacu()Retrieve spacu of the datasetStringgetUsed()Retrieve used of the datasetStringgetVol()Retrieve volume of the datasetStringtoString()Return string value representing a Dataset object
-
-
-
Constructor Detail
-
Dataset
public Dataset(String dsname, String blksz, String catnm, String cdate, String dev, String dsntp, String dsorg, String edate, String extx, String lrectl, String migr, String mvol, String ovf, String rdate, String recfm, String sizex, String spacu, String used, String vol)
Dataset constructor for Jackson JSON parsing- Parameters:
dsname- the dataset nameblksz- block sizecatnm- catalog namecdate- creation datedev- device typedsntp- dataset typedsorg- organization typeedate- expiration dateextx- number of extensionslrectl- record lengthmigr- migration indicatormvol- multi-volume indicatorovf- open virtualization formatrdate- last referenced daterecfm- record formatsizex- size of the first extentspacu- space unitsused- used percentagevol- volume name
-
-
Method Detail
-
getDsname
public String getDsname()
Retrieve the name of the dataset- Returns:
- string value
-
getBlksz
public String getBlksz()
Retrieve block size of the dataset- Returns:
- string value
-
getCatnm
public String getCatnm()
Retrieve catnm of the dataset- Returns:
- string value
-
getCdate
public String getCdate()
Retrieve creation date of the dataset- Returns:
- string value
-
getDev
public String getDev()
Retrieve dev of the dataset- Returns:
- string value
-
getDsntp
public String getDsntp()
Retrieve dsntp of the dataset- Returns:
- string value
-
getDsorg
public String getDsorg()
Retrieve dsorg of the dataset- Returns:
- string value
-
getEdate
public String getEdate()
Retrieve edate of the dataset- Returns:
- string value
-
getExtx
public String getExtx()
Retrieve extx of the dataset- Returns:
- string value
-
getLrectl
public String getLrectl()
Retrieve lrectl of the dataset- Returns:
- string value
-
getMigr
public String getMigr()
Retrieve migr of the dataset- Returns:
- string value
-
getMvol
public String getMvol()
Retrieve mvol of the dataset- Returns:
- string value
-
getOvf
public String getOvf()
Retrieve ovf of the dataset- Returns:
- string value
-
getRdate
public String getRdate()
Retrieve rdate of the dataset- Returns:
- string value
-
getRecfm
public String getRecfm()
Retrieve recfm of the dataset- Returns:
- string value
-
getSizex
public String getSizex()
Retrieve sizex of the dataset- Returns:
- string value
-
getSpacu
public String getSpacu()
Retrieve spacu of the dataset- Returns:
- string value
-
getUsed
public String getUsed()
Retrieve used of the dataset- Returns:
- string value
-
getVol
public String getVol()
Retrieve volume of the dataset- Returns:
- string value
-
-