Package org.webswing.server.model.proto
Interface Webswing.ApplicationInfoMsgProtoOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Webswing.ApplicationInfoMsgProto,Webswing.ApplicationInfoMsgProto.Builder
- Enclosing class:
- Webswing
public static interface Webswing.ApplicationInfoMsgProtoOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.google.protobuf.ByteStringgetBase64Icon()optional bytes base64Icon = 2;StringgetName()required string name = 1;com.google.protobuf.ByteStringgetNameBytes()required string name = 1;StringgetUrl()optional string url = 3;com.google.protobuf.ByteStringgetUrlBytes()optional string url = 3;booleanhasBase64Icon()optional bytes base64Icon = 2;booleanhasName()required string name = 1;booleanhasUrl()optional string url = 3;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasName
boolean hasName()
required string name = 1;
-
getName
String getName()
required string name = 1;
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()
required string name = 1;
-
hasBase64Icon
boolean hasBase64Icon()
optional bytes base64Icon = 2;
-
getBase64Icon
com.google.protobuf.ByteString getBase64Icon()
optional bytes base64Icon = 2;
-
hasUrl
boolean hasUrl()
optional string url = 3;
-
getUrl
String getUrl()
optional string url = 3;
-
getUrlBytes
com.google.protobuf.ByteString getUrlBytes()
optional string url = 3;
-
-