@Generated(value="OracleSDKGenerator", comments="API Version: 20200601") public final class LogAnalyticsMetaFunctionArgument extends com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
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 LogAnalyticsMetaFunctionArgument.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 |
LogAnalyticsMetaFunctionArgument.Builder |
EXPLICITLY_SET_FILTER_NAME, EXPLICITLY_SET_PROPERTY_NAME
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,
String argumentReference)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static LogAnalyticsMetaFunctionArgument.Builder |
builder()
Create a new builder.
|
boolean |
equals(Object o) |
String |
getArgumentDataType()
The argument data type.
|
String |
getArgumentDescription()
The argument description.
|
String |
getArgumentDisplayName()
The argument display name.
|
String |
getArgumentExample()
The argument example.
|
Long |
getArgumentId()
The argument unique identifier.
|
String |
getArgumentLookupColumn()
The lookup column.
|
Long |
getArgumentLookupColumnPosition()
The lookup column position.
|
String |
getArgumentName()
The argument name.
|
Long |
getArgumentOrder()
The argument order.
|
String |
getArgumentReference()
The argument unique identifier as a string.
|
String |
getArgumentService()
The argument service.
|
Long |
getArgumentType()
The argument type.
|
String |
getArgumentValue()
The argument value.
|
Boolean |
getIsOverrideOutputFields()
The override output fields.
|
int |
hashCode() |
LogAnalyticsMetaFunctionArgument.Builder |
toBuilder() |
String |
toString() |
String |
toString(boolean includeByteArrayContents)
Return a string representation of the object.
|
markPropertyAsExplicitlySet, wasPropertyExplicitlySet
@Deprecated @ConstructorProperties(value={"isOverrideOutputFields","argumentDisplayName","argumentExample","argumentService","argumentDataType","argumentDescription","argumentName","argumentOrder","argumentType","argumentId","argumentLookupColumn","argumentLookupColumnPosition","argumentValue","argumentReference"}) 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, String argumentReference)
public static LogAnalyticsMetaFunctionArgument.Builder builder()
Create a new builder.
public LogAnalyticsMetaFunctionArgument.Builder toBuilder()
public Boolean getIsOverrideOutputFields()
The override output fields.
public String getArgumentDisplayName()
The argument display name.
public String getArgumentExample()
The argument example.
public String getArgumentService()
The argument service.
public String getArgumentDataType()
The argument data type.
public String getArgumentDescription()
The argument description.
public String getArgumentName()
The argument name.
public Long getArgumentOrder()
The argument order.
public Long getArgumentType()
The argument type.
public Long getArgumentId()
The argument unique identifier.
public String getArgumentLookupColumn()
The lookup column.
public Long getArgumentLookupColumnPosition()
The lookup column position.
public String getArgumentValue()
The argument value.
public String getArgumentReference()
The argument unique identifier as a string.
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.