Package | Description |
---|---|
com.oracle.bmc.threatintelligence.model |
Modifier and Type | Method and Description |
---|---|
IndicatorAttributeSummary |
IndicatorAttributeSummary.Builder.build() |
Modifier and Type | Method and Description |
---|---|
List<IndicatorAttributeSummary> |
IndicatorSummary.getAttributes()
A map of attributes with additional information about the indicator.
|
Modifier and Type | Method and Description |
---|---|
IndicatorAttributeSummary.Builder |
IndicatorAttributeSummary.Builder.copy(IndicatorAttributeSummary model) |
Modifier and Type | Method and Description |
---|---|
IndicatorSummary.Builder |
IndicatorSummary.Builder.attributes(List<IndicatorAttributeSummary> attributes)
A map of attributes with additional information about the indicator.
|
Constructor and Description |
---|
IndicatorSummary(String id,
IndicatorType type,
String value,
Integer confidence,
String compartmentId,
List<String> threatTypes,
List<IndicatorAttributeSummary> attributes,
LifecycleState lifecycleState,
Date timeCreated,
Date timeUpdated,
Date timeLastSeen,
GeodataDetails geodata)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.