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

com.luna.baidu.dto.write.EventContextDTO Maven / Gradle / Ivy

There is a newer version: 2.1.0-RELEASE
Show newest version
package com.luna.baidu.dto.write;

import java.util.List;

/**
 * @Package: com.luna.baidu.dto
 * @ClassName: EventContextDTO
 * @Author: luna
 * @CreateTime: 2020/8/10 16:33
 * @Description:
 */
public class EventContextDTO {

    private String        event_name;

    private String        first_vein_time;

    private List vein;

    public String getEvent_name() {
        return event_name;
    }

    public void setEvent_name(String event_name) {
        this.event_name = event_name;
    }

    public String getFirst_vein_time() {
        return first_vein_time;
    }

    public void setFirst_vein_time(String first_vein_time) {
        this.first_vein_time = first_vein_time;
    }

    public List getVein() {
        return vein;
    }

    public void setVein(List vein) {
        this.vein = vein;
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy