Uses of Class
com.oracle.bmc.loganalytics.model.Violation
-
Packages that use Violation Package Description com.oracle.bmc.loganalytics.model -
-
Uses of Violation in com.oracle.bmc.loganalytics.model
Methods in com.oracle.bmc.loganalytics.model that return Violation Modifier and Type Method Description Violation
Violation.Builder. build()
Methods in com.oracle.bmc.loganalytics.model that return types with arguments of type Violation Modifier and Type Method Description List<Violation>
EfdRegexResult. getViolations()
The list of violations (if any).List<Violation>
EndpointResult. getViolations()
The list of violations (if any).Methods in com.oracle.bmc.loganalytics.model with parameters of type Violation Modifier and Type Method Description Violation.Builder
Violation.Builder. copy(Violation model)
Method parameters in com.oracle.bmc.loganalytics.model with type arguments of type Violation Modifier and Type Method Description EfdRegexResult.Builder
EfdRegexResult.Builder. violations(List<Violation> violations)
The list of violations (if any).EndpointResult.Builder
EndpointResult.Builder. violations(List<Violation> violations)
The list of violations (if any).Constructor parameters in com.oracle.bmc.loganalytics.model with type arguments of type Violation Constructor Description EfdRegexResult(String baseFieldName, Long id, RegexMatchResult matchResult, Integer parsedFieldCount, Map<String,String> parsedFields, String regex, String status, String statusDescription, Boolean isValidRegexSyntax, List<Violation> violations)
Deprecated.EndpointResult(String endpointName, String url, String status, List<Violation> violations, List<String> logEndpoints)
Deprecated.
-