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