Module ibm.zosrrs

Class EnvironmentReturnType


  • public final class EnvironmentReturnType
    extends java.lang.Object
    Return data for atrsenv
    Since:
    2.4.0
    See Also:
    RRS.setEnvironment(int, int)
    • Constructor Detail

      • EnvironmentReturnType

        public EnvironmentReturnType​(int rc,
                                     byte[] diagArea)
        Constructor
        Parameters:
        rc - the return code from atrsenv
        diagArea - a byte array containing the atrsenv diagnostic area
    • Method Detail

      • toString

        public java.lang.String toString()
        toString for tracing
        Overrides:
        toString in class java.lang.Object
      • getReturnCode

        public int getReturnCode()
        Returns:
        int the return code from atrsenv
      • getDiagArea

        public byte[] getDiagArea()
        Returns:
        byte[] the diagnostic area returned from atrsenv