![JAR search and dependency download from the Maven repository](/logo.png)
io.github.dft.woocommerce.model.reportapi.TotalReviews Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of woocommerce Show documentation
Show all versions of woocommerce Show documentation
woocommerce API using JDK 11
package io.github.dft.woocommerce.model.reportapi;
import com.fasterxml.jackson.annotation.JsonIgnoreProperties;
import com.fasterxml.jackson.annotation.JsonInclude;
import lombok.Data;
@Data
@JsonInclude(JsonInclude.Include.NON_NULL)
@JsonIgnoreProperties(ignoreUnknown = true)
public class TotalReviews {
private String slug;
private String name;
private Integer total;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy