@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class SuppressionVersions extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_CHANGES |
static String |
JSON_PROPERTY_SUPPRESSION |
boolean |
unparsed |
| Constructor and Description |
|---|
SuppressionVersions() |
public boolean unparsed
public static final String JSON_PROPERTY_CHANGES
public static final String JSON_PROPERTY_SUPPRESSION
public SuppressionVersions changes(List<VersionHistoryUpdate> changes)
public SuppressionVersions addChangesItem(VersionHistoryUpdate changesItem)
@Nullable public List<VersionHistoryUpdate> getChanges()
public void setChanges(List<VersionHistoryUpdate> changes)
public SuppressionVersions suppression(SecurityMonitoringSuppressionAttributes suppression)
@Nullable public SecurityMonitoringSuppressionAttributes getSuppression()
public void setSuppression(SecurityMonitoringSuppressionAttributes suppression)
public SuppressionVersions 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 © 2026. All rights reserved.