import { Entity, DefaultDeSerializers, DeSerializers, DeserializedType } from '@sap-cloud-sdk/odata-v4'; import { Sap_Message } from './Sap_Message'; /** * This class represents the entity "com_bomba" of service "com.sap.gateway.srvd_a2x.br_ctr_service.v0001". */ export declare class Com_Bomba extends Entity implements Com_BombaType { /** * Technical entity name for Com_Bomba. */ static _entityName: string; /** * Default url path for the according service. */ static _defaultServicePath: string; /** * All key fields of the Com_Bomba entity */ static _keys: string[]; /** * Empresa. * Maximum length: 4. */ empresa: DeserializedType; /** * Filial. * Maximum length: 4. */ filial: DeserializedType; /** * Serie. * Maximum length: 255. */ serie: DeserializedType; /** * Vig De. * Maximum length: 8. */ vigDe: DeserializedType; /** * Fabricante. * Maximum length: 60. */ fabricante: DeserializedType; /** * Modelo. * Maximum length: 255. */ modelo: DeserializedType; /** * Tipo Medicao. * Maximum length: 1. */ tipoMedicao: DeserializedType; /** * Inativa. * Maximum length: 1. */ inativa: DeserializedType; /** * Sap Messages. */ sapMessages: Sap_Message[]; } export interface Com_BombaType { empresa: DeserializedType; filial: DeserializedType; serie: DeserializedType; vigDe: DeserializedType; fabricante: DeserializedType; modelo: DeserializedType; tipoMedicao: DeserializedType; inativa: DeserializedType; sapMessages: Sap_Message[]; } //# sourceMappingURL=Com_Bomba.d.ts.map