java.lang.Object
com.ibm.zosrrs.BeginReturnType
Return data for atrbeg
- Since:
- 2.1.0
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionBeginReturnType(int rc, byte[] urToken, byte[] urid, byte[] diagArea) Constructor -
Method Summary
-
Constructor Details
-
BeginReturnType
public BeginReturnType(int rc, byte[] urToken, byte[] urid, byte[] diagArea) Constructor- Parameters:
rc- the return code from atrbegurToken- the UR tokenurid- the UR iddiagArea- a byte array containing the atrbeg diagnostic area
-
-
Method Details
-
toString
toString for tracing -
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
-