import { IPSSysDataSyncAgent } from './ipssys-data-sync-agent'; import { IPSSysSFPlugin } from './ipssys-sfplugin'; import { IPSSubSysServiceAPI } from '../service/ipssub-sys-service-api'; import { IPSSystemModule } from '../system/ipssystem-module'; import { PSModelObjectImpl } from '../psmodel-object-impl'; export declare class PSSysDataSyncAgentImpl extends PSModelObjectImpl implements IPSSysDataSyncAgent { get agentParams(): IModel; get agentTag(): string; get agentTag2(): string; get agentType(): 'KAFKA' | 'RABBITMQ' | 'ACTIVEMQ' | 'MQTT' | 'STOMP' | 'WS' | 'INTERNAL' | 'USER' | 'USER2' | 'USER3' | 'USER4'; get authClientId(): string; get authClientSecret(): string; get authMode(): 'NONE' | 'AUTHORIZATION_CODE' | 'PASSWORD' | 'CLIENT_CREDENTIALS' | 'IMPLICIT' | 'USER' | 'USER2'; get authParam(): string; get authParam2(): string; get codeName(): string; get dynaModelFilePath(): string; get groupId(): string; get mOSFilePath(): string; get memo(): string; get name(): string; protected pssubsysserviceapi: IPSSubSysServiceAPI | null; getPSSubSysServiceAPI(): IPSSubSysServiceAPI | null; get psSubSysServiceAPI(): IPSSubSysServiceAPI | null; getPSSubSysServiceAPIMust(): IPSSubSysServiceAPI; protected pssyssfplugin: IPSSysSFPlugin | null; getPSSysSFPlugin(): IPSSysSFPlugin | null; get psSysSFPlugin(): IPSSysSFPlugin | null; getPSSysSFPluginMust(): IPSSysSFPlugin; protected pssystemmodule: IPSSystemModule | null; getPSSystemModule(): IPSSystemModule | null; get psSystemModule(): IPSSystemModule | null; getPSSystemModuleMust(): IPSSystemModule; get rTMOSFilePath(): string; get serviceParam(): string; get serviceParam2(): string; get servicePath(): string; get syncDir(): 'IN' | 'OUT'; get topic(): string; get userCat(): string; get userTag(): string; get userTag2(): string; get userTag3(): string; get userTag4(): string; get rawDataMode(): boolean; get cls(): string; instanceof(cls: string): boolean; } //# sourceMappingURL=pssys-data-sync-agent-impl.d.ts.map