Interface CompetitorOrBuilder

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

    public interface CompetitorOrBuilder
    extends com.google.protobuf.MessageLiteOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getColors()
      string colors = 5 [json_name = "colors"];
      com.google.protobuf.ByteString getColorsBytes()
      string colors = 5 [json_name = "colors"];
      long getId()
      uint64 id = 3 [json_name = "id"];
      java.lang.String getLogo()
      string logo = 4 [json_name = "logo"];
      com.google.protobuf.ByteString getLogoBytes()
      string logo = 4 [json_name = "logo"];
      java.lang.String getName()
      string name = 1 [json_name = "name"];
      com.google.protobuf.ByteString getNameBytes()
      string name = 1 [json_name = "name"];
      CompetitorType getType()
      .streamlayer.inplay.common.CompetitorType type = 2 [json_name = "type"];
      int getTypeValue()
      .streamlayer.inplay.common.CompetitorType type = 2 [json_name = "type"];
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        getDefaultInstanceForType, isInitialized
    • Method Detail

      • getName

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

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

        int getTypeValue()
        .streamlayer.inplay.common.CompetitorType type = 2 [json_name = "type"];
        Returns:
        The enum numeric value on the wire for type.
      • getType

        CompetitorType getType()
        .streamlayer.inplay.common.CompetitorType type = 2 [json_name = "type"];
        Returns:
        The type.
      • getId

        long getId()
        uint64 id = 3 [json_name = "id"];
        Returns:
        The id.
      • getLogo

        java.lang.String getLogo()
        string logo = 4 [json_name = "logo"];
        Returns:
        The logo.
      • getLogoBytes

        com.google.protobuf.ByteString getLogoBytes()
        string logo = 4 [json_name = "logo"];
        Returns:
        The bytes for logo.
      • getColors

        java.lang.String getColors()
        string colors = 5 [json_name = "colors"];
        Returns:
        The colors.
      • getColorsBytes

        com.google.protobuf.ByteString getColorsBytes()
        string colors = 5 [json_name = "colors"];
        Returns:
        The bytes for colors.