Package com.oracle.bmc.cloudguard.model
Class ImpactedResourceSummary
- java.lang.Object
- 
- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
- 
- com.oracle.bmc.cloudguard.model.ImpactedResourceSummary
 
 
- 
 @Generated(value="OracleSDKGenerator", comments="API Version: 20200131") public final class ImpactedResourceSummary extends com.oracle.bmc.http.client.internal.ExplicitlySetBmcModelSummary of information on a resource that\u2019s been impacted by a detected problem.
 Note: Objects should always be created or deserialized using theImpactedResourceSummary.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 theImpactedResourceSummary.Builder, which maintain a set of all explicitly set fields calledImpactedResourceSummary.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 SummaryNested Classes Modifier and Type Class Description static classImpactedResourceSummary.Builder
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ImpactedResourceSummary.Builderbuilder()Create a new builder.booleanequals(Object o)StringgetCompartmentId()Compartment OCID where the impacted resource is createdStringgetId()Unique identifier for finding eventStringgetProblemId()Problem ID associated with the Impacted resourceStringgetRegion()Region where the resource is createdStringgetResourceId()Unique identifier of the impacted resourceStringgetResourceName()Name of the impacted resourceStringgetResourceType()Type of the impacted resourceStringgetSightingType()Sighting type involvedStringgetSightingTypeDisplayName()Display name of the sighting typeDategetTimeIdentified()Date and time when the problem was identifiedinthashCode()ImpactedResourceSummary.BuildertoBuilder()StringtoString()StringtoString(boolean includeByteArrayContents)Return a string representation of the object.
 
- 
- 
- 
Constructor Detail- 
ImpactedResourceSummary@Deprecated @ConstructorProperties({"id","resourceId","problemId","compartmentId","sightingType","sightingTypeDisplayName","resourceName","resourceType","region","timeIdentified"}) public ImpactedResourceSummary(String id, String resourceId, String problemId, String compartmentId, String sightingType, String sightingTypeDisplayName, String resourceName, String resourceType, String region, Date timeIdentified) Deprecated.
 
- 
 - 
Method Detail- 
builderpublic static ImpactedResourceSummary.Builder builder() Create a new builder.
 - 
toBuilderpublic ImpactedResourceSummary.Builder toBuilder() 
 - 
getIdpublic String getId() Unique identifier for finding event- Returns:
- the value
 
 - 
getResourceIdpublic String getResourceId() Unique identifier of the impacted resource- Returns:
- the value
 
 - 
getProblemIdpublic String getProblemId() Problem ID associated with the Impacted resource- Returns:
- the value
 
 - 
getCompartmentIdpublic String getCompartmentId() Compartment OCID where the impacted resource is created- Returns:
- the value
 
 - 
getSightingTypepublic String getSightingType() Sighting type involved- Returns:
- the value
 
 - 
getSightingTypeDisplayNamepublic String getSightingTypeDisplayName() Display name of the sighting type- Returns:
- the value
 
 - 
getResourceNamepublic String getResourceName() Name of the impacted resource- Returns:
- the value
 
 - 
getResourceTypepublic String getResourceType() Type of the impacted resource- Returns:
- the value
 
 - 
getRegionpublic String getRegion() Region where the resource is created- Returns:
- the value
 
 - 
getTimeIdentifiedpublic Date getTimeIdentified() Date and time when the problem was identified- Returns:
- the value
 
 - 
toStringpublic String toString() - Overrides:
- toStringin class- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
 
 - 
toStringpublic 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
 
 - 
equalspublic boolean equals(Object o) - Overrides:
- equalsin class- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
 
 - 
hashCodepublic int hashCode() - Overrides:
- hashCodein class- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
 
 
- 
 
-