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

com.dft.shein.model.product.ProductFullDetailInfo Maven / Gradle / Ivy

The newest version!
package com.dft.shein.model.product;

import com.fasterxml.jackson.annotation.JsonIgnoreProperties;
import com.fasterxml.jackson.annotation.JsonProperty;
import lombok.Data;

import java.util.List;

@Data
@JsonIgnoreProperties(ignoreUnknown = true)
public class ProductFullDetailInfo {

    private String spuName;
    private Integer categoryId;
    private String categoryName;
    private SkuDimensionsInfo skuDimensionsInfo;
    private Integer isSaleAttribute;
    private String productNumber;
    private Integer productTypeId;
    private String skcName;
    private String skcCode;
    private String brandCode;
    private ProductName productName;
    private GoodsInventory goodsInventory;
    private List shelfDetails;
    private ProductDesc productDesc;
    private List currentPrices;
    private String sellerSku;
    private List imageList;
    private String skuCode;
    private List attributeLists;
    private SaleAttribute saleAttribute;
    private List skuAttributeLists;
    private Integer stopPurchase;
    private List mallStateList;
    private SampleInfo sampleInfo;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy