@Generated(value="OracleSDKGenerator", comments="API Version: 20200601") public final class LogAnalyticsLookup extends Object
LogAnalyticsLookup
Note: Objects should always be created or deserialized using the LogAnalyticsLookup.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 LogAnalyticsLookup.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 |
LogAnalyticsLookup.Builder |
static class |
LogAnalyticsLookup.Type
The lookup type.
|
| Constructor and Description |
|---|
LogAnalyticsLookup(Long activeEditVersion,
String canonicalLink,
String description,
Long editVersion,
List<LookupField> fields,
Long lookupReference,
String lookupReferenceString,
LogAnalyticsLookup.Type type,
String name,
Long isBuiltIn,
Boolean isHidden,
String lookupDisplayName,
AutoLookups referringSources,
StatusSummary statusSummary,
Date timeUpdated)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static LogAnalyticsLookup.Builder |
builder()
Create a new builder.
|
boolean |
equals(Object o) |
Set<String> |
get__explicitlySet__() |
Long |
getActiveEditVersion()
active edit version
|
String |
getCanonicalLink()
canonical link
|
String |
getDescription()
description
|
Long |
getEditVersion()
edit version
|
List<LookupField> |
getFields()
fields
|
Long |
getIsBuiltIn()
is built in
|
Boolean |
getIsHidden()
is hidden
|
String |
getLookupDisplayName()
name
|
Long |
getLookupReference()
The lookup reference as an integer.
|
String |
getLookupReferenceString()
The lookup reference as a string.
|
String |
getName()
iname
|
AutoLookups |
getReferringSources() |
StatusSummary |
getStatusSummary() |
Date |
getTimeUpdated()
last updated date
|
LogAnalyticsLookup.Type |
getType()
The lookup type.
|
int |
hashCode() |
LogAnalyticsLookup.Builder |
toBuilder() |
String |
toString() |
@ConstructorProperties(value={"activeEditVersion","canonicalLink","description","editVersion","fields","lookupReference","lookupReferenceString","type","name","isBuiltIn","isHidden","lookupDisplayName","referringSources","statusSummary","timeUpdated"}) @Deprecated public LogAnalyticsLookup(Long activeEditVersion, String canonicalLink, String description, Long editVersion, List<LookupField> fields, Long lookupReference, String lookupReferenceString, LogAnalyticsLookup.Type type, String name, Long isBuiltIn, Boolean isHidden, String lookupDisplayName, AutoLookups referringSources, StatusSummary statusSummary, Date timeUpdated)
public static LogAnalyticsLookup.Builder builder()
Create a new builder.
public LogAnalyticsLookup.Builder toBuilder()
public Long getActiveEditVersion()
active edit version
public String getCanonicalLink()
canonical link
public String getDescription()
description
public Long getEditVersion()
edit version
public List<LookupField> getFields()
fields
public Long getLookupReference()
The lookup reference as an integer.
public String getLookupReferenceString()
The lookup reference as a string.
public LogAnalyticsLookup.Type getType()
The lookup type. Valid values are LOOKUP or DICTIONARY.
public String getName()
iname
public Long getIsBuiltIn()
is built in
public Boolean getIsHidden()
is hidden
public String getLookupDisplayName()
name
public AutoLookups getReferringSources()
public StatusSummary getStatusSummary()
public Date getTimeUpdated()
last updated date
Copyright © 2016–2021. All rights reserved.