Package net.webpdf.wsclient.openapi
Class OperationHttpSettingsHeaderEntry
- java.lang.Object
-
- net.webpdf.wsclient.openapi.OperationHttpSettingsHeaderEntry
-
public class OperationHttpSettingsHeaderEntry extends Object
Defines an HTTP header entry consisting of a `<name>` (header name) and a `<value>` (header value). All header entries are sent with each HTTP request and override the default headers.
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_NAMEstatic StringJSON_PROPERTY_VALUE
-
Constructor Summary
Constructors Constructor Description OperationHttpSettingsHeaderEntry()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)@Nullable StringgetName()Get name@Nullable StringgetValue()Get valueinthashCode()OperationHttpSettingsHeaderEntryname(String name)voidsetName(String name)voidsetValue(String value)StringtoString()OperationHttpSettingsHeaderEntryvalue(String value)
-
-
-
Field Detail
-
JSON_PROPERTY_NAME
public static final String JSON_PROPERTY_NAME
- See Also:
- Constant Field Values
-
JSON_PROPERTY_VALUE
public static final String JSON_PROPERTY_VALUE
- See Also:
- Constant Field Values
-
-
Method Detail
-
name
public OperationHttpSettingsHeaderEntry name(String name)
-
getName
@Nullable public @Nullable String getName()
Get name- Returns:
- name
-
setName
public void setName(String name)
-
value
public OperationHttpSettingsHeaderEntry value(String value)
-
getValue
@Nullable public @Nullable String getValue()
Get value- Returns:
- value
-
setValue
public void setValue(String value)
-
-