Interface AdminSummaryResponse.ResponseDataOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      AdminSummaryResponse.ResponseData.SummaryResponseAttributes getAttributes()
      .streamlayer.sports.events.AdminSummaryResponse.ResponseData.SummaryResponseAttributes attributes = 2 [json_name = "attributes"];
      long getId()
      uint64 id = 1 [json_name = "id"];
      boolean hasAttributes()
      .streamlayer.sports.events.AdminSummaryResponse.ResponseData.SummaryResponseAttributes attributes = 2 [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.
      • hasAttributes

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