Interface Webswing.LinkActionMsgProtoOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      Webswing.LinkActionMsgProto.LinkActionTypeProto getAction()
      required .org.webswing.server.model.proto.LinkActionMsgProto.LinkActionTypeProto action = 1;
      String getSrc()
      required string src = 2;
      com.google.protobuf.ByteString getSrcBytes()
      required string src = 2;
      boolean hasAction()
      required .org.webswing.server.model.proto.LinkActionMsgProto.LinkActionTypeProto action = 1;
      boolean hasSrc()
      required string src = 2;
      • 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

      • hasAction

        boolean hasAction()
        required .org.webswing.server.model.proto.LinkActionMsgProto.LinkActionTypeProto action = 1;
      • hasSrc

        boolean hasSrc()
        required string src = 2;
      • getSrc

        String getSrc()
        required string src = 2;
      • getSrcBytes

        com.google.protobuf.ByteString getSrcBytes()
        required string src = 2;