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

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

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






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












com.google.api.services.youtube.model

Class LiveChatSuperChatDetails

    • Constructor Detail

      • LiveChatSuperChatDetails

        public LiveChatSuperChatDetails()
    • 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 LiveChatSuperChatDetails 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 LiveChatSuperChatDetails 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 LiveChatSuperChatDetails setCurrency(String currency)
        The currency in which the purchase was made.
        Parameters:
        currency - currency 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 LiveChatSuperChatDetails 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
      • getUserComment

        public String getUserComment()
        The comment added by the user to this Super Chat event.
        Returns:
        value or null for none
      • setUserComment

        public LiveChatSuperChatDetails setUserComment(String userComment)
        The comment added by the user to this Super Chat event.
        Parameters:
        userComment - userComment or null for none

Copyright © 2011–2024 Google. All rights reserved.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy