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 set/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/