Module ibm.zosrrs

Class EndReturnType

java.lang.Object
com.ibm.zosrrs.EndReturnType

public final class EndReturnType extends Object
Return data for atrend
Since:
2.1.0
See Also:
  • Constructor Details

    • EndReturnType

      public EndReturnType(int rc, byte[] diagArea)
      Constructor
      Parameters:
      rc - the return code from atrend
      diagArea - the diagnostics area returned from atrend
  • Method Details

    • toString

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

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

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