Interface ModerationSponsorshipsOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      boolean getNoSponsor()
      bool no_sponsor = 2 [json_name = "noSponsor"];
      boolean getRotate()
      bool rotate = 1 [json_name = "rotate"];
      Sponsorship getSponsors​(int index)
      repeated .streamlayer.interactive.Sponsorship sponsors = 3 [json_name = "sponsors"];
      int getSponsorsCount()
      repeated .streamlayer.interactive.Sponsorship sponsors = 3 [json_name = "sponsors"];
      java.util.List<Sponsorship> getSponsorsList()
      repeated .streamlayer.interactive.Sponsorship sponsors = 3 [json_name = "sponsors"];
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        getDefaultInstanceForType, isInitialized
    • Method Detail

      • getRotate

        boolean getRotate()
        bool rotate = 1 [json_name = "rotate"];
        Returns:
        The rotate.
      • getNoSponsor

        boolean getNoSponsor()
        bool no_sponsor = 2 [json_name = "noSponsor"];
        Returns:
        The noSponsor.
      • getSponsorsList

        java.util.List<Sponsorship> getSponsorsList()
        repeated .streamlayer.interactive.Sponsorship sponsors = 3 [json_name = "sponsors"];
      • getSponsors

        Sponsorship getSponsors​(int index)
        repeated .streamlayer.interactive.Sponsorship sponsors = 3 [json_name = "sponsors"];
      • getSponsorsCount

        int getSponsorsCount()
        repeated .streamlayer.interactive.Sponsorship sponsors = 3 [json_name = "sponsors"];