Interface Webswing.ApplicationInfoMsgProtoOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      com.google.protobuf.ByteString getBase64Icon()
      optional bytes base64Icon = 2;
      String getName()
      required string name = 1;
      com.google.protobuf.ByteString getNameBytes()
      required string name = 1;
      String getUrl()
      optional string url = 3;
      com.google.protobuf.ByteString getUrlBytes()
      optional string url = 3;
      boolean hasBase64Icon()
      optional bytes base64Icon = 2;
      boolean hasName()
      required string name = 1;
      boolean hasUrl()
      optional string url = 3;
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • 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;