public interface GetDiagnosticsResponse
Modifier and Type | Method and Description |
---|---|
void |
addAllDiagnostics(List<String> diagnostics) |
void |
addDiagnostics(String diagnostic) |
void |
clearDiagnostics() |
String |
getDiagnostics(int index) |
int |
getDiagnosticsCount() |
List<String> |
getDiagnosticsList() |
void |
removeDiagnostics(int index) |
Copyright © 2008–2023 Apache Software Foundation. All rights reserved.