Package | Description |
---|---|
com.oracle.bmc.threatintelligence.model |
Modifier and Type | Method and Description |
---|---|
IndicatorRelationship |
IndicatorRelationship.Builder.build() |
Modifier and Type | Method and Description |
---|---|
List<IndicatorRelationship> |
Indicator.getRelationships()
A map of relationships between the indicator and other entities.
|
Modifier and Type | Method and Description |
---|---|
IndicatorRelationship.Builder |
IndicatorRelationship.Builder.copy(IndicatorRelationship model) |
Modifier and Type | Method and Description |
---|---|
Indicator.Builder |
Indicator.Builder.relationships(List<IndicatorRelationship> relationships)
A map of relationships between the indicator and other entities.
|
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.