public class PactResponse
Wraps the response for a Pact from the broker with the link data associated with the Pact document.
public PactResponse(@NotNull
com.google.gson.JsonObject pactFile,
@NotNull
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.
@NotNull public com.google.gson.JsonObject getPactFile()
@NotNull public java.util.Map<java.lang.String,java.lang.Object> getLinks()
@NotNull public com.google.gson.JsonObject component1()
@NotNull public java.util.Map<java.lang.String,java.lang.Object> component2()
@NotNull public PactResponse copy(@NotNull com.google.gson.JsonObject pactFile, @NotNull 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.
@NotNull public java.lang.String toString()
public int hashCode()
public boolean equals(@Nullable
java.lang.Object p)