com.easarrive.quartz.aws.bean.WebEventMessage.java Source code

Java tutorial

Introduction

Here is the source code for com.easarrive.quartz.aws.bean.WebEventMessage.java

Source

/**
 * Copyright (c) 2016, Stupid Bird and/or its affiliates. All rights reserved.
 * STUPID BIRD PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
 *
 * @Project : parent
 * @Package : com.easarrive.quartz.aws.bean
 * @author <a href="http://www.lizhaoweb.net">??(John.Lee)</a>
 * @Time : 21:02
 */
package com.easarrive.quartz.aws.bean;

import com.fasterxml.jackson.annotation.JsonProperty;

import java.io.Serializable;
import java.util.List;

/**
 * <h1> - ?</h1>
 *
 * @author <a href="http://www.lizhaoweb.cn">??(John.Lee)</a>
 * @notes Created on 20160721<br>
 * Revision of last commit:$Revision$<br>
 * Author of last commit:$Author$<br>
 * Date of last commit:$Date$<br>
 *
 */
public class WebEventMessage implements Serializable {

    /**
     * ?
     */
    @JsonProperty(value = "version")
    private String version;

    /**
     * 
     */
    @JsonProperty(value = "recodes")
    private List<WebEventRecode> recodeList;
}