Interface StandingsResponse.ResponseDataOrBuilder

    • Method Summary

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

        getDefaultInstanceForType, isInitialized
    • Method Detail

      • getTypeValue

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

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

        boolean hasAttributes()
        .streamlayer.sports.events.StandingsResponse.ResponseData.StandingsResponseAttributes attributes = 2 [json_name = "attributes"];
        Returns:
        Whether the attributes field is set.