package com.ikea.shared.browse.model;

import com.google.gson.annotations.SerializedName;

public class TopLevelCategory extends BaseResponse
{

  @SerializedName("CatalogTopElementListing")
  private CatalogTopElementListing mCatalogTopElementListing;

  public CatalogTopElementListing getCatalogTopElementListing()
  {
    return this.mCatalogTopElementListing;
  }

  public String toString()
  {
    return "TopLevelCategory [mCatalogTopElementListing=" + this.mCatalogTopElementListing + "]";
  }
}

/* Location:           C:\Documents and Settings\Cesar Cabello Cea\Mis documentos\Downloads\apk-downloader\com.ikea.kompis-6_dex2jar.jar
 * Qualified Name:     com.ikea.shared.browse.model.TopLevelCategory
 * JD-Core Version:    0.6.2
 */