- java.lang.Object
-
- com.ibm.zosrrs.BeginReturnType
-
public final class BeginReturnType extends java.lang.Object
Return data for atrbeg- Since:
- 2.1.0
- See Also:
RRS.begin(int)
-
-
Constructor Summary
Constructors Constructor Description BeginReturnType(int rc, byte[] urToken, byte[] urid, byte[] diagArea)
Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]
getDiagArea()
int
getReturnCode()
byte[]
getURID()
byte[]
getUrToken()
java.lang.String
toString()
toString for tracing
-
-
-
Method Detail
-
toString
public java.lang.String toString()
toString for tracing- Overrides:
toString
in classjava.lang.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
-
-