public class HTTPResponse extends Object
Constructor and Description |
---|
HTTPResponse() |
Modifier and Type | Method and Description |
---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
byte[] |
getAttachment(String key) |
HashMap<String,byte[]> |
getAttachments() |
String |
getContent() |
byte[] |
getContentBytes() |
String |
getContentType() |
String |
getEtag() |
String |
getHeader(String key) |
HashMap<String,String> |
getHeaders() |
org.joda.time.DateTime |
getLastModified() |
List<HTTPPart> |
getPartList() |
int |
getStatus() |
String |
getStatusMsg() |
int |
hashCode() |
Boolean |
isBinary() |
void |
setAttachment(String key,
byte[] val) |
void |
setAttachments(HashMap<String,byte[]> attachments) |
void |
setContentBytes(byte[] contentBytes) |
void |
setHeader(String key,
String val) |
void |
setPartList(List<HTTPPart> partList) |
void |
setStatus(int status) |
void |
setStatusMsg(String statusMsg) |
String |
toString() |
@Generated(value="lombok") public HTTPResponse()
public byte[] getAttachment(String key)
public void setAttachment(String key, byte[] val)
public String getContent()
public String getContentType()
public String getEtag()
public org.joda.time.DateTime getLastModified()
public Boolean isBinary()
@Generated(value="lombok") public int getStatus()
@Generated(value="lombok") public String getStatusMsg()
@Generated(value="lombok") public HashMap<String,String> getHeaders()
@Generated(value="lombok") public byte[] getContentBytes()
@Generated(value="lombok") public List<HTTPPart> getPartList()
@Generated(value="lombok") public HashMap<String,byte[]> getAttachments()
@Generated(value="lombok") public void setStatus(int status)
@Generated(value="lombok") public void setStatusMsg(String statusMsg)
@Generated(value="lombok") public void setContentBytes(byte[] contentBytes)
@Generated(value="lombok") public void setPartList(List<HTTPPart> partList)
@Generated(value="lombok") public void setAttachments(HashMap<String,byte[]> attachments)
@Generated(value="lombok") public boolean equals(Object o)
@Generated(value="lombok") protected boolean canEqual(Object other)
@Generated(value="lombok") public int hashCode()
@Generated(value="lombok") public String toString()
Copyright © 2016 Rustici Software. All Rights Reserved.