public class HttpHeader extends JsonObject
| Constructor and Description |
|---|
HttpHeader() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAction() |
String |
getDescribe() |
String |
getHeader() |
String |
getType() |
String |
getValue() |
void |
setAction(String action) |
void |
setDescribe(String describe) |
void |
setHeader(String header) |
void |
setType(String type) |
void |
setValue(String value) |
HttpHeader |
withAction(String action) |
HttpHeader |
withDescribe(String describe) |
HttpHeader |
withHeader(String header) |
HttpHeader |
withType(String type) |
HttpHeader |
withValue(String value) |
toStringpublic String getType()
public void setType(String type)
type - Effective typepublic HttpHeader withType(String type)
type - Effective typepublic String getHeader()
public void setHeader(String header)
header - Http header fieldpublic HttpHeader withHeader(String header)
header - Http header fieldpublic String getValue()
public void setValue(String value)
value - Header valuepublic HttpHeader withValue(String value)
value - Header valuepublic String getAction()
public void setAction(String action)
action - remove/addpublic HttpHeader withAction(String action)
action - remove/addpublic String getDescribe()
public void setDescribe(String describe)
describe - descriptionpublic HttpHeader withDescribe(String describe)
describe - descriptionCopyright © 2023. All rights reserved.