@Generated(value="OracleSDKGenerator", comments="API Version: 20200131") public final class ResourceProfileSummary extends com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
Resource profile summary.
Note: Objects should always be created or deserialized using the ResourceProfileSummary.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 ResourceProfileSummary.Builder
, which maintain a
set of all explicitly set fields called ResourceProfileSummary.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 |
ResourceProfileSummary.Builder |
EXPLICITLY_SET_FILTER_NAME, EXPLICITLY_SET_PROPERTY_NAME
Constructor and Description |
---|
ResourceProfileSummary(Integer sightingsCount,
String id,
String resourceId,
String displayName,
String type,
Double riskScore,
List<TacticSummary> tactics,
Date timeFirstDetected,
Date timeLastDetected,
Integer problemsCount)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static ResourceProfileSummary.Builder |
builder()
Create a new builder.
|
boolean |
equals(Object o) |
String |
getDisplayName()
Resource name for resource profile
|
String |
getId()
Unique identifier for resource profile
|
Integer |
getProblemsCount()
Number of problems associated with this resource profile
|
String |
getResourceId()
Unique identifier for 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.
|
Date |
getTimeFirstDetected()
The date and time the resource profile was first detected.
|
Date |
getTimeLastDetected()
The date and time the resource profile was last detected.
|
String |
getType()
Resource type for resource profile
|
int |
hashCode() |
ResourceProfileSummary.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","riskScore","tactics","timeFirstDetected","timeLastDetected","problemsCount"}) public ResourceProfileSummary(Integer sightingsCount, String id, String resourceId, String displayName, String type, Double riskScore, List<TacticSummary> tactics, Date timeFirstDetected, Date timeLastDetected, Integer problemsCount)
public static ResourceProfileSummary.Builder builder()
Create a new builder.
public ResourceProfileSummary.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 Double getRiskScore()
Risk Score for the resource profile
public List<TacticSummary> getTactics()
List of tactic summary associated with the resource profile.
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 Integer getProblemsCount()
Number of problems associated with this 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.