Module ibm.zosrrs

Class EndReturnType


  • public final class EndReturnType
    extends java.lang.Object
    Return data for atrend
    Since:
    2.1.0
    See Also:
    RRS.end(int, byte[])
    • Constructor Summary

      Constructors 
      Constructor Description
      EndReturnType​(int rc, byte[] diagArea)
      Constructor
    • Constructor Detail

      • EndReturnType

        public EndReturnType​(int rc,
                             byte[] diagArea)
        Constructor
        Parameters:
        rc - the return code from atrend
        diagArea - the diagnostics area returned from atrend
    • 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 atrend
      • getDiagArea

        public byte[] getDiagArea()
        Returns:
        byte[] the diagnostics area returned from atrend