Package org.webswing.server.model.proto
Interface Webswing.PlaybackCommandMsgInProtoOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Webswing.PlaybackCommandMsgInProto,Webswing.PlaybackCommandMsgInProto.Builder
- Enclosing class:
- Webswing
public static interface Webswing.PlaybackCommandMsgInProtoOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Webswing.PlaybackCommandMsgInProto.PlaybackCommandProtogetCommand()optional .org.webswing.server.model.proto.PlaybackCommandMsgInProto.PlaybackCommandProto command = 1;booleanhasCommand()optional .org.webswing.server.model.proto.PlaybackCommandMsgInProto.PlaybackCommandProto command = 1;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasCommand
boolean hasCommand()
optional .org.webswing.server.model.proto.PlaybackCommandMsgInProto.PlaybackCommandProto command = 1;
-
getCommand
Webswing.PlaybackCommandMsgInProto.PlaybackCommandProto getCommand()
optional .org.webswing.server.model.proto.PlaybackCommandMsgInProto.PlaybackCommandProto command = 1;
-
-