Package org.webswing.server.model.proto
Interface Webswing.WindowSwitchMsgProtoOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Webswing.WindowSwitchMsgProto,Webswing.WindowSwitchMsgProto.Builder
- Enclosing class:
- Webswing
public static interface Webswing.WindowSwitchMsgProtoOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetId()required string id = 1;com.google.protobuf.ByteStringgetIdBytes()required string id = 1;booleangetModalBlocked()optional bool modalBlocked = 3;StringgetTitle()optional string title = 2;com.google.protobuf.ByteStringgetTitleBytes()optional string title = 2;booleanhasId()required string id = 1;booleanhasModalBlocked()optional bool modalBlocked = 3;booleanhasTitle()optional string title = 2;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasId
boolean hasId()
required string id = 1;
-
getId
String getId()
required string id = 1;
-
getIdBytes
com.google.protobuf.ByteString getIdBytes()
required string id = 1;
-
hasTitle
boolean hasTitle()
optional string title = 2;
-
getTitle
String getTitle()
optional string title = 2;
-
getTitleBytes
com.google.protobuf.ByteString getTitleBytes()
optional string title = 2;
-
hasModalBlocked
boolean hasModalBlocked()
optional bool modalBlocked = 3;
-
getModalBlocked
boolean getModalBlocked()
optional bool modalBlocked = 3;
-
-