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

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

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

import com.google.gson.annotations.SerializedName;

import java.util.List;

public class Organizations {
    public Long getCount() {
        return count;
    }
    private Long count = null;

    public List getOrganizations() {
        return organizations;
    }
    private List organizations;

    public Organization getOrganization() {
        return organization;
    }
    private Organization organization;

    public List getOrgDisabled() { return orgDisabled; }
    @SerializedName("org_disabled")
    private List orgDisabled;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy