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

io.gravitee.node.api.license.model.License Maven / Gradle / Ivy

package io.gravitee.node.api.license.model;

import java.util.Date;
import lombok.Data;

/**
 * @author Jeoffrey HAEYAERT (jeoffrey.haeyaert at graviteesource.com)
 * @author GraviteeSource Team
 */
@Data
public class License {

    private String id;
    private String referenceType;
    private String referenceId;
    private String content;
    private Date createdAt;
    private Date updatedAt;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy