Interface CloseTimerOrBuilder

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

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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      CloseTimerAuto getAuto()
      .streamlayer.interactive.CloseTimerAuto auto = 1 [json_name = "auto"];
      int getAutoValue()
      .streamlayer.interactive.CloseTimerAuto auto = 1 [json_name = "auto"];
      int getSeconds()
      if seconds is zero, timer is disabled
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        getDefaultInstanceForType, isInitialized
    • Method Detail

      • getAutoValue

        int getAutoValue()
        .streamlayer.interactive.CloseTimerAuto auto = 1 [json_name = "auto"];
        Returns:
        The enum numeric value on the wire for auto.
      • getAuto

        CloseTimerAuto getAuto()
        .streamlayer.interactive.CloseTimerAuto auto = 1 [json_name = "auto"];
        Returns:
        The auto.
      • getSeconds

        int getSeconds()
         if seconds is zero, timer is disabled
         
        int32 seconds = 2 [json_name = "seconds"];
        Returns:
        The seconds.