![JAR search and dependency download from the Maven repository](/logo.png)
com.bigcommerce.catalog.models.CatalogSummaryResponse Maven / Gradle / Ivy
package com.bigcommerce.catalog.models;
import javax.xml.bind.annotation.XmlRootElement;
@XmlRootElement
public class CatalogSummaryResponse {
private CatalogSummary data;
public CatalogSummary getData() {
return data;
}
public void setData(CatalogSummary data) {
this.data = data;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy