Module ibm.zosrrs

Class EnvironmentReturnType

java.lang.Object
com.ibm.zosrrs.EnvironmentReturnType

public final class EnvironmentReturnType extends Object
Return data for atrsenv
Since:
2.4.0
See Also:
  • Constructor Details

    • 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 Details

    • toString

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

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

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