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

target.apidocs.com.google.api.services.content.model.Breakdown.html Maven / Gradle / Ivy

There is a newer version: v2.1-rev20241217-2.0.0
Show newest version






Breakdown (Content API for Shopping v2.1-rev20240609-2.0.0)












com.google.api.services.content.model

Class Breakdown

  • All Implemented Interfaces:
    Cloneable, Map<String,Object>


    public final class Breakdown
    extends com.google.api.client.json.GenericJson
    A detailed impact breakdown for a group of regions where the impact of the issue on different shopping destinations is the same.

    This is the Java data model class that specifies how to parse/serialize into the JSON that is transmitted over HTTP when working with the Content API for Shopping. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json

    Author:
    Google, Inc.
    • Constructor Detail

      • Breakdown

        public Breakdown()
    • Method Detail

      • getDetails

        public List<String> getDetails()
        Human readable, localized description of issue's effect on different targets. Should be rendered as a list. For example: * "Products not showing in ads" * "Products not showing organically"
        Returns:
        value or null for none
      • setDetails

        public Breakdown setDetails(List<String> details)
        Human readable, localized description of issue's effect on different targets. Should be rendered as a list. For example: * "Products not showing in ads" * "Products not showing organically"
        Parameters:
        details - details or null for none
      • getRegions

        public List<BreakdownRegion> getRegions()
        Lists of regions. Should be rendered as a title for this group of details. The full list should be shown to merchant. If the list is too long, it is recommended to make it expandable.
        Returns:
        value or null for none
      • setRegions

        public Breakdown setRegions(List<BreakdownRegion> regions)
        Lists of regions. Should be rendered as a title for this group of details. The full list should be shown to merchant. If the list is too long, it is recommended to make it expandable.
        Parameters:
        regions - regions or null for none
      • set

        public Breakdown set(String fieldName,
                             Object value)
        Overrides:
        set in class com.google.api.client.json.GenericJson
      • clone

        public Breakdown clone()
        Overrides:
        clone in class com.google.api.client.json.GenericJson

Copyright © 2011–2024 Google. All rights reserved.





© 2015 - 2025 Weber Informatics LLC | Privacy Policy