Module ibm.zosrrs

Class BeginReturnType

java.lang.Object
com.ibm.zosrrs.BeginReturnType

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

    • BeginReturnType

      public BeginReturnType(int rc, byte[] urToken, byte[] urid, byte[] diagArea)
      Constructor
      Parameters:
      rc - the return code from atrbeg
      urToken - the UR token
      urid - the UR id
      diagArea - a byte array containing the atrbeg 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 atrbeg
    • getUrToken

      public byte[] getUrToken()
      Returns:
      byte[] the UR token returned from atrbeg
    • getURID

      public byte[] getURID()
      Returns:
      byte[] the UR id returned from atrbeg
    • getDiagArea

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