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