@Generated(value="OracleSDKGenerator", comments="API Version: 20200131") public final class ImpactedResourceSummary extends Object
Impacted Resource summary Definition.
Note: Objects should always be created or deserialized using the ImpactedResourceSummary.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 ImpactedResourceSummary.Builder
, which maintain a set of all explicitly set fields called
__explicitlySet__
. The hashCode()
and equals(Object)
methods are implemented to take
__explicitlySet__
into account. The constructor, on the other hand, does not set __explicitlySet__
(since the constructor cannot distinguish explicit null
from unset null
).
Modifier and Type | Class and Description |
---|---|
static class |
ImpactedResourceSummary.Builder |
Constructor and Description |
---|
ImpactedResourceSummary(String id,
String resourceId,
String problemId,
String compartmentId,
String sightingType,
String sightingTypeDisplayName,
String resourceName,
String resourceType,
String region,
Date timeIdentified)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static ImpactedResourceSummary.Builder |
builder()
Create a new builder.
|
boolean |
equals(Object o) |
Set<String> |
get__explicitlySet__() |
String |
getCompartmentId()
Compartment Id where the resource is created
|
String |
getId()
Unique identifier for finding event
|
String |
getProblemId()
Problem Id to which the Impacted Resource is associated
|
String |
getRegion()
Region where the resource is created
|
String |
getResourceId()
Unique id of the Impacted Resource
|
String |
getResourceName()
Name of the Impacted Resource
|
String |
getResourceType()
Type of the Impacted Resource
|
String |
getSightingType()
Identifier for the sighting type
|
String |
getSightingTypeDisplayName()
Name of the sighting type
|
Date |
getTimeIdentified()
Time when the problem was identified
|
int |
hashCode() |
ImpactedResourceSummary.Builder |
toBuilder() |
String |
toString() |
@Deprecated @ConstructorProperties(value={"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)
public static ImpactedResourceSummary.Builder builder()
Create a new builder.
public ImpactedResourceSummary.Builder toBuilder()
public String getId()
Unique identifier for finding event
public String getResourceId()
Unique id of the Impacted Resource
public String getProblemId()
Problem Id to which the Impacted Resource is associated
public String getCompartmentId()
Compartment Id where the resource is created
public String getSightingType()
Identifier for the sighting type
public String getSightingTypeDisplayName()
Name of the sighting type
public String getResourceName()
Name of the Impacted Resource
public String getResourceType()
Type of the Impacted Resource
public String getRegion()
Region where the resource is created
public Date getTimeIdentified()
Time when the problem was identified
Copyright © 2016–2022. All rights reserved.