public class StatementContextCPPair
extends java.lang.Object
Constructor and Description |
---|
StatementContextCPPair(int statementId,
int agentInstanceId,
StatementContext optionalStatementContext) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
int |
getAgentInstanceId() |
StatementContext |
getOptionalStatementContext() |
int |
getStatementId() |
int |
hashCode() |
public StatementContextCPPair(int statementId, int agentInstanceId, StatementContext optionalStatementContext)
public int getStatementId()
public int getAgentInstanceId()
public StatementContext getOptionalStatementContext()
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object