public class EndpointPropertiesCustomHeadersItem extends Object
Constructor and Description |
---|
EndpointPropertiesCustomHeadersItem() |
Modifier and Type | Method and Description |
---|---|
String |
name()
Get header name.
|
String |
value()
Get header value.
|
EndpointPropertiesCustomHeadersItem |
withName(String name)
Set header name.
|
EndpointPropertiesCustomHeadersItem |
withValue(String value)
Set header value.
|
public String name()
public EndpointPropertiesCustomHeadersItem withName(String name)
name
- the name value to setpublic String value()
public EndpointPropertiesCustomHeadersItem withValue(String value)
value
- the value value to setCopyright © 2019. All rights reserved.