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

com.lindar.webpurify.util.response.WebPurifyInnerResponse Maven / Gradle / Ivy

package com.lindar.webpurify.util.response;

import lombok.Data;

import java.util.List;

@Data
public class WebPurifyInnerResponse {
    private int          success;
    private List words;
    private Integer      wordsFound;
    private String       text;
    public  List profanityList;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy