public class SessionEnd implements ExistingSessionMessage
Constructor and Description |
---|
SessionEnd(long recipientSessionId,
FlowException errorResponse) |
Modifier and Type | Method and Description |
---|---|
long |
component1() |
FlowException |
component2() |
SessionEnd |
copy(long recipientSessionId,
FlowException errorResponse) |
boolean |
equals(java.lang.Object p) |
FlowException |
getErrorResponse() |
long |
getRecipientSessionId() |
int |
hashCode() |
java.lang.String |
toString() |
getRecipientSessionId
public SessionEnd(long recipientSessionId, FlowException errorResponse)
public long getRecipientSessionId()
public FlowException getErrorResponse()
public long component1()
public FlowException component2()
public SessionEnd copy(long recipientSessionId, FlowException errorResponse)
public java.lang.String toString()
public int hashCode()
public boolean equals(java.lang.Object p)