public class DiscoveredResponse extends Object
Modifier and Type | Class and Description |
---|---|
static class |
DiscoveredResponse.Builder |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getBody() |
List<javax.mail.internet.ContentType> |
getContentTypes() |
String |
getHeader(String headerName) |
com.eviware.soapui.support.types.StringToStringsMap |
getHeaders() |
byte[] |
getRawContent() |
StatusLine |
getStatusLine() |
String |
getUrl() |
boolean |
hasContent() |
int |
hashCode() |
public List<javax.mail.internet.ContentType> getContentTypes()
public StatusLine getStatusLine()
public String getUrl()
public byte[] getRawContent()
public String getBody()
public com.eviware.soapui.support.types.StringToStringsMap getHeaders()
public boolean hasContent()
Copyright © 2019. All rights reserved.