@Generated(value="OracleSDKGenerator", comments="API Version: 20200601") public final class LogAnalyticsMetaFunctionArgument extends Object
LogAnalyticsMetaFunctionArgument
Note: Objects should always be created or deserialized using the LogAnalyticsMetaFunctionArgument.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 LogAnalyticsMetaFunctionArgument.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 |
LogAnalyticsMetaFunctionArgument.Builder |
| Constructor and Description |
|---|
LogAnalyticsMetaFunctionArgument(Boolean isOverrideOutputFields,
String argumentDisplayName,
String argumentExample,
String argumentService,
String argumentDataType,
String argumentDescription,
String argumentName,
Long argumentOrder,
Long argumentType,
Long argumentId,
String argumentLookupColumn,
Long argumentLookupColumnPosition,
String argumentValue)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static LogAnalyticsMetaFunctionArgument.Builder |
builder()
Create a new builder.
|
boolean |
equals(Object o) |
Set<String> |
get__explicitlySet__() |
String |
getArgumentDataType()
argument data type
|
String |
getArgumentDescription()
argument description
|
String |
getArgumentDisplayName()
argument display name
|
String |
getArgumentExample()
argument example
|
Long |
getArgumentId()
meta function id
|
String |
getArgumentLookupColumn()
column
|
Long |
getArgumentLookupColumnPosition()
column position
|
String |
getArgumentName()
argument name
|
Long |
getArgumentOrder()
argument order
|
String |
getArgumentService()
argument service
|
Long |
getArgumentType()
argument type
|
String |
getArgumentValue()
value
|
Boolean |
getIsOverrideOutputFields()
override output fields
|
int |
hashCode() |
LogAnalyticsMetaFunctionArgument.Builder |
toBuilder() |
String |
toString() |
@ConstructorProperties(value={"isOverrideOutputFields","argumentDisplayName","argumentExample","argumentService","argumentDataType","argumentDescription","argumentName","argumentOrder","argumentType","argumentId","argumentLookupColumn","argumentLookupColumnPosition","argumentValue"}) @Deprecated public LogAnalyticsMetaFunctionArgument(Boolean isOverrideOutputFields, String argumentDisplayName, String argumentExample, String argumentService, String argumentDataType, String argumentDescription, String argumentName, Long argumentOrder, Long argumentType, Long argumentId, String argumentLookupColumn, Long argumentLookupColumnPosition, String argumentValue)
public static LogAnalyticsMetaFunctionArgument.Builder builder()
Create a new builder.
public LogAnalyticsMetaFunctionArgument.Builder toBuilder()
public Boolean getIsOverrideOutputFields()
override output fields
public String getArgumentDisplayName()
argument display name
public String getArgumentExample()
argument example
public String getArgumentService()
argument service
public String getArgumentDataType()
argument data type
public String getArgumentDescription()
argument description
public String getArgumentName()
argument name
public Long getArgumentOrder()
argument order
public Long getArgumentType()
argument type
public Long getArgumentId()
meta function id
public String getArgumentLookupColumn()
column
public Long getArgumentLookupColumnPosition()
column position
public String getArgumentValue()
value
Copyright © 2016–2021. All rights reserved.