@Generated(value="OracleSDKGenerator", comments="API Version: 20200430") public final class AggregatorSummary extends Object
A summary type containing information about the object’s aggregator including its type, key, name and description.
Note: Objects should always be created or deserialized using the AggregatorSummary.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 AggregatorSummary.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 |
AggregatorSummary.Builder |
Constructor and Description |
---|
AggregatorSummary(String type,
String key,
String name,
String identifier,
String description)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static AggregatorSummary.Builder |
builder()
Create a new builder.
|
boolean |
equals(Object o) |
Set<String> |
get__explicitlySet__() |
String |
getDescription()
The description of the aggregator.
|
String |
getIdentifier()
The identifier of the aggregator.
|
String |
getKey()
The key of the aggregator object.
|
String |
getName()
The name of the aggregator.
|
String |
getType()
The type of the aggregator.
|
int |
hashCode() |
AggregatorSummary.Builder |
toBuilder() |
String |
toString() |
@ConstructorProperties(value={"type","key","name","identifier","description"}) @Deprecated public AggregatorSummary(String type, String key, String name, String identifier, String description)
public static AggregatorSummary.Builder builder()
Create a new builder.
public AggregatorSummary.Builder toBuilder()
public String getType()
The type of the aggregator.
public String getKey()
The key of the aggregator object.
public String getName()
The name of the aggregator.
public String getIdentifier()
The identifier of the aggregator.
public String getDescription()
The description of the aggregator.
Copyright © 2016–2021. All rights reserved.