- java.lang.Object
-
- com.ibm.zosrrs.EnvironmentReturnType
-
public final class EnvironmentReturnType extends java.lang.Object
Return data for atrsenv- Since:
- 2.4.0
- See Also:
RRS.setEnvironment(int, int)
-
-
Constructor Summary
Constructors Constructor Description EnvironmentReturnType​(int rc, byte[] diagArea)
Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]
getDiagArea()
int
getReturnCode()
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 atrsenv
-
getDiagArea
public byte[] getDiagArea()
- Returns:
- byte[] the diagnostic area returned from atrsenv
-
-