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

com.minlia.cloud.body.WithIdBody Maven / Gradle / Ivy

There is a newer version: 1.0.2.RELEASE
Show newest version
package com.minlia.cloud.body;

import lombok.Data;

/**
 * Created by will on 6/20/17.
 */
@Data
public class WithIdBody implements Body {

    /**
     * ID
     */
    private Long id;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy