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

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

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






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












com.google.api.services.content.model

Class Price

    • Constructor Detail

      • Price

        public Price()
    • Method Detail

      • getCurrency

        public String getCurrency()
        The currency of the price.
        Returns:
        value or null for none
      • setCurrency

        public Price setCurrency(String currency)
        The currency of the price.
        Parameters:
        currency - currency or null for none
      • getValue

        public String getValue()
        The price represented as a number.
        Returns:
        value or null for none
      • setValue

        public Price setValue(String value)
        The price represented as a number.
        Parameters:
        value - value or null for none
      • set

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

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

Copyright © 2011–2024 Google. All rights reserved.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy