Uses of Class
com.oracle.bmc.loganalytics.model.TestParserPayloadDetails.Type
-
Packages that use TestParserPayloadDetails.Type Package Description com.oracle.bmc.loganalytics.model -
-
Uses of TestParserPayloadDetails.Type in com.oracle.bmc.loganalytics.model
Methods in com.oracle.bmc.loganalytics.model that return TestParserPayloadDetails.Type Modifier and Type Method Description static TestParserPayloadDetails.Type
TestParserPayloadDetails.Type. create(String key)
TestParserPayloadDetails.Type
TestParserPayloadDetails. getType()
The parser type.static TestParserPayloadDetails.Type
TestParserPayloadDetails.Type. valueOf(String name)
Returns the enum constant of this type with the specified name.static TestParserPayloadDetails.Type[]
TestParserPayloadDetails.Type. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.loganalytics.model with parameters of type TestParserPayloadDetails.Type Modifier and Type Method Description TestParserPayloadDetails.Builder
TestParserPayloadDetails.Builder. type(TestParserPayloadDetails.Type type)
The parser type.Constructors in com.oracle.bmc.loganalytics.model with parameters of type TestParserPayloadDetails.Type Constructor Description TestParserPayloadDetails(String content, String description, String displayName, String encoding, String exampleContent, List<LogAnalyticsParserField> fieldMaps, String footerContent, String headerContent, String name, Boolean isDefault, Boolean isSingleLineContent, Boolean isSystem, String language, Date timeUpdated, Integer logTypeTestRequestVersion, UiParserTestMetadata metadata, String parserIgnorelineCharacters, Long isHidden, Integer parserSequence, String parserTimezone, Boolean isParserWrittenOnce, List<LogAnalyticsParserFunction> parserFunctions, Boolean shouldTokenizeOriginalText, String fieldDelimiter, String fieldQualifier, TestParserPayloadDetails.Type type, Boolean isNamespaceAware, Boolean isPositionAware)
Deprecated.
-