@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 |
static class |
LogAnalyticsSourceFunction.FunctionName
The source function name
|
Constructor and Description |
---|
LogAnalyticsSourceFunction(List<LogAnalyticsMetaFunctionArgument> arguments,
Boolean isEnabled,
LogAnalyticsMetaFunction function,
LogAnalyticsSourceFunction.FunctionName functionName,
String functionReference,
String sourceReference,
List<String> features,
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()
The function argument.
|
List<String> |
getFeatures()
Features of the source function to use for enrichment.
|
LogAnalyticsMetaFunction |
getFunction() |
Long |
getFunctionId()
The source function unique identifier.
|
LogAnalyticsSourceFunction.FunctionName |
getFunctionName()
The source function name
|
String |
getFunctionReference()
The source function unique identifier as a string.
|
Boolean |
getIsEnabled()
A flag inidcating whether or not the source function is enabled.
|
Boolean |
getIsSystem()
The system flag.
|
String |
getLookupColumn()
The lookup column.
|
Long |
getLookupColumnPosition()
The lookup column position.
|
String |
getLookupDisplayName()
The lookup display name.
|
Long |
getLookupMode()
The lookup mode.
|
String |
getLookupTable()
The lookup table.
|
Long |
getOrder()
The source function order.
|
Long |
getSourceId()
The source unique identifier.
|
String |
getSourceReference()
The source unique identifier as a string.
|
int |
hashCode() |
LogAnalyticsSourceFunction.Builder |
toBuilder() |
String |
toString() |
@Deprecated @ConstructorProperties(value={"arguments","isEnabled","function","functionName","functionReference","sourceReference","features","functionId","order","isSystem","lookupColumn","lookupColumnPosition","lookupDisplayName","lookupMode","lookupTable","sourceId"}) public LogAnalyticsSourceFunction(List<LogAnalyticsMetaFunctionArgument> arguments, Boolean isEnabled, LogAnalyticsMetaFunction function, LogAnalyticsSourceFunction.FunctionName functionName, String functionReference, String sourceReference, List<String> features, 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()
The function argument.
public Boolean getIsEnabled()
A flag inidcating whether or not the source function is enabled.
public LogAnalyticsMetaFunction getFunction()
public LogAnalyticsSourceFunction.FunctionName getFunctionName()
The source function name
public String getFunctionReference()
The source function unique identifier as a string.
public String getSourceReference()
The source unique identifier as a string.
public List<String> getFeatures()
Features of the source function to use for enrichment.
public Long getFunctionId()
The source function unique identifier.
public Long getOrder()
The source function order.
public Boolean getIsSystem()
The system flag. A value of false denotes a custom, or user defined object. A value of true denotes a built in object.
public String getLookupColumn()
The lookup column.
public Long getLookupColumnPosition()
The lookup column position.
public String getLookupDisplayName()
The lookup display name.
public Long getLookupMode()
The lookup mode.
public String getLookupTable()
The lookup table.
public Long getSourceId()
The source unique identifier.
Copyright © 2016–2022. All rights reserved.