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

target.apidocs.com.google.api.services.youtube.model.LiveChatSuperStickerDetails.html Maven / Gradle / Ivy

There is a newer version: v3-rev20240514-2.0.0
Show newest version






LiveChatSuperStickerDetails (YouTube Data API v3 v3-rev20240417-2.0.0)












com.google.api.services.youtube.model

Class LiveChatSuperStickerDetails

    • Constructor Detail

      • LiveChatSuperStickerDetails

        public LiveChatSuperStickerDetails()
    • Method Detail

      • getAmountDisplayString

        public String getAmountDisplayString()
        A rendered string that displays the fund amount and currency to the user.
        Returns:
        value or null for none
      • setAmountDisplayString

        public LiveChatSuperStickerDetails setAmountDisplayString(String amountDisplayString)
        A rendered string that displays the fund amount and currency to the user.
        Parameters:
        amountDisplayString - amountDisplayString or null for none
      • getAmountMicros

        public BigInteger getAmountMicros()
        The amount purchased by the user, in micros (1,750,000 micros = 1.75).
        Returns:
        value or null for none
      • setAmountMicros

        public LiveChatSuperStickerDetails setAmountMicros(BigInteger amountMicros)
        The amount purchased by the user, in micros (1,750,000 micros = 1.75).
        Parameters:
        amountMicros - amountMicros or null for none
      • getCurrency

        public String getCurrency()
        The currency in which the purchase was made.
        Returns:
        value or null for none
      • setCurrency

        public LiveChatSuperStickerDetails setCurrency(String currency)
        The currency in which the purchase was made.
        Parameters:
        currency - currency or null for none
      • getSuperStickerMetadata

        public SuperStickerMetadata getSuperStickerMetadata()
        Information about the Super Sticker.
        Returns:
        value or null for none
      • setSuperStickerMetadata

        public LiveChatSuperStickerDetails setSuperStickerMetadata(SuperStickerMetadata superStickerMetadata)
        Information about the Super Sticker.
        Parameters:
        superStickerMetadata - superStickerMetadata or null for none
      • getTier

        public Long getTier()
        The tier in which the amount belongs. Lower amounts belong to lower tiers. The lowest tier is 1.
        Returns:
        value or null for none
      • setTier

        public LiveChatSuperStickerDetails setTier(Long tier)
        The tier in which the amount belongs. Lower amounts belong to lower tiers. The lowest tier is 1.
        Parameters:
        tier - tier or null for none

Copyright © 2011–2024 Google. All rights reserved.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy