@Generated(value="OracleSDKGenerator", comments="API Version: 20200131") public final class SightingSummary extends com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
Sighting summary Definition.
Note: Objects should always be created or deserialized using the SightingSummary.Builder
. This model
distinguishes fields that are null
because they are unset from fields that are explicitly
set to null
. This is done in the setter methods of the SightingSummary.Builder
, which maintain a
set of all explicitly set fields called SightingSummary.Builder.__explicitlySet__
. The hashCode()
and equals(Object)
methods are implemented to take the explicitly set
fields into account. The constructor, on the other hand, does not take the explicitly set fields
into account (since the constructor cannot distinguish explicit null
from unset null
).
Modifier and Type | Class and Description |
---|---|
static class |
SightingSummary.Builder |
EXPLICITLY_SET_FILTER_NAME, EXPLICITLY_SET_PROPERTY_NAME
Constructor and Description |
---|
SightingSummary(String id,
String compartmentId,
String problemId,
String actorPrincipalId,
String actorPrincipalName,
String actorPrincipalType,
String detectorRuleId,
ClassificationStatus classificationStatus,
String sightingType,
String sightingTypeDisplayName,
String tacticName,
String techniqueName,
Integer sightingScore,
Severity severity,
Confidence confidence,
Date timeFirstDetected,
Date timeLastDetected,
List<String> regions)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static SightingSummary.Builder |
builder()
Create a new builder.
|
boolean |
equals(Object o) |
String |
getActorPrincipalId()
Unique identifier for principal actor
|
String |
getActorPrincipalName()
Name of the principal actor
|
String |
getActorPrincipalType()
Type of the principal actor
|
ClassificationStatus |
getClassificationStatus()
ClassificationStatus of the sighting event
|
String |
getCompartmentId()
Compartment Id where the resource is created
|
Confidence |
getConfidence()
Confidence of the sighting
|
String |
getDetectorRuleId()
Unique identifier of the rule
|
String |
getId()
Unique identifier for finding event
|
String |
getProblemId()
Problem Id to which the Sighting is associated
|
List<String> |
getRegions()
Regions involved in the sighting
|
Severity |
getSeverity()
Severity of the sighting
|
Integer |
getSightingScore()
Score for the sighting
|
String |
getSightingType()
Identifier for the sighting type
|
String |
getSightingTypeDisplayName()
Name of the sighting type
|
String |
getTacticName()
Name of the Mitre att&ck tactic
|
String |
getTechniqueName()
Name of the Mitre att&ck technique
|
Date |
getTimeFirstDetected()
The date and time the sighting was first detected.
|
Date |
getTimeLastDetected()
The date and time the sighting was last detected.
|
int |
hashCode() |
SightingSummary.Builder |
toBuilder() |
String |
toString() |
String |
toString(boolean includeByteArrayContents)
Return a string representation of the object.
|
markPropertyAsExplicitlySet, wasPropertyExplicitlySet
@Deprecated @ConstructorProperties(value={"id","compartmentId","problemId","actorPrincipalId","actorPrincipalName","actorPrincipalType","detectorRuleId","classificationStatus","sightingType","sightingTypeDisplayName","tacticName","techniqueName","sightingScore","severity","confidence","timeFirstDetected","timeLastDetected","regions"}) public SightingSummary(String id, String compartmentId, String problemId, String actorPrincipalId, String actorPrincipalName, String actorPrincipalType, String detectorRuleId, ClassificationStatus classificationStatus, String sightingType, String sightingTypeDisplayName, String tacticName, String techniqueName, Integer sightingScore, Severity severity, Confidence confidence, Date timeFirstDetected, Date timeLastDetected, List<String> regions)
public static SightingSummary.Builder builder()
Create a new builder.
public SightingSummary.Builder toBuilder()
public String getId()
Unique identifier for finding event
public String getCompartmentId()
Compartment Id where the resource is created
public String getProblemId()
Problem Id to which the Sighting is associated
public String getActorPrincipalId()
Unique identifier for principal actor
public String getActorPrincipalName()
Name of the principal actor
public String getActorPrincipalType()
Type of the principal actor
public String getDetectorRuleId()
Unique identifier of the rule
public ClassificationStatus getClassificationStatus()
ClassificationStatus of the sighting event
public String getSightingType()
Identifier for the sighting type
public String getSightingTypeDisplayName()
Name of the sighting type
public String getTacticName()
Name of the Mitre att&ck tactic
public String getTechniqueName()
Name of the Mitre att&ck technique
public Integer getSightingScore()
Score for the sighting
public Severity getSeverity()
Severity of the sighting
public Confidence getConfidence()
Confidence of the sighting
public Date getTimeFirstDetected()
The date and time the sighting was first detected. Format defined by RFC3339.
public Date getTimeLastDetected()
The date and time the sighting was last detected. Format defined by RFC3339.
public String toString()
toString
in class com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
public String toString(boolean includeByteArrayContents)
Return a string representation of the object.
includeByteArrayContents
- true to include the full contents of byte arrayspublic boolean equals(Object o)
equals
in class com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
public int hashCode()
hashCode
in class com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
Copyright © 2016–2023. All rights reserved.