Interface BettingFavoriteOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder
    All Known Implementing Classes:
    BettingFavorite, BettingFavorite.Builder

    @Deprecated
    public interface BettingFavoriteOrBuilder
    extends com.google.protobuf.MessageLiteOrBuilder
    Deprecated.
    • Method Summary

      All Methods Instance Methods Abstract Methods Deprecated Methods 
      Modifier and Type Method Description
      java.lang.String getIcon()
      Deprecated.
      string icon = 2 [json_name = "icon"];
      com.google.protobuf.ByteString getIconBytes()
      Deprecated.
      string icon = 2 [json_name = "icon"];
      long getId()
      Deprecated.
      uint64 id = 1 [json_name = "id"];
      java.lang.String getName()
      Deprecated.
      string name = 3 [json_name = "name"];
      com.google.protobuf.ByteString getNameBytes()
      Deprecated.
      string name = 3 [json_name = "name"];
      BettingFavoriteType getType()
      Deprecated.
      .streamlayer.sdkSettings.BettingFavoriteType type = 4 [json_name = "type"];
      int getTypeValue()
      Deprecated.
      .streamlayer.sdkSettings.BettingFavoriteType type = 4 [json_name = "type"];
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        getDefaultInstanceForType, isInitialized
    • Method Detail

      • getId

        long getId()
        Deprecated.
        uint64 id = 1 [json_name = "id"];
        Returns:
        The id.
      • getIcon

        java.lang.String getIcon()
        Deprecated.
        string icon = 2 [json_name = "icon"];
        Returns:
        The icon.
      • getIconBytes

        com.google.protobuf.ByteString getIconBytes()
        Deprecated.
        string icon = 2 [json_name = "icon"];
        Returns:
        The bytes for icon.
      • getName

        java.lang.String getName()
        Deprecated.
        string name = 3 [json_name = "name"];
        Returns:
        The name.
      • getNameBytes

        com.google.protobuf.ByteString getNameBytes()
        Deprecated.
        string name = 3 [json_name = "name"];
        Returns:
        The bytes for name.
      • getTypeValue

        int getTypeValue()
        Deprecated.
        .streamlayer.sdkSettings.BettingFavoriteType type = 4 [json_name = "type"];
        Returns:
        The enum numeric value on the wire for type.
      • getType

        BettingFavoriteType getType()
        Deprecated.
        .streamlayer.sdkSettings.BettingFavoriteType type = 4 [json_name = "type"];
        Returns:
        The type.