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

com.contrastsecurity.models.License Maven / Gradle / Ivy

There is a newer version: 3.4.2
Show newest version
package com.contrastsecurity.models;

public class License {

    public long getStart() { return start; }
    private long start;

    public long getEnd() { return end; }
    private long end;

    public String getLevel() { return level; }
    private String level;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy