Package | Description |
---|---|
com.oracle.bmc.loganalytics.model |
Modifier and Type | Method and Description |
---|---|
static GeoStatsCommandDescriptor.Include |
GeoStatsCommandDescriptor.Include.create(String key) |
GeoStatsCommandDescriptor.Include |
GeoStatsCommandDescriptor.getInclude()
Indicates which coordinates to show.
|
static GeoStatsCommandDescriptor.Include |
GeoStatsCommandDescriptor.Include.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GeoStatsCommandDescriptor.Include[] |
GeoStatsCommandDescriptor.Include.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
GeoStatsCommandDescriptor.Builder |
GeoStatsCommandDescriptor.Builder.include(GeoStatsCommandDescriptor.Include include)
Indicates which coordinates to show.
|
Constructor and Description |
---|
GeoStatsCommandDescriptor(String displayQueryString,
String internalQueryString,
String category,
List<AbstractField> referencedFields,
List<AbstractField> declaredFields,
Boolean isHidden,
GeoStatsCommandDescriptor.Include include,
AbstractField cityField,
AbstractField regionField,
AbstractField countryField,
AbstractField continentField,
AbstractField coordinatesField,
List<AbstractField> groupByFields,
List<FunctionField> functions)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.