![JAR search and dependency download from the Maven repository](/logo.png)
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