@Generated(value="OracleSDKGenerator", comments="API Version: 20200601") public final class LogAnalyticsSourceFunction extends Object
LogAnalyticsSourceFunction
Note: Objects should always be created or deserialized using the LogAnalyticsSourceFunction.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 LogAnalyticsSourceFunction.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 |
LogAnalyticsSourceFunction.Builder |
| Constructor and Description |
|---|
LogAnalyticsSourceFunction(List<LogAnalyticsMetaFunctionArgument> arguments,
Boolean isEnabled,
LogAnalyticsMetaFunction function,
Long functionId,
Long order,
Boolean isSystem,
String lookupColumn,
Long lookupColumnPosition,
String lookupDisplayName,
Long lookupMode,
String lookupTable,
Long sourceId)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static LogAnalyticsSourceFunction.Builder |
builder()
Create a new builder.
|
boolean |
equals(Object o) |
Set<String> |
get__explicitlySet__() |
List<LogAnalyticsMetaFunctionArgument> |
getArguments()
argument
|
LogAnalyticsMetaFunction |
getFunction() |
Long |
getFunctionId()
source function Id
|
Boolean |
getIsEnabled()
enabled flag
|
Boolean |
getIsSystem()
is system flag
|
String |
getLookupColumn()
column
|
Long |
getLookupColumnPosition()
column position
|
String |
getLookupDisplayName()
lookup display name
|
Long |
getLookupMode()
lookup mode
|
String |
getLookupTable()
lookup table
|
Long |
getOrder()
source function order
|
Long |
getSourceId()
source Id
|
int |
hashCode() |
LogAnalyticsSourceFunction.Builder |
toBuilder() |
String |
toString() |
@ConstructorProperties(value={"arguments","isEnabled","function","functionId","order","isSystem","lookupColumn","lookupColumnPosition","lookupDisplayName","lookupMode","lookupTable","sourceId"}) @Deprecated public LogAnalyticsSourceFunction(List<LogAnalyticsMetaFunctionArgument> arguments, Boolean isEnabled, LogAnalyticsMetaFunction function, Long functionId, Long order, Boolean isSystem, String lookupColumn, Long lookupColumnPosition, String lookupDisplayName, Long lookupMode, String lookupTable, Long sourceId)
public static LogAnalyticsSourceFunction.Builder builder()
Create a new builder.
public LogAnalyticsSourceFunction.Builder toBuilder()
public List<LogAnalyticsMetaFunctionArgument> getArguments()
argument
public Boolean getIsEnabled()
enabled flag
public LogAnalyticsMetaFunction getFunction()
public Long getFunctionId()
source function Id
public Long getOrder()
source function order
public Boolean getIsSystem()
is system flag
public String getLookupColumn()
column
public Long getLookupColumnPosition()
column position
public String getLookupDisplayName()
lookup display name
public Long getLookupMode()
lookup mode
public String getLookupTable()
lookup table
public Long getSourceId()
source Id
Copyright © 2016–2021. All rights reserved.