@Generated(value="OracleSDKGenerator", comments="API Version: 20200601") public final class AutoLookups extends Object
AutoLookups
Note: Objects should always be created or deserialized using the AutoLookups.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 AutoLookups.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 |
AutoLookups.Builder |
Constructor and Description |
---|
AutoLookups(String canonicalLink,
Long totalCount)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static AutoLookups.Builder |
builder()
Create a new builder.
|
boolean |
equals(Object o) |
Set<String> |
get__explicitlySet__() |
String |
getCanonicalLink()
The canonical link.
|
Long |
getTotalCount()
The total count.
|
int |
hashCode() |
AutoLookups.Builder |
toBuilder() |
String |
toString() |
@Deprecated @ConstructorProperties(value={"canonicalLink","totalCount"}) public AutoLookups(String canonicalLink, Long totalCount)
public static AutoLookups.Builder builder()
Create a new builder.
public AutoLookups.Builder toBuilder()
public String getCanonicalLink()
The canonical link.
public Long getTotalCount()
The total count.
Copyright © 2016–2022. All rights reserved.