@Generated(value="OracleSDKGenerator", comments="API Version: 20200131") public final class ProblemEntitySummary extends com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
The information about problem entities details of DataSource for a CloudGuard 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 ExplicitlySetBmcModel.__explicitlySet__
. The hashCode()
and
equals(Object)
methods are implemented to take ExplicitlySetBmcModel.__explicitlySet__
into account.
The constructor, on the other hand, does not set ExplicitlySetBmcModel.__explicitlySet__
(since the
constructor cannot distinguish explicit null
from unset null
).
Modifier and Type | Class and Description |
---|---|
static class |
ProblemEntitySummary.Builder |
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 event related to a DataSource
|
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 event related to a DataSource
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.