Uses of Class
com.oracle.bmc.loganalytics.model.ParseQueryOutput.Builder
-
Packages that use ParseQueryOutput.Builder Package Description com.oracle.bmc.loganalytics.model -
-
Uses of ParseQueryOutput.Builder in com.oracle.bmc.loganalytics.model
Methods in com.oracle.bmc.loganalytics.model that return ParseQueryOutput.Builder Modifier and Type Method Description static ParseQueryOutput.Builder
ParseQueryOutput. builder()
Create a new builder.ParseQueryOutput.Builder
ParseQueryOutput.Builder. columns(List<AbstractColumn> columns)
List of columns returned by the specified query string as result output.ParseQueryOutput.Builder
ParseQueryOutput.Builder. commands(List<AbstractCommandDescriptor> commands)
List of querylanguage command descriptors, describing the specfied query string.ParseQueryOutput.Builder
ParseQueryOutput.Builder. copy(ParseQueryOutput model)
ParseQueryOutput.Builder
ParseQueryOutput.Builder. displayQueryString(String displayQueryString)
Display string formatted by query builder of user specified query string.ParseQueryOutput.Builder
ParseQueryOutput.Builder. internalQueryString(String internalQueryString)
Internal string formatted by query builder of user specified query string.ParseQueryOutput.Builder
ParseQueryOutput.Builder. responseTimeInMs(Long responseTimeInMs)
Operation response time.ParseQueryOutput.Builder
ParseQueryOutput.Builder. timeFilter(TimeRange timeFilter)
ParseQueryOutput.Builder
ParseQueryOutput. toBuilder()
-