public class Http extends Object
Constructor and Description |
---|
Http() |
Modifier and Type | Method and Description |
---|---|
String |
getMethod() |
String |
getRequestUri() |
String |
getResponseCode() |
void |
setMethod(String method) |
void |
setRequestUri(String requestUri) |
void |
setResponseCode(String responseCode) |
Http |
withMethod(String method) |
Http |
withRequestUri(String requestUri) |
public String getMethod()
public void setMethod(String method)
public String getRequestUri()
public void setRequestUri(String requestUri)
public String getResponseCode()
public void setResponseCode(String responseCode)
Copyright © 2020. All rights reserved.