@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class SecurityMonitoringContentPackStateAttributes extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_CLOUD_SIEM_INDEX_INCORRECT |
static String |
JSON_PROPERTY_CP_ACTIVATION |
static String |
JSON_PROPERTY_FILTERS_CONFIGURED_FOR_LOGS |
static String |
JSON_PROPERTY_INTEGRATION_INSTALLED_STATUS |
static String |
JSON_PROPERTY_LOGS_LAST_COLLECTED |
static String |
JSON_PROPERTY_LOGS_SEEN_FROM_ANY_INDEX |
static String |
JSON_PROPERTY_STATE |
boolean |
unparsed |
| Constructor and Description |
|---|
SecurityMonitoringContentPackStateAttributes() |
SecurityMonitoringContentPackStateAttributes(Boolean cloudSiemIndexIncorrect,
SecurityMonitoringContentPackActivation cpActivation,
Boolean filtersConfiguredForLogs,
SecurityMonitoringContentPackTimestampBucket logsLastCollected,
Boolean logsSeenFromAnyIndex,
SecurityMonitoringContentPackStatus state) |
public boolean unparsed
public static final String JSON_PROPERTY_CLOUD_SIEM_INDEX_INCORRECT
public static final String JSON_PROPERTY_CP_ACTIVATION
public static final String JSON_PROPERTY_FILTERS_CONFIGURED_FOR_LOGS
public static final String JSON_PROPERTY_INTEGRATION_INSTALLED_STATUS
public static final String JSON_PROPERTY_LOGS_LAST_COLLECTED
public static final String JSON_PROPERTY_LOGS_SEEN_FROM_ANY_INDEX
public static final String JSON_PROPERTY_STATE
public SecurityMonitoringContentPackStateAttributes()
public SecurityMonitoringContentPackStateAttributes(Boolean cloudSiemIndexIncorrect, SecurityMonitoringContentPackActivation cpActivation, Boolean filtersConfiguredForLogs, SecurityMonitoringContentPackTimestampBucket logsLastCollected, Boolean logsSeenFromAnyIndex, SecurityMonitoringContentPackStatus state)
public SecurityMonitoringContentPackStateAttributes cloudSiemIndexIncorrect(Boolean cloudSiemIndexIncorrect)
public Boolean getCloudSiemIndexIncorrect()
public void setCloudSiemIndexIncorrect(Boolean cloudSiemIndexIncorrect)
public SecurityMonitoringContentPackStateAttributes cpActivation(SecurityMonitoringContentPackActivation cpActivation)
public SecurityMonitoringContentPackActivation getCpActivation()
public void setCpActivation(SecurityMonitoringContentPackActivation cpActivation)
public SecurityMonitoringContentPackStateAttributes filtersConfiguredForLogs(Boolean filtersConfiguredForLogs)
public Boolean getFiltersConfiguredForLogs()
public void setFiltersConfiguredForLogs(Boolean filtersConfiguredForLogs)
public SecurityMonitoringContentPackStateAttributes integrationInstalledStatus(SecurityMonitoringContentPackIntegrationStatus integrationInstalledStatus)
@Nullable public SecurityMonitoringContentPackIntegrationStatus getIntegrationInstalledStatus()
public void setIntegrationInstalledStatus(SecurityMonitoringContentPackIntegrationStatus integrationInstalledStatus)
public SecurityMonitoringContentPackStateAttributes logsLastCollected(SecurityMonitoringContentPackTimestampBucket logsLastCollected)
public SecurityMonitoringContentPackTimestampBucket getLogsLastCollected()
public void setLogsLastCollected(SecurityMonitoringContentPackTimestampBucket logsLastCollected)
public SecurityMonitoringContentPackStateAttributes logsSeenFromAnyIndex(Boolean logsSeenFromAnyIndex)
public Boolean getLogsSeenFromAnyIndex()
public void setLogsSeenFromAnyIndex(Boolean logsSeenFromAnyIndex)
public SecurityMonitoringContentPackStateAttributes state(SecurityMonitoringContentPackStatus state)
public SecurityMonitoringContentPackStatus getState()
public void setState(SecurityMonitoringContentPackStatus state)
public SecurityMonitoringContentPackStateAttributes 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.