Interface LineupResponse.ResponseDataOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      LineupResponse.ResponseData.LineupResponseAttributes getAttributes()
      .streamlayer.sports.events.LineupResponse.ResponseData.LineupResponseAttributes attributes = 3 [json_name = "attributes"];
      long getId()
      uint64 id = 1 [json_name = "id"];
      EventType getType()
      .streamlayer.sports.events.EventType type = 2 [json_name = "type"];
      int getTypeValue()
      .streamlayer.sports.events.EventType type = 2 [json_name = "type"];
      boolean hasAttributes()
      .streamlayer.sports.events.LineupResponse.ResponseData.LineupResponseAttributes attributes = 3 [json_name = "attributes"];
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        getDefaultInstanceForType, isInitialized
    • Method Detail

      • getId

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

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

        EventType getType()
        .streamlayer.sports.events.EventType type = 2 [json_name = "type"];
        Returns:
        The type.
      • hasAttributes

        boolean hasAttributes()
        .streamlayer.sports.events.LineupResponse.ResponseData.LineupResponseAttributes attributes = 3 [json_name = "attributes"];
        Returns:
        Whether the attributes field is set.