@Generated(value="OracleSDKGenerator", comments="API Version: 20200531") public final class LogIncludedSearchSummary extends ExplicitlySetBmcModel
A summary of what the OCI included search does.
LogIncludedSearchSummary.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 LogIncludedSearchSummary.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 |
LogIncludedSearchSummary.Builder |
Constructor and Description |
---|
LogIncludedSearchSummary(String id,
String displayName,
Date timeCreated,
Date timeLastModified)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static LogIncludedSearchSummary.Builder |
builder()
Create a new builder.
|
boolean |
equals(Object o) |
String |
getDisplayName()
The user-friendly display name.
|
String |
getId()
The OCID of the resource.
|
Date |
getTimeCreated()
Time the resource was created.
|
Date |
getTimeLastModified()
Time the resource was last modified.
|
int |
hashCode() |
LogIncludedSearchSummary.Builder |
toBuilder() |
String |
toString() |
String |
toString(boolean includeByteArrayContents)
Return a string representation of the object.
|
markPropertyAsExplicitlySet, wasPropertyExplicitlySet
@Deprecated @ConstructorProperties(value={"id","displayName","timeCreated","timeLastModified"}) public LogIncludedSearchSummary(String id, String displayName, Date timeCreated, Date timeLastModified)
public static LogIncludedSearchSummary.Builder builder()
Create a new builder.
public LogIncludedSearchSummary.Builder toBuilder()
public String getId()
The OCID of the resource.
public String getDisplayName()
The user-friendly display name. This must be unique within the enclosing resource, and it’s changeable. Avoid entering confidential information.
public Date getTimeCreated()
Time the resource was created.
public Date getTimeLastModified()
Time the resource was last modified.
public String toString()
toString
in class 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 ExplicitlySetBmcModel
public int hashCode()
hashCode
in class ExplicitlySetBmcModel
Copyright © 2016–2022. All rights reserved.