@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,
List<TacticSummary> tactics)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static ResourceProfile.Builder |
builder()
Create a new builder.
|
boolean |
equals(Object o) |
String |
getCompartmentId()
Compartment Id for resource profile
|
String |
getDisplayName()
Resource name for resource profile
|
String |
getId()
Unique identifier for resource profile
|
Double |
getPeakRiskScore()
Peak Risk Score for the resource profile
|
List<String> |
getProblemIds()
List of Problems associated with the resource profile.
|
String |
getResourceId()
Unique identifier for 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 this resource profile
|
List<TacticSummary> |
getTactics()
List of tactic summary associated with the resource profile.
|
String |
getTargetId()
Target Id for resource profile
|
Date |
getTimeFirstDetected()
The date and time the resource profile was first detected.
|
Date |
getTimeLastDetected()
The date and time the resource profile was last detected.
|
Date |
getTimePeakScore()
The date and time for peak risk score.
|
String |
getType()
Resource type for 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","tactics"}) 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, List<TacticSummary> tactics)
public static ResourceProfile.Builder builder()
Create a new builder.
public ResourceProfile.Builder toBuilder()
public Integer getSightingsCount()
Number of sightings associated with this resource profile
public String getId()
Unique identifier for resource profile
public String getResourceId()
Unique identifier for resource profile
public String getDisplayName()
Resource name for resource profile
public String getType()
Resource type for resource profile
public List<String> getProblemIds()
List of Problems associated with the resource profile.
public String getCompartmentId()
Compartment Id for resource profile
public String getTargetId()
Target Id for 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 peak risk score. Format defined by RFC3339.
public Date getTimeFirstDetected()
The date and time the resource profile was first detected. Format defined by RFC3339.
public Date getTimeLastDetected()
The date and time the resource profile was last detected. Format defined by RFC3339.
public List<TacticSummary> getTactics()
List of tactic summary associated with the resource profile.
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.