public final class EndReturnType
extends java.lang.Object
RRS.end(int, byte[])
Constructor and Description |
---|
EndReturnType(int rc,
byte[] diagArea)
Constructor
|
Modifier and Type | Method and Description |
---|---|
byte[] |
getDiagArea() |
int |
getReturnCode() |
java.lang.String |
toString()
toString for tracing
|
public EndReturnType(int rc, byte[] diagArea)
rc
- the return code from atrenddiagArea
- the diagnostics area returned from atrendpublic java.lang.String toString()
toString
in class java.lang.Object
public int getReturnCode()
public byte[] getDiagArea()