Class ValidationResponseDTO
java.lang.Object
org.graylog.plugins.views.search.rest.ValidationResponseDTO
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract ValidationResponseDTO.Contextcontext()static ValidationResponseDTOcreate(ValidationStatusDTO status, List<ValidationMessageDTO> explanations, Set<ExplainResults.IndexRangeResult> searchedIndexRanges, Set<DataRoutedStream> dataRoutedStreams, Optional<TimeRange> searchedTimeRange) abstract List<ValidationMessageDTO>abstract ValidationStatusDTOstatus()
-
Constructor Details
-
ValidationResponseDTO
public ValidationResponseDTO()
-
-
Method Details
-
create
public static ValidationResponseDTO create(ValidationStatusDTO status, List<ValidationMessageDTO> explanations, Set<ExplainResults.IndexRangeResult> searchedIndexRanges, Set<DataRoutedStream> dataRoutedStreams, Optional<TimeRange> searchedTimeRange) -
status
-
explanations
-
context
-