public class PactResponse
Wraps the response for a Pact from the broker with the link data associated with the Pact document.
| Constructor and Description |
|---|
PactResponse(java.lang.Object pactFile,
java.util.Map<java.lang.String,? extends java.util.Map<java.lang.String,? extends java.lang.Object>> links)
Wraps the response for a Pact from the broker with the link data associated with the Pact document.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
component1() |
java.util.Map<java.lang.String,java.util.Map> |
component2() |
PactResponse |
copy(java.lang.Object pactFile,
java.util.Map<java.lang.String,? extends java.util.Map<java.lang.String,? extends java.lang.Object>> links)
Wraps the response for a Pact from the broker with the link data associated with the Pact document.
|
boolean |
equals(java.lang.Object p) |
java.util.Map<java.lang.String,java.util.Map> |
getLinks() |
java.lang.Object |
getPactFile() |
int |
hashCode() |
java.lang.String |
toString() |
public PactResponse(java.lang.Object pactFile,
java.util.Map<java.lang.String,? extends java.util.Map<java.lang.String,? extends java.lang.Object>> links)
Wraps the response for a Pact from the broker with the link data associated with the Pact document.
public java.lang.Object getPactFile()
public java.util.Map<java.lang.String,java.util.Map> getLinks()
public java.lang.Object component1()
public java.util.Map<java.lang.String,java.util.Map> component2()
public PactResponse copy(java.lang.Object pactFile, java.util.Map<java.lang.String,? extends java.util.Map<java.lang.String,? extends java.lang.Object>> links)
Wraps the response for a Pact from the broker with the link data associated with the Pact document.
public java.lang.String toString()
public int hashCode()
public boolean equals(java.lang.Object p)