Package | Description |
---|---|
com.oracle.bmc.logging.model |
Modifier and Type | Method and Description |
---|---|
static UnifiedJSONParser.TimeType |
UnifiedJSONParser.TimeType.create(String key) |
UnifiedJSONParser.TimeType |
UnifiedJSONParser.getTimeType()
JSON parser time type.
|
static UnifiedJSONParser.TimeType |
UnifiedJSONParser.TimeType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UnifiedJSONParser.TimeType[] |
UnifiedJSONParser.TimeType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
UnifiedJSONParser.Builder |
UnifiedJSONParser.Builder.timeType(UnifiedJSONParser.TimeType timeType)
JSON parser time type.
|
Constructor and Description |
---|
UnifiedJSONParser(String fieldTimeKey,
Map<String,String> types,
String nullValuePattern,
Boolean isNullEmptyString,
Boolean isEstimateCurrentEvent,
Boolean isKeepTimeKey,
Integer timeoutInMilliseconds,
UnifiedJSONParser.TimeType timeType,
String timeFormat,
Boolean parseNested,
String separator)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.