UNPKG

@sap/opentelemetry-exporter-for-sap-cloud-logging

Version:
42 lines (41 loc) 1.38 kB
export declare class Application { private static readonly FIELD_APPLICATION_NAME; private static readonly FIELD_APPLICATION_ID; private static readonly FIELD_APPLICATION_URIS; private static readonly FIELD_NAME; private static readonly FIELD_URIS; private static readonly FIELD_SPACE_NAME; private static readonly FIELD_SPACE_ID; private static readonly FIELD_ORGANIZATION_NAME; private static readonly FIELD_ORGANIZATION_ID; private static readonly FIELD_INSTANCE_INDEX; private static readonly FIELD_PROCESS_ID; private static readonly FIELD_PROCESS_TYPE; private applicationName?; private applicationID?; private applicationURIs?; private name?; private uris?; private instanceIndex?; private spaceName?; private spaceID?; private organizationName?; private organizationID?; private processID?; private processType?; private constructor(); static parse(data: any): Application; getApplicationName(): string; getApplicationID(): string; getApplicationURIs(): string[]; getName(): string; getURIs(): string[]; getInstanceIndex(): number; getSpaceName(): string; getSpaceID(): string; getOrganizationName(): string; getOrganizationID(): string; getProcessID(): string; getProcessType(): string; private getStringOrEmpty; }