public class HeaderInfo
extends Object
| Constructor and Description |
|---|
HeaderInfo() |
HeaderInfo(String contentType) |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getAcceptType()
Returns the Accept Type
|
String |
getContentType()
Returns the Content Type of request
|
List<String> |
getHeaderKeyList()
Returns the Accept Type
|
void |
setAcceptType(List<String> acceptType) |
void |
setContentType(String contentType) |
void |
setHeaderKeyList(List<String> headerKeyList) |
public List<String> getAcceptType()
public void setAcceptType(List<String> acceptType)
public String getContentType()
public void setContentType(String contentType)
public List<String> getHeaderKeyList()
public void setHeaderKeyList(List<String> headerKeyList)