@Generated(value="OracleSDKGenerator", comments="API Version: 20200131") public final class ProblemEntitySummary extends com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
Summary information about problem entities for a data source for a problem.
Note: Objects should always be created or deserialized using the ProblemEntitySummary.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 ProblemEntitySummary.Builder
, which maintain a
set of all explicitly set fields called ProblemEntitySummary.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 |
ProblemEntitySummary.Builder |
EXPLICITLY_SET_FILTER_NAME, EXPLICITLY_SET_PROPERTY_NAME
Constructor and Description |
---|
ProblemEntitySummary(List<String> regions,
Date timeFirstDetected,
String problemId,
Date timeLastDetected,
String resultUrl,
List<EntityDetails> entityDetails)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static ProblemEntitySummary.Builder |
builder()
Create a new builder.
|
boolean |
equals(Object o) |
List<EntityDetails> |
getEntityDetails()
List of entity details related to a data source
|
String |
getProblemId()
Attached problem ID
|
List<String> |
getRegions()
Data source problem entities region
|
String |
getResultUrl()
Log result query URL for a data source query
|
Date |
getTimeFirstDetected()
Data source problem entities first detected time
|
Date |
getTimeLastDetected()
Data source problem entities last detected time
|
int |
hashCode() |
ProblemEntitySummary.Builder |
toBuilder() |
String |
toString() |
String |
toString(boolean includeByteArrayContents)
Return a string representation of the object.
|
markPropertyAsExplicitlySet, wasPropertyExplicitlySet
@Deprecated @ConstructorProperties(value={"regions","timeFirstDetected","problemId","timeLastDetected","resultUrl","entityDetails"}) public ProblemEntitySummary(List<String> regions, Date timeFirstDetected, String problemId, Date timeLastDetected, String resultUrl, List<EntityDetails> entityDetails)
public static ProblemEntitySummary.Builder builder()
Create a new builder.
public ProblemEntitySummary.Builder toBuilder()
public Date getTimeFirstDetected()
Data source problem entities first detected time
public String getProblemId()
Attached problem ID
public Date getTimeLastDetected()
Data source problem entities last detected time
public String getResultUrl()
Log result query URL for a data source query
public List<EntityDetails> getEntityDetails()
List of entity details related to a data source
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.