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 CloseTimerAutogetAuto().streamlayer.interactive.CloseTimerAuto auto = 1 [json_name = "auto"];intgetAutoValue().streamlayer.interactive.CloseTimerAuto auto = 1 [json_name = "auto"];intgetSeconds()if seconds is zero, timer is disabled
-
-
-
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.
-
-