package com.ikea.shared.products.model;

import com.google.gson.annotations.SerializedName;
import java.util.List;

public class DemandList
{

  @SerializedName("Demand")
  private List<Demand> Demand;

  public List<Demand> getDemand()
  {
    return this.Demand;
  }

  public String toString()
  {
    return "DemandList [Demand=" + this.Demand + "]";
  }
}

/* Location:           C:\Documents and Settings\Cesar Cabello Cea\Mis documentos\Downloads\apk-downloader\com.ikea.kompis-6_dex2jar.jar
 * Qualified Name:     com.ikea.shared.products.model.DemandList
 * JD-Core Version:    0.6.2
 */