Package | Description |
---|---|
com.oracle.bmc.loganalytics.model |
Modifier and Type | Class and Description |
---|---|
class |
FieldArgument
QueryString argument of type field.
|
class |
LiteralArgument
QueryString argument of type literal.
|
Modifier and Type | Method and Description |
---|---|
List<Argument> |
FunctionField.getArguments()
List of function arguments if specified.
|
Modifier and Type | Method and Description |
---|---|
FunctionField.Builder |
FunctionField.Builder.arguments(List<Argument> arguments)
List of function arguments if specified.
|
Constructor and Description |
---|
FunctionField(String displayName,
Boolean isDeclared,
List<String> originalDisplayNames,
String internalName,
ValueType valueType,
Boolean isGroupable,
Boolean isDuration,
String alias,
String filterQueryString,
String unitType,
String function,
List<Argument> arguments)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.