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

main.java.com.streamlayer.sdkSettings.common.BettingFavoriteOrBuilder Maven / Gradle / Ivy

There is a newer version: 5.133.1
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: streamlayer/sdkSettings/sdkSettings.common.proto

// Protobuf Java Version: 3.25.3
package com.streamlayer.sdkSettings.common;

@java.lang.Deprecated public interface BettingFavoriteOrBuilder extends
    // @@protoc_insertion_point(interface_extends:streamlayer.sdkSettings.BettingFavorite)
    com.google.protobuf.MessageLiteOrBuilder {

  /**
   * uint64 id = 1 [json_name = "id"];
   * @return The id.
   */
  long getId();

  /**
   * string icon = 2 [json_name = "icon"];
   * @return The icon.
   */
  java.lang.String getIcon();
  /**
   * string icon = 2 [json_name = "icon"];
   * @return The bytes for icon.
   */
  com.google.protobuf.ByteString
      getIconBytes();

  /**
   * string name = 3 [json_name = "name"];
   * @return The name.
   */
  java.lang.String getName();
  /**
   * string name = 3 [json_name = "name"];
   * @return The bytes for name.
   */
  com.google.protobuf.ByteString
      getNameBytes();

  /**
   * .streamlayer.sdkSettings.BettingFavoriteType type = 4 [json_name = "type"];
   * @return The enum numeric value on the wire for type.
   */
  int getTypeValue();
  /**
   * .streamlayer.sdkSettings.BettingFavoriteType type = 4 [json_name = "type"];
   * @return The type.
   */
  com.streamlayer.sdkSettings.common.BettingFavoriteType getType();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy