Uses of Record Class
org.graylog2.indexer.datastream.policy.Policy.State
Packages that use Policy.State
-
Uses of Policy.State in org.graylog2.indexer.datastream.policy
Methods in org.graylog2.indexer.datastream.policy that return types with arguments of type Policy.StateModifier and TypeMethodDescriptionPolicy.states()Returns the value of thestatesrecord component.Constructor parameters in org.graylog2.indexer.datastream.policy with type arguments of type Policy.StateModifierConstructorDescriptionPolicy(String policyId, String description, String lastUpdatedTime, String defaultState, List<Policy.State> states, Policy.IsmTemplate ismTemplate) Creates an instance of aPolicyrecord class.Policy(String description, String defaultState, List<Policy.State> states)