@Generated(value="OracleSDKGenerator", comments="API Version: 20200601") public final class LogAnalyticsSourceFunction extends com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
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 LogAnalyticsSourceFunction.Builder.__explicitlySet__
. The hashCode()
and equals(Object)
methods are implemented to take the explicitly set
fields into account. The constructor, on the other hand, does not take the explicitly set fields
into account (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
|
EXPLICITLY_SET_FILTER_NAME, EXPLICITLY_SET_PROPERTY_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) |
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() |
String |
toString(boolean includeByteArrayContents)
Return a string representation of the object.
|
markPropertyAsExplicitlySet, wasPropertyExplicitlySet
@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.
public String toString()
toString
in class com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
public String toString(boolean includeByteArrayContents)
Return a string representation of the object.
includeByteArrayContents
- true to include the full contents of byte arrayspublic boolean equals(Object o)
equals
in class com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
public int hashCode()
hashCode
in class com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
Copyright © 2016–2024. All rights reserved.