Package com.oracle.bmc.cloudguard.model
Class ResourceProfile
- java.lang.Object
-
- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
-
- com.oracle.bmc.cloudguard.model.ResourceProfile
-
@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 theResourceProfile.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 theResourceProfile.Builder
, which maintain a set of all explicitly set fields calledResourceProfile.Builder.__explicitlySet__
. ThehashCode()
andequals(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).
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ResourceProfile.Builder
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ResourceProfile.Builder
builder()
Create a new builder.boolean
equals(Object o)
String
getCompartmentId()
Compartment OCID for the resource profileString
getDisplayName()
Display name for the resource profileString
getId()
Unique identifier for the resource profileList<ResourceLock>
getLocks()
Locks associated with this resource.Double
getPeakRiskScore()
Peak risk score for the resource profileList<String>
getProblemIds()
List of problems IDs associated with the resource profileString
getResourceId()
Unique identifier for the resource associated with the resource profileRiskLevel
getRiskLevel()
Risk level associated with resource profileDouble
getRiskScore()
Risk score for the resource profileInteger
getSightingsCount()
Number of sightings associated with the resource profileList<TacticSummary>
getTactics()
List of tactic summaries associated with the resource profileString
getTargetId()
Unique target ID for the resource profileDate
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 profileint
hashCode()
ResourceProfile.Builder
toBuilder()
String
toString()
String
toString(boolean includeByteArrayContents)
Return a string representation of the object.
-
-
-
Constructor Detail
-
ResourceProfile
@Deprecated @ConstructorProperties({"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)
Deprecated.
-
-
Method Detail
-
builder
public static ResourceProfile.Builder builder()
Create a new builder.
-
toBuilder
public ResourceProfile.Builder toBuilder()
-
getSightingsCount
public Integer getSightingsCount()
Number of sightings associated with the resource profile- Returns:
- the value
-
getId
public String getId()
Unique identifier for the resource profile- Returns:
- the value
-
getResourceId
public String getResourceId()
Unique identifier for the resource associated with the resource profile- Returns:
- the value
-
getDisplayName
public String getDisplayName()
Display name for the resource profile- Returns:
- the value
-
getType
public String getType()
Resource type for the resource profile- Returns:
- the value
-
getProblemIds
public List<String> getProblemIds()
List of problems IDs associated with the resource profile- Returns:
- the value
-
getCompartmentId
public String getCompartmentId()
Compartment OCID for the resource profile- Returns:
- the value
-
getTargetId
public String getTargetId()
Unique target ID for the resource profile- Returns:
- the value
-
getRiskScore
public Double getRiskScore()
Risk score for the resource profile- Returns:
- the value
-
getRiskLevel
public RiskLevel getRiskLevel()
Risk level associated with resource profile- Returns:
- the value
-
getPeakRiskScore
public Double getPeakRiskScore()
Peak risk score for the resource profile- Returns:
- the value
-
getTimePeakScore
public Date getTimePeakScore()
The date and time for the peak risk score.Format defined by RFC3339.
- Returns:
- the value
-
getTimeFirstDetected
public Date getTimeFirstDetected()
Time the activities were first detected.Format defined by RFC3339.
- Returns:
- the value
-
getTimeLastDetected
public Date getTimeLastDetected()
Time the activities were last detected.Format defined by RFC3339.
- Returns:
- the value
-
getTimeFirstOccurred
public Date getTimeFirstOccurred()
Time the activities were first performed.Format defined by RFC3339.
- Returns:
- the value
-
getTimeLastOccurred
public Date getTimeLastOccurred()
Time the activities were last performed.Format defined by RFC3339.
- Returns:
- the value
-
getTactics
public List<TacticSummary> getTactics()
List of tactic summaries associated with the resource profile- Returns:
- the value
-
getLocks
public List<ResourceLock> getLocks()
Locks associated with this resource.- Returns:
- the value
-
toString
public String toString()
- Overrides:
toString
in classcom.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
-
toString
public String toString(boolean includeByteArrayContents)
Return a string representation of the object.- Parameters:
includeByteArrayContents
- true to include the full contents of byte arrays- Returns:
- string representation
-
equals
public boolean equals(Object o)
- Overrides:
equals
in classcom.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classcom.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
-
-