public static class Result.Entry
extends java.lang.Object
Constructor and Description |
---|
Entry(org.jpos.rc.Result.Type type,
IRC irc,
java.lang.String source,
java.lang.String message) |
Modifier and Type | Method and Description |
---|---|
IRC |
getIrc() |
java.lang.String |
getMessage() |
java.lang.String |
getSource() |
org.jpos.rc.Result.Type |
getType() |
java.lang.String |
toString() |
public Entry(org.jpos.rc.Result.Type type, IRC irc, java.lang.String source, java.lang.String message)
public org.jpos.rc.Result.Type getType()
public IRC getIrc()
public java.lang.String getSource()
public java.lang.String getMessage()
public java.lang.String toString()
toString
in class java.lang.Object