@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class CustomDestinationHttpDestinationAuthCustomHeader extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_HEADER_NAME |
static String |
JSON_PROPERTY_HEADER_VALUE |
static String |
JSON_PROPERTY_TYPE |
boolean |
unparsed |
| Constructor and Description |
|---|
CustomDestinationHttpDestinationAuthCustomHeader() |
CustomDestinationHttpDestinationAuthCustomHeader(String headerName,
String headerValue,
CustomDestinationHttpDestinationAuthCustomHeaderType type) |
public boolean unparsed
public static final String JSON_PROPERTY_HEADER_NAME
public static final String JSON_PROPERTY_HEADER_VALUE
public static final String JSON_PROPERTY_TYPE
public CustomDestinationHttpDestinationAuthCustomHeader()
public CustomDestinationHttpDestinationAuthCustomHeader(String headerName, String headerValue, CustomDestinationHttpDestinationAuthCustomHeaderType type)
public CustomDestinationHttpDestinationAuthCustomHeader headerName(String headerName)
public String getHeaderName()
public void setHeaderName(String headerName)
public CustomDestinationHttpDestinationAuthCustomHeader headerValue(String headerValue)
public String getHeaderValue()
public void setHeaderValue(String headerValue)
public CustomDestinationHttpDestinationAuthCustomHeader type(CustomDestinationHttpDestinationAuthCustomHeaderType type)
public CustomDestinationHttpDestinationAuthCustomHeaderType getType()
public void setType(CustomDestinationHttpDestinationAuthCustomHeaderType type)
public CustomDestinationHttpDestinationAuthCustomHeader putAdditionalProperty(String key, Object value)
key - The arbitrary key to setvalue - The associated valuepublic Map<String,Object> getAdditionalProperties()
public Object getAdditionalProperty(String key)
key - The arbitrary key to getpublic boolean equals(Object o)
Copyright © 2024. All rights reserved.