@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class CustomDestinationResponseAttributes extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_ENABLED |
static String |
JSON_PROPERTY_FORWARD_TAGS |
static String |
JSON_PROPERTY_FORWARD_TAGS_RESTRICTION_LIST |
static String |
JSON_PROPERTY_FORWARD_TAGS_RESTRICTION_LIST_TYPE |
static String |
JSON_PROPERTY_FORWARDER_DESTINATION |
static String |
JSON_PROPERTY_NAME |
static String |
JSON_PROPERTY_QUERY |
boolean |
unparsed |
| Constructor and Description |
|---|
CustomDestinationResponseAttributes() |
public boolean unparsed
public static final String JSON_PROPERTY_ENABLED
public static final String JSON_PROPERTY_FORWARD_TAGS
public static final String JSON_PROPERTY_FORWARD_TAGS_RESTRICTION_LIST
public static final String JSON_PROPERTY_FORWARD_TAGS_RESTRICTION_LIST_TYPE
public static final String JSON_PROPERTY_FORWARDER_DESTINATION
public static final String JSON_PROPERTY_NAME
public static final String JSON_PROPERTY_QUERY
public CustomDestinationResponseAttributes enabled(Boolean enabled)
@Nullable public Boolean getEnabled()
public void setEnabled(Boolean enabled)
public CustomDestinationResponseAttributes forwardTags(Boolean forwardTags)
@Nullable public Boolean getForwardTags()
public void setForwardTags(Boolean forwardTags)
public CustomDestinationResponseAttributes forwardTagsRestrictionList(List<String> forwardTagsRestrictionList)
public CustomDestinationResponseAttributes addForwardTagsRestrictionListItem(String forwardTagsRestrictionListItem)
@Nullable public List<String> getForwardTagsRestrictionList()
An empty list represents no restriction is in place and either all or no tags will be
forwarded depending on forward_tags_restriction_list_type parameter.
public void setForwardTagsRestrictionList(List<String> forwardTagsRestrictionList)
public CustomDestinationResponseAttributes forwardTagsRestrictionListType(CustomDestinationAttributeTagsRestrictionListType forwardTagsRestrictionListType)
@Nullable public CustomDestinationAttributeTagsRestrictionListType getForwardTagsRestrictionListType()
forward_tags_restriction_list parameter should be interpreted. If
ALLOW_LIST, then only tags whose keys on the forwarded logs match the ones on the
restriction list are forwarded.
BLOCK_LIST works the opposite way. It does not forward the tags matching the
ones on the list.
public void setForwardTagsRestrictionListType(CustomDestinationAttributeTagsRestrictionListType forwardTagsRestrictionListType)
public CustomDestinationResponseAttributes forwarderDestination(CustomDestinationResponseForwardDestination forwarderDestination)
@Nullable public CustomDestinationResponseForwardDestination getForwarderDestination()
public void setForwarderDestination(CustomDestinationResponseForwardDestination forwarderDestination)
public CustomDestinationResponseAttributes name(String name)
@Nullable public String getName()
public void setName(String name)
public CustomDestinationResponseAttributes query(String query)
@Nullable public String getQuery()
public void setQuery(String query)
public CustomDestinationResponseAttributes 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.