@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class CustomDestinationResponseHttpDestinationAuthCustomHeader extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_HEADER_NAME |
static String |
JSON_PROPERTY_TYPE |
boolean |
unparsed |
| Constructor and Description |
|---|
CustomDestinationResponseHttpDestinationAuthCustomHeader() |
CustomDestinationResponseHttpDestinationAuthCustomHeader(String headerName,
CustomDestinationResponseHttpDestinationAuthCustomHeaderType type) |
public boolean unparsed
public static final String JSON_PROPERTY_HEADER_NAME
public static final String JSON_PROPERTY_TYPE
public CustomDestinationResponseHttpDestinationAuthCustomHeader()
public CustomDestinationResponseHttpDestinationAuthCustomHeader(String headerName, CustomDestinationResponseHttpDestinationAuthCustomHeaderType type)
public CustomDestinationResponseHttpDestinationAuthCustomHeader headerName(String headerName)
public String getHeaderName()
public void setHeaderName(String headerName)
public CustomDestinationResponseHttpDestinationAuthCustomHeader type(CustomDestinationResponseHttpDestinationAuthCustomHeaderType type)
public CustomDestinationResponseHttpDestinationAuthCustomHeaderType getType()
public void setType(CustomDestinationResponseHttpDestinationAuthCustomHeaderType type)
public CustomDestinationResponseHttpDestinationAuthCustomHeader 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.