@Generated(value="OracleSDKGenerator", comments="API Version: 20200131") public final class ResourceProfile extends com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
Resource profile details.
Note: Objects should always be created or deserialized using the ResourceProfile.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 ResourceProfile.Builder
, which maintain a
set of all explicitly set fields called ResourceProfile.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 |
ResourceProfile.Builder |
EXPLICITLY_SET_FILTER_NAME, EXPLICITLY_SET_PROPERTY_NAME
Constructor and Description |
---|
ResourceProfile(Integer sightingsCount,
String id,
String resourceId,
String displayName,
String type,
List<String> problemIds,
String compartmentId,
String targetId,
Double riskScore,
RiskLevel riskLevel,
Double peakRiskScore,
Date timePeakScore,
Date timeFirstDetected,
Date timeLastDetected,
Date timeFirstOccurred,
Date timeLastOccurred,
List<TacticSummary> tactics,
List<ResourceLock> locks)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static ResourceProfile.Builder |
builder()
Create a new builder.
|
boolean |
equals(Object o) |
String |
getCompartmentId()
Compartment OCID for the resource profile
|
String |
getDisplayName()
Display name for the resource profile
|
String |
getId()
Unique identifier for the resource profile
|
List<ResourceLock> |
getLocks()
Locks associated with this resource.
|
Double |
getPeakRiskScore()
Peak risk score for the resource profile
|
List<String> |
getProblemIds()
List of problems IDs associated with the resource profile
|
String |
getResourceId()
Unique identifier for the resource associated with the resource profile
|
RiskLevel |
getRiskLevel()
Risk level associated with resource profile
|
Double |
getRiskScore()
Risk score for the resource profile
|
Integer |
getSightingsCount()
Number of sightings associated with the resource profile
|
List<TacticSummary> |
getTactics()
List of tactic summaries associated with the resource profile
|
String |
getTargetId()
Unique target ID for the resource profile
|
Date |
getTimeFirstDetected()
Time the activities were first detected.
|
Date |
getTimeFirstOccurred()
Time the activities were first performed.
|
Date |
getTimeLastDetected()
Time the activities were last detected.
|
Date |
getTimeLastOccurred()
Time the activities were last performed.
|
Date |
getTimePeakScore()
The date and time for the peak risk score.
|
String |
getType()
Resource type for the resource profile
|
int |
hashCode() |
ResourceProfile.Builder |
toBuilder() |
String |
toString() |
String |
toString(boolean includeByteArrayContents)
Return a string representation of the object.
|
markPropertyAsExplicitlySet, wasPropertyExplicitlySet
@Deprecated @ConstructorProperties(value={"sightingsCount","id","resourceId","displayName","type","problemIds","compartmentId","targetId","riskScore","riskLevel","peakRiskScore","timePeakScore","timeFirstDetected","timeLastDetected","timeFirstOccurred","timeLastOccurred","tactics","locks"}) public ResourceProfile(Integer sightingsCount, String id, String resourceId, String displayName, String type, List<String> problemIds, String compartmentId, String targetId, Double riskScore, RiskLevel riskLevel, Double peakRiskScore, Date timePeakScore, Date timeFirstDetected, Date timeLastDetected, Date timeFirstOccurred, Date timeLastOccurred, List<TacticSummary> tactics, List<ResourceLock> locks)
public static ResourceProfile.Builder builder()
Create a new builder.
public ResourceProfile.Builder toBuilder()
public Integer getSightingsCount()
Number of sightings associated with the resource profile
public String getId()
Unique identifier for the resource profile
public String getResourceId()
Unique identifier for the resource associated with the resource profile
public String getDisplayName()
Display name for the resource profile
public String getType()
Resource type for the resource profile
public List<String> getProblemIds()
List of problems IDs associated with the resource profile
public String getCompartmentId()
Compartment OCID for the resource profile
public String getTargetId()
Unique target ID for the resource profile
public Double getRiskScore()
Risk score for the resource profile
public RiskLevel getRiskLevel()
Risk level associated with resource profile
public Double getPeakRiskScore()
Peak risk score for the resource profile
public Date getTimePeakScore()
The date and time for the peak risk score. Format defined by RFC3339.
public Date getTimeFirstDetected()
Time the activities were first detected. Format defined by RFC3339.
public Date getTimeLastDetected()
Time the activities were last detected. Format defined by RFC3339.
public Date getTimeFirstOccurred()
Time the activities were first performed. Format defined by RFC3339.
public Date getTimeLastOccurred()
Time the activities were last performed. Format defined by RFC3339.
public List<TacticSummary> getTactics()
List of tactic summaries associated with the resource profile
public List<ResourceLock> getLocks()
Locks associated with this resource.
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–2024. All rights reserved.