import { VehicleLicenseAlarmConfidence } from './VehicleLicenseAlarmConfidence'; import { VehicleLicenseAlarmResult } from './VehicleLicenseAlarmResult'; import { VehicleLicenseBack } from './VehicleLicenseBack'; import { VehicleLicenseFront } from './VehicleLicenseFront'; export declare class VehicleLicenseResult { type?: string; private 'number'?; private 'vehicle_type'?; name?: string; address?: string; private 'use_character'?; model?: string; private 'engine_no'?; vin?: string; private 'register_date'?; private 'issue_date'?; private 'issuing_authority'?; private 'file_no'?; private 'approved_passengers'?; private 'gross_mass'?; private 'unladen_mass'?; private 'approved_load'?; dimension?: string; private 'traction_mass'?; remarks?: string; private 'inspection_record'?; private 'code_number'?; private 'text_location'?; private 'energy_type'?; color?: string; private 'mandatory_scrapping_date'?; status?: Array; front?: VehicleLicenseFront; back?: VehicleLicenseBack; private 'alarm_result'?; private 'alarm_confidence'?; constructor(); withType(type: string): VehicleLicenseResult; withModelNumber(modelNumber: string): VehicleLicenseResult; set modelNumber(modelNumber: string | undefined); get modelNumber(): string | undefined; withVehicleType(vehicleType: string): VehicleLicenseResult; set vehicleType(vehicleType: string | undefined); get vehicleType(): string | undefined; withName(name: string): VehicleLicenseResult; withAddress(address: string): VehicleLicenseResult; withUseCharacter(useCharacter: string): VehicleLicenseResult; set useCharacter(useCharacter: string | undefined); get useCharacter(): string | undefined; withModel(model: string): VehicleLicenseResult; withEngineNo(engineNo: string): VehicleLicenseResult; set engineNo(engineNo: string | undefined); get engineNo(): string | undefined; withVin(vin: string): VehicleLicenseResult; withRegisterDate(registerDate: string): VehicleLicenseResult; set registerDate(registerDate: string | undefined); get registerDate(): string | undefined; withIssueDate(issueDate: string): VehicleLicenseResult; set issueDate(issueDate: string | undefined); get issueDate(): string | undefined; withIssuingAuthority(issuingAuthority: string): VehicleLicenseResult; set issuingAuthority(issuingAuthority: string | undefined); get issuingAuthority(): string | undefined; withFileNo(fileNo: string): VehicleLicenseResult; set fileNo(fileNo: string | undefined); get fileNo(): string | undefined; withApprovedPassengers(approvedPassengers: string): VehicleLicenseResult; set approvedPassengers(approvedPassengers: string | undefined); get approvedPassengers(): string | undefined; withGrossMass(grossMass: string): VehicleLicenseResult; set grossMass(grossMass: string | undefined); get grossMass(): string | undefined; withUnladenMass(unladenMass: string): VehicleLicenseResult; set unladenMass(unladenMass: string | undefined); get unladenMass(): string | undefined; withApprovedLoad(approvedLoad: string): VehicleLicenseResult; set approvedLoad(approvedLoad: string | undefined); get approvedLoad(): string | undefined; withDimension(dimension: string): VehicleLicenseResult; withTractionMass(tractionMass: string): VehicleLicenseResult; set tractionMass(tractionMass: string | undefined); get tractionMass(): string | undefined; withRemarks(remarks: string): VehicleLicenseResult; withInspectionRecord(inspectionRecord: string): VehicleLicenseResult; set inspectionRecord(inspectionRecord: string | undefined); get inspectionRecord(): string | undefined; withCodeNumber(codeNumber: string): VehicleLicenseResult; set codeNumber(codeNumber: string | undefined); get codeNumber(): string | undefined; withTextLocation(textLocation: object): VehicleLicenseResult; set textLocation(textLocation: object | undefined); get textLocation(): object | undefined; withEnergyType(energyType: string): VehicleLicenseResult; set energyType(energyType: string | undefined); get energyType(): string | undefined; withColor(color: string): VehicleLicenseResult; withMandatoryScrappingDate(mandatoryScrappingDate: string): VehicleLicenseResult; set mandatoryScrappingDate(mandatoryScrappingDate: string | undefined); get mandatoryScrappingDate(): string | undefined; withStatus(status: Array): VehicleLicenseResult; withFront(front: VehicleLicenseFront): VehicleLicenseResult; withBack(back: VehicleLicenseBack): VehicleLicenseResult; withAlarmResult(alarmResult: VehicleLicenseAlarmResult): VehicleLicenseResult; set alarmResult(alarmResult: VehicleLicenseAlarmResult | undefined); get alarmResult(): VehicleLicenseAlarmResult | undefined; withAlarmConfidence(alarmConfidence: VehicleLicenseAlarmConfidence): VehicleLicenseResult; set alarmConfidence(alarmConfidence: VehicleLicenseAlarmConfidence | undefined); get alarmConfidence(): VehicleLicenseAlarmConfidence | undefined; } //# sourceMappingURL=VehicleLicenseResult.d.ts.map