public class Request
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Request.Builder |
| Constructor and Description |
|---|
Request(FieldMatcher path,
FieldMatcher method,
FieldMatcher destination,
FieldMatcher scheme,
FieldMatcher query,
FieldMatcher body,
java.util.Map<java.lang.String,java.util.List<java.lang.String>> headers) |
Request(java.lang.String path,
java.lang.String method,
java.lang.String destination,
java.lang.String scheme,
java.lang.String query,
java.lang.String body,
java.util.Map<java.lang.String,java.util.List<java.lang.String>> headers)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
FieldMatcher |
getBody() |
FieldMatcher |
getDestination() |
java.util.Map<java.lang.String,java.util.List<java.lang.String>> |
getHeaders() |
FieldMatcher |
getMethod() |
FieldMatcher |
getPath() |
FieldMatcher |
getQuery() |
io.specto.hoverfly.junit.core.model.Request.RequestType |
getRequestType() |
FieldMatcher |
getScheme() |
int |
hashCode() |
void |
setRequestType(io.specto.hoverfly.junit.core.model.Request.RequestType requestType) |
java.lang.String |
toString() |
@Deprecated
public Request(java.lang.String path,
java.lang.String method,
java.lang.String destination,
java.lang.String scheme,
java.lang.String query,
java.lang.String body,
java.util.Map<java.lang.String,java.util.List<java.lang.String>> headers)
public Request(FieldMatcher path, FieldMatcher method, FieldMatcher destination, FieldMatcher scheme, FieldMatcher query, FieldMatcher body, java.util.Map<java.lang.String,java.util.List<java.lang.String>> headers)
public FieldMatcher getPath()
public FieldMatcher getMethod()
public FieldMatcher getDestination()
public FieldMatcher getScheme()
public FieldMatcher getQuery()
public FieldMatcher getBody()
public java.util.Map<java.lang.String,java.util.List<java.lang.String>> getHeaders()
public io.specto.hoverfly.junit.core.model.Request.RequestType getRequestType()
public void setRequestType(io.specto.hoverfly.junit.core.model.Request.RequestType requestType)
public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object