All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.chaudhryfaisal.dto.Event Maven / Gradle / Ivy

The newest version!
package com.github.chaudhryfaisal.dto;

import lombok.Builder;
import lombok.Data;
import lombok.Singular;

import java.util.Map;

/**
 * Representation of a Humio single event.
 */
@Builder
@Data
public class Event {
    long timestamp;
    @Singular
    private Map attributes;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy