Class Member


  • public class Member
    extends Object
    Represents a z/OS partition data set member
    Version:
    3.0
    Author:
    Frank Giordano
    • 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
      • toString

        public String toString()
        Return string value representing Member object
        Overrides:
        toString in class Object
        Returns:
        string representation of Member