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

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

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

import java.util.List;

/**
    Base class for api calls returning one or more method
 */
public class Applications {

    public Integer getCount() {
        return count;
    }
    private Integer count = null;

    public List getApplications() {
        return applications;
    }
    private List applications;

    public Application getApplication() {
        return application;
    }
    private Application application;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy