Class Member
- java.lang.Object
-
- zowe.client.sdk.zosfiles.dsn.response.Member
-
public class Member extends Object
Represents a z/OS partition data set member- Version:
- 2.0
- Author:
- Frank Giordano
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classMember.Builder
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Optional<String>getC4date()Retrieve creation date of the memberOptionalLonggetCnorc()Retrieve cnorc of the memberOptionalLonggetInorc()Retrieve inorc of the memberOptional<String>getM4date()Retrieve modification date of the memberOptional<String>getMember()Retrieve name of the memberOptionalLonggetMnorc()Retrieve mnorc of the memberOptionalLonggetMod()Retrieve modification number of the memberOptional<String>getMsec()Retrieve msec of the memberOptional<String>getMtime()Retrieve mtime of the memberOptional<String>getSclm()Retrieve sclm of the memberOptional<String>getUser()Retrieve user of the memberOptionalLonggetVers()Retrieve version number of the memberStringtoString()String representation of the member object
-
-
-
Method Detail
-
getMember
public Optional<String> getMember()
Retrieve name of the member- Returns:
- Optional string value
-
getVers
public OptionalLong getVers()
Retrieve version number of the member- Returns:
- Optional long value
-
getMod
public OptionalLong getMod()
Retrieve modification number of the member- Returns:
- Optional long value
-
getC4date
public Optional<String> getC4date()
Retrieve creation date of the member- Returns:
- Optional string value
-
getM4date
public Optional<String> getM4date()
Retrieve modification date of the member- Returns:
- Optional string value
-
getCnorc
public OptionalLong getCnorc()
Retrieve cnorc of the member- Returns:
- Optional long value
-
getInorc
public OptionalLong getInorc()
Retrieve inorc of the member- Returns:
- Optional long value
-
getMnorc
public OptionalLong getMnorc()
Retrieve mnorc of the member- Returns:
- Optional long value
-
getMtime
public Optional<String> getMtime()
Retrieve mtime of the member- Returns:
- Optional string value
-
getMsec
public Optional<String> getMsec()
Retrieve msec of the member- Returns:
- Optional string value
-
getUser
public Optional<String> getUser()
Retrieve user of the member- Returns:
- Optional string value
-
getSclm
public Optional<String> getSclm()
Retrieve sclm of the member- Returns:
- Optional string value
-
-