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

com.contrastsecurity.models.TraceNotesResponse 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 TraceNotesResponse {

    public List getNotes() {
        return notes;
    }
    @SerializedName("notes")
    private List notes;
}





© 2015 - 2024 Weber Informatics LLC | Privacy Policy