@Generated(value="OracleSDKGenerator", comments="API Version: 20200131") public final class ResourceProfileSummary extends com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
Summary information for a resource profile.
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,
Date timeFirstOccurred,
Date timeLastOccurred,
Integer problemsCount)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static ResourceProfileSummary.Builder |
builder()
Create a new builder.
|
boolean |
equals(Object o) |
String |
getDisplayName()
Display name for the resource profile
|
String |
getId()
Unique identifier for the resource profile
|
Integer |
getProblemsCount()
Number of problems associated with this resource profile
|
String |
getResourceId()
Unique identifier for the resource associated with the 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
|
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.
|
String |
getType()
Resource type for the 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","timeFirstOccurred","timeLastOccurred","problemsCount"}) public ResourceProfileSummary(Integer sightingsCount, String id, String resourceId, String displayName, String type, Double riskScore, List<TacticSummary> tactics, Date timeFirstDetected, Date timeLastDetected, Date timeFirstOccurred, Date timeLastOccurred, Integer problemsCount)
public static ResourceProfileSummary.Builder builder()
Create a new builder.
public ResourceProfileSummary.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 Double getRiskScore()
Risk score for the resource profile
public List<TacticSummary> getTactics()
List of tactic summaries associated with the resource profile
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 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–2024. All rights reserved.