@Generated(value="OracleSDKGenerator", comments="API Version: 20200630") public final class SnapshotDetail extends Object
A generic key value pair object, which contains information such as the thread ID, thread name, and thread state.
SnapshotDetail.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 SnapshotDetail.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 |
SnapshotDetail.Builder |
Constructor and Description |
---|
SnapshotDetail(String key,
Object value)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static SnapshotDetail.Builder |
builder()
Create a new builder.
|
boolean |
equals(Object o) |
Set<String> |
get__explicitlySet__() |
String |
getKey()
Name of the property.
|
Object |
getValue()
Value of the property.
|
int |
hashCode() |
SnapshotDetail.Builder |
toBuilder() |
String |
toString() |
@Deprecated @ConstructorProperties(value={"key","value"}) public SnapshotDetail(String key, Object value)
public static SnapshotDetail.Builder builder()
Create a new builder.
public SnapshotDetail.Builder toBuilder()
public String getKey()
Name of the property.
public Object getValue()
Value of the property.
Copyright © 2016–2022. All rights reserved.