Class CustomSampleEventModel


  • public class CustomSampleEventModel
    extends Object
    Model representing a custom sample event used for subscriber filter validation. Contains a sample payload and a name for identification.
    • Constructor Detail

      • CustomSampleEventModel

        public CustomSampleEventModel​(com.fasterxml.jackson.databind.JsonNode samplePayload,
                                      String name)
    • Method Detail

      • getSamplePayload

        public com.fasterxml.jackson.databind.JsonNode getSamplePayload()
      • getName

        public String getName()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object