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

org.jetlinks.rule.engine.defaults.LogEvent Maven / Gradle / Ivy

There is a newer version: 1.2.2
Show newest version
package org.jetlinks.rule.engine.defaults;

import lombok.*;

@Getter
@Setter
@Builder
@AllArgsConstructor
@NoArgsConstructor
public class LogEvent {

    private String instanceId;

    private String nodeId;

    private String workerId;

    private String level;

    private String message;

    private String exception;

    private long timestamp;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy