Uses of Class
org.graylog2.rest.models.system.inputs.responses.InputSummary
Packages that use InputSummary
Package
Description
-
Uses of InputSummary in org.graylog2.rest.models.system.inputs.responses
Methods in org.graylog2.rest.models.system.inputs.responses that return InputSummaryModifier and TypeMethodDescriptionstatic InputSummaryInputSummary.create(String title, Boolean global, String name, String contentPack, String inputId, org.joda.time.DateTime createdAt, String type, String creatorUserId, Map<String, Object> attributes, Map<String, String> staticFields, String node) abstract InputSummaryInputStateSummary.messageInput()Methods in org.graylog2.rest.models.system.inputs.responses that return types with arguments of type InputSummaryMethods in org.graylog2.rest.models.system.inputs.responses with parameters of type InputSummaryModifier and TypeMethodDescriptionstatic InputStateSummaryInputStateSummary.create(String id, String state, org.joda.time.DateTime startedAt, String detailedMessage, InputSummary messageInput) Method parameters in org.graylog2.rest.models.system.inputs.responses with type arguments of type InputSummary -
Uses of InputSummary in org.graylog2.rest.resources.system.inputs
Methods in org.graylog2.rest.resources.system.inputs that return InputSummaryModifier and TypeMethodDescriptionprotected InputSummaryAbstractInputsResource.getInputSummary(Input input)