Class LogAnalyticsMetaFunctionArgument
- java.lang.Object
- 
- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
- 
- com.oracle.bmc.loganalytics.model.LogAnalyticsMetaFunctionArgument
 
 
- 
 @Generated(value="OracleSDKGenerator", comments="API Version: 20200601") public final class LogAnalyticsMetaFunctionArgument extends com.oracle.bmc.http.client.internal.ExplicitlySetBmcModelLogAnalyticsMetaFunctionArgument
 Note: Objects should always be created or deserialized using theLogAnalyticsMetaFunctionArgument.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 calledLogAnalyticsMetaFunctionArgument.Builder.__explicitlySet__. ThehashCode()andequals(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).
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classLogAnalyticsMetaFunctionArgument.Builder
 - 
Constructor SummaryConstructors Constructor 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.
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static LogAnalyticsMetaFunctionArgument.Builderbuilder()Create a new builder.booleanequals(Object o)StringgetArgumentDataType()The argument data type.StringgetArgumentDescription()The argument description.StringgetArgumentDisplayName()The argument display name.StringgetArgumentExample()The argument example.LonggetArgumentId()The argument unique identifier.StringgetArgumentLookupColumn()The lookup column.LonggetArgumentLookupColumnPosition()The lookup column position.StringgetArgumentName()The argument name.LonggetArgumentOrder()The argument order.StringgetArgumentReference()The argument unique identifier as a string.StringgetArgumentService()The argument service.LonggetArgumentType()The argument type.StringgetArgumentValue()The argument value.BooleangetIsOverrideOutputFields()The override output fields.inthashCode()LogAnalyticsMetaFunctionArgument.BuildertoBuilder()StringtoString()StringtoString(boolean includeByteArrayContents)Return a string representation of the object.
 
- 
- 
- 
Constructor Detail- 
LogAnalyticsMetaFunctionArgument@Deprecated @ConstructorProperties({"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) Deprecated.
 
- 
 - 
Method Detail- 
builderpublic static LogAnalyticsMetaFunctionArgument.Builder builder() Create a new builder.
 - 
toBuilderpublic LogAnalyticsMetaFunctionArgument.Builder toBuilder() 
 - 
getIsOverrideOutputFieldspublic Boolean getIsOverrideOutputFields() The override output fields.- Returns:
- the value
 
 - 
getArgumentDisplayNamepublic String getArgumentDisplayName() The argument display name.- Returns:
- the value
 
 - 
getArgumentExamplepublic String getArgumentExample() The argument example.- Returns:
- the value
 
 - 
getArgumentServicepublic String getArgumentService() The argument service.- Returns:
- the value
 
 - 
getArgumentDataTypepublic String getArgumentDataType() The argument data type.- Returns:
- the value
 
 - 
getArgumentDescriptionpublic String getArgumentDescription() The argument description.- Returns:
- the value
 
 - 
getArgumentNamepublic String getArgumentName() The argument name.- Returns:
- the value
 
 - 
getArgumentOrderpublic Long getArgumentOrder() The argument order.- Returns:
- the value
 
 - 
getArgumentTypepublic Long getArgumentType() The argument type.- Returns:
- the value
 
 - 
getArgumentIdpublic Long getArgumentId() The argument unique identifier.- Returns:
- the value
 
 - 
getArgumentLookupColumnpublic String getArgumentLookupColumn() The lookup column.- Returns:
- the value
 
 - 
getArgumentLookupColumnPositionpublic Long getArgumentLookupColumnPosition() The lookup column position.- Returns:
- the value
 
 - 
getArgumentValuepublic String getArgumentValue() The argument value.- Returns:
- the value
 
 - 
getArgumentReferencepublic String getArgumentReference() The argument unique identifier as a string.- Returns:
- the value
 
 - 
toStringpublic String toString() - Overrides:
- toStringin class- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
 
 - 
toStringpublic String toString(boolean includeByteArrayContents) Return a string representation of the object.- Parameters:
- includeByteArrayContents- true to include the full contents of byte arrays
- Returns:
- string representation
 
 - 
equalspublic boolean equals(Object o) - Overrides:
- equalsin class- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
 
 - 
hashCodepublic int hashCode() - Overrides:
- hashCodein class- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
 
 
- 
 
-