com.ibm.jtopenlite.components
Class MessageInfo
java.lang.Object
com.ibm.jtopenlite.components.MessageInfo
public class MessageInfo
- extends Object
Represents message information returned by the ListQSYSOPRMessages class.
The toString() and toString2() methods will print
the various fields in a format similar to what DSPMSG QSYSOPR does.
getSeverity
public int getSeverity()
getIdentifier
public String getIdentifier()
getType
public String getType()
getKey
public int getKey()
getDate
public String getDate()
getTime
public String getTime()
getMicroseconds
public String getMicroseconds()
getReplyStatus
public String getReplyStatus()
getText
public String getText()
toString
public String toString()
- Overrides:
toString in class Object
toString2
public String toString2()