Interface AppFrameProtoOut.LinkActionMsgOutProtoOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      AppFrameProtoOut.LinkActionMsgOutProto.LinkActionTypeProto getAction()
      required .appFrameProtoOut.LinkActionMsgOutProto.LinkActionTypeProto action = 1;
      java.lang.String getSrc()
      required string src = 2;
      com.google.protobuf.ByteString getSrcBytes()
      required string src = 2;
      boolean hasAction()
      required .appFrameProtoOut.LinkActionMsgOutProto.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 .appFrameProtoOut.LinkActionMsgOutProto.LinkActionTypeProto action = 1;
      • hasSrc

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

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

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