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

com.feingto.cloud.dto.trace.AnnotationDTO Maven / Gradle / Ivy

There is a newer version: 2.3.5.RELEASE
Show newest version
package com.feingto.cloud.dto.trace;

import lombok.Data;
import lombok.experimental.Accessors;

import java.io.Serializable;

/**
 * 数据单元注释
 *
 * @author longfei
 */
@Data
@Accessors(chain = true)
public class AnnotationDTO implements Serializable {
    private static final long serialVersionUID = 7011808582702648001L;

    private Long timestamp;

    private String value;

    private EndpointDTO endpoint;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy