2023-07-10 17:50:31 +08:00

833 lines
25 KiB
Dart

class LanKeyEntity {
LanKeyEntity({
this.starLock,
this.clickUnlockAndHoldDownClose,
this.checkingIn,
this.electronicKey,
this.password,
this.card,
this.fingerprint,
this.remoteControl,
this.operatingRecord,
this.number,
this.additive,
this.addTime,
this.reset,
this.sendKey,
this.timeLimit,
this.permanent,
this.once,
this.circulation,
this.receiver,
this.pleaseEnterNumberOrEmail,
this.name,
this.enterYourName,
this.effectiveTime,
this.failureTime,
this.effectiveDate,
this.failureDate,
this.Monday,
this.Tuesday,
this.Wednesday,
this.Thursday,
this.Friday,
this.Saturday,
this.Sunday,
this.realNameAuthentication,
this.sendKeyBottomTip,
this.send,
this.periodValidity,
this.sendGroupKey,
this.lock,
this.pleaseAdd,
this.pleaseSelet,
this.remoteUnlockingAllowed,
this.pleaseEnter,
this.getPassword,
this.custom,
this.clearAll,
this.recursiveDevice,
this.pleaseNameYourPassword,
this.pleaseEnterDigitsNumber,
this.getPasswordTip1,
this.getPasswordTip2,
this.getPasswordTip3,
this.getPasswordTip4,
this.getPasswordTip5,
this.getPasswordTip6,
this.getTip,
this.addTip,
this.sender,
this.senderTime,
this.keyDetail,
this.detail,
this.delete,
this.passwordDetail,
this.share,
this.amend,
this.sure,
this.cancel,
this.add,
this.accountNumber,
this.volumeAuthorizationLock,
this.authorizedAdminTip,
this.lockOperatingRecordTip,
this.basicInformation,
this.wirelessKeyboard,
this.doorMagnetic,
this.remoteUnlocking,
this.automaticBlocking,
this.normallyOpenMode,
this.lockSound,
this.burglarAlarm,
this.resetButton,
this.lockTime,
this.diagnose,
this.uploadData,
this.importOtherLockData,
this.lockEscalation,
this.markedHouseState,
this.unlockReminder,
this.unlockQRCode,
this.lockNumber,
this.electricQuantity,
this.lockName,
this.lockGrouping,
this.adminOpenLockPassword,
this.update,
this.updateElectricQuantityTip,
this.adminOpenLockPasswordTip,
this.updateLockAdminPassword,
this.whenScreenFlashesClickNext,
this.theScreenNeverFlickered,
this.enterNumberOrPressSet,
this.theLocationOfTheSetKeyWillBeDifferent,
this.pressAndHoldTheResetButtonTwoSeconds,
this.nearbyEquipment,
this.noData,
this.doorMagneticListTopTip,
this.remoteUnlockingPageTip,
this.currentMode,
this.delayTime,
this.automaticBlockingTip,
this.time,
this.normallyOpen,
this.date,
this.begin,
this.end,
this.allDay,
this.save,
this.normallyOpenModeTip,
this.pleaseSeletLockVolume,
this.lockSoundTip,
this.low,
this.lower,
this.medium,
this.high,
this.higher,
this.burglarAlarmTip,
this.resetButtonTip,
this.calibrationTime,
this.setTheDSTMode,
this.diagnoseTip,
this.uploading,
this.uploadDataTip,
this.importOtherLockDataTip,
this.haveNewVersion,
this.currentVersion,
this.newVersion,
this.upgrade,
this.leisure,
this.checkedIn,
this.lanEnglish,
this.lanChinese,
this.multilingual,
this.addLock,
this.gateway,
this.message,
this.supportStaff,
this.set,
this.moreServices,
this.moreSet,
this.prompTone,
this.touchUnlock,
this.pushNotification,
this.lockUserManagement,
this.authorizedAdmin,
this.lockGroup,
this.transferSmartLock,
this.transferGateway,
this.multiLanguage,
this.lockScreen,
this.closed,
this.opened,
this.hideInvalidUnlockPermissions,
this.appUnlockRequiresMobilePhoneAccessToTheLock,
this.valueAddedServices,
this.about,
this.userAgreement,
this.privacyPolicy,
this.personalInformationCollectionList,
this.applicationPermissionDescription,
this.thirdPartyInformationSharingList,
this.logout,
this.deleteAccount,
this.allLock,
this.searchAllLockType,
this.doorLock,
this.padlock,
this.safeLock,
this.intelligentLockCore,
this.parkingLock,
this.bicycleLock,
this.longRangeControl,
this.lightTouchScreen,
this.lightTouchScreenTip,
this.next,
this.nearbyLock,
this.addSuccessfullyPleaseRename,
this.whenAddingLockThePhoneMustBeNextToTheLock,
this.login,
this.register,
this.forgetPassword,
this.readAndAgree,
this.verificationCode,
this.registerPasswordTip,
this.iphone,
this.email,
this.countryAndRegion,
this.selet
});
LanKeyEntity.fromJson(dynamic json) {
starLock = json['starLock'];
clickUnlockAndHoldDownClose = json['clickUnlockAndHoldDownClose'];
checkingIn = json['checkingIn'];
electronicKey = json['electronicKey'];
password = json['password'];
card = json['card'];
fingerprint = json['fingerprint'];
remoteControl = json['remoteControl'];
operatingRecord = json['operatingRecord'];
number = json['number'];
additive = json['additive'];
addTime = json['addTime'];
reset = json['reset'];
sendKey = json['sendKey'];
timeLimit = json['timeLimit'];
permanent = json['permanent'];
once = json['once'];
circulation = json['circulation'];
receiver = json['receiver'];
pleaseEnterNumberOrEmail = json['pleaseEnterNumberOrEmail'];
name = json['name'];
enterYourName = json['enterYourName'];
effectiveTime = json['effectiveTime'];
failureTime = json['failureTime'];
effectiveDate = json['effectiveDate'];
failureDate = json['failureDate'];
Monday = json['Monday'];
Tuesday = json['Tuesday'];
Wednesday = json['Wednesday'];
Thursday = json['Thursday'];
Friday = json['Friday'];
Saturday = json['Saturday'];
Sunday = json['Sunday'];
realNameAuthentication = json['realNameAuthentication'];
sendKeyBottomTip = json['sendKeyBottomTip'];
send = json['send'];
periodValidity = json['periodValidity'];
sendGroupKey = json['sendGroupKey'];
lock = json['lock'];
pleaseAdd = json['pleaseAdd'];
pleaseSelet = json['pleaseSelet'];
remoteUnlockingAllowed = json['remoteUnlockingAllowed'];
pleaseEnter = json['pleaseEnter'];
getPassword = json['getPassword'];
custom = json['custom'];
clearAll = json['clearAll'];
recursiveDevice = json['recursiveDevice'];
pleaseNameYourPassword = json['pleaseNameYourPassword'];
pleaseEnterDigitsNumber = json['pleaseEnterDigitsNumber'];
getPasswordTip1 = json['getPasswordTip1'];
getPasswordTip2 = json['getPasswordTip2'];
getPasswordTip3 = json['getPasswordTip3'];
getPasswordTip4 = json['getPasswordTip4'];
getPasswordTip5 = json['getPasswordTip5'];
getPasswordTip6 = json['getPasswordTip6'];
getTip = json['getTip'];
addTip = json['addTip'];
sender = json['sender'];
senderTime = json['senderTime'];
keyDetail = json['keyDetail'];
detail = json['detail'];
delete = json['delete'];
passwordDetail = json['passwordDetail'];
share = json['share'];
amend = json['amend'];
sure = json['sure'];
cancel = json['cancel'];
add = json['add'];
accountNumber = json['accountNumber'];
volumeAuthorizationLock = json['volumeAuthorizationLock'];
authorizedAdminTip = json['authorizedAdminTip'];
lockOperatingRecordTip = json['lockOperatingRecordTip'];
remoteUnlockingPageTip = json['remoteUnlockingPageTip'];
currentMode = json['currentMode'];
delayTime = json['delayTime'];
automaticBlockingTip = json['automaticBlockingTip'];
time = json['time'];
normallyOpen = json['normallyOpen'];
date = json['date'];
begin = json['begin'];
end = json['end'];
allDay = json['allDay'];
save = json['save'];
normallyOpenModeTip = json['normallyOpenModeTip'];
pleaseSeletLockVolume = json['pleaseSeletLockVolume'];
lockSoundTip = json['lockSoundTip'];
low = json['low'];
lower = json['lower'];
medium = json['medium'];
high = json['high'];
higher = json['higher'];
burglarAlarmTip = json['burglarAlarmTip'];
resetButtonTip = json['resetButtonTip'];
calibrationTime = json['calibrationTime'];
setTheDSTMode = json['setTheDSTMode'];
diagnoseTip = json['diagnoseTip'];
uploading = json['uploading'];
uploadDataTip = json['uploadDataTip'];
importOtherLockDataTip = json['importOtherLockDataTip'];
haveNewVersion = json['haveNewVersion'];
currentVersion = json['currentVersion'];
newVersion = json['newVersion'];
upgrade = json['upgrade'];
leisure = json['leisure'];
checkedIn = json['checkedIn'];
basicInformation = json['basicInformation'];
wirelessKeyboard = json['wirelessKeyboard'];
doorMagnetic = json['doorMagnetic'];
remoteUnlocking = json['remoteUnlocking'];
automaticBlocking = json['automaticBlocking'];
normallyOpenMode = json['normallyOpenMode'];
lockSound = json['lockSound'];
burglarAlarm = json['burglarAlarm'];
resetButton = json['resetButton'];
lockTime = json['lockTime'];
diagnose = json['diagnose'];
uploadData = json['uploadData'];
importOtherLockData = json['importOtherLockData'];
lockEscalation = json['lockEscalation'];
markedHouseState = json['markedHouseState'];
unlockReminder = json['unlockReminder'];
unlockQRCode = json['unlockQRCode'];
lockNumber = json['lockNumber'];
electricQuantity = json['electricQuantity'];
lockName = json['lockName'];
lockGrouping = json['lockGrouping'];
adminOpenLockPassword = json['adminOpenLockPassword'];
update = json['update'];
updateElectricQuantityTip = json['updateElectricQuantityTip'];
adminOpenLockPasswordTip = json['adminOpenLockPasswordTip'];
updateLockAdminPassword = json['updateLockAdminPassword'];
whenScreenFlashesClickNext = json['whenScreenFlashesClickNext'];
theScreenNeverFlickered = json['theScreenNeverFlickered'];
enterNumberOrPressSet = json['enterNumberOrPressSet'];
theLocationOfTheSetKeyWillBeDifferent = json['theLocationOfTheSetKeyWillBeDifferent'];
pressAndHoldTheResetButtonTwoSeconds = json['pressAndHoldTheResetButtonTwoSeconds'];
nearbyEquipment = json['nearbyEquipment'];
noData = json['noData'];
doorMagneticListTopTip = json['doorMagneticListTopTip'];
lanEnglish = json['lanEnglish'];
lanChinese = json['lanChinese'];
multilingual = json['multilingual'];
addLock = json['addLock'];
gateway = json['gateway'];
message = json['message'];
supportStaff = json['supportStaff'];
set = json['set'];
moreServices = json['moreServices'];
moreSet = json['moreSet'];
prompTone = json['prompTone'];
touchUnlock = json['touchUnlock'];
pushNotification = json['pushNotification'];
lockUserManagement = json['lockUserManagement'];
authorizedAdmin = json['authorizedAdmin'];
lockGroup = json['lockGroup'];
transferSmartLock = json['transferSmartLock'];
transferGateway = json['transferGateway'];
multiLanguage = json['multiLanguage'];
lockScreen = json['lockScreen'];
closed = json['closed'];
opened = json['opened'];
hideInvalidUnlockPermissions = json['hideInvalidUnlockPermissions'];
appUnlockRequiresMobilePhoneAccessToTheLock = json['appUnlockRequiresMobilePhoneAccessToTheLock'];
valueAddedServices = json['valueAddedServices'];
about = json['about'];
userAgreement = json['userAgreement'];
privacyPolicy = json['privacyPolicy'];
personalInformationCollectionList = json['personalInformationCollectionList'];
applicationPermissionDescription = json['applicationPermissionDescription'];
thirdPartyInformationSharingList = json['thirdPartyInformationSharingList'];
logout = json['logout'];
deleteAccount = json['deleteAccount'];
allLock = json['allLock'];
searchAllLockType = json['searchAllLockType'];
doorLock = json['doorLock'];
padlock = json['padlock'];
safeLock = json['safeLock'];
intelligentLockCore = json['intelligentLockCore'];
parkingLock = json['parkingLock'];
bicycleLock = json['bicycleLock'];
longRangeControl = json['longRangeControl'];
lightTouchScreen = json['lightTouchScreen'];
lightTouchScreenTip = json['lightTouchScreenTip'];
next = json['next'];
nearbyLock = json['nearbyLock'];
addSuccessfullyPleaseRename = json['addSuccessfullyPleaseRename'];
whenAddingLockThePhoneMustBeNextToTheLock = json['whenAddingLockThePhoneMustBeNextToTheLock'];
login = json['login'];
register = json['register'];
forgetPassword = json['forgetPassword'];
readAndAgree = json['readAndAgree'];
verificationCode = json['verificationCode'];
registerPasswordTip = json['registerPasswordTip'];
iphone = json['iphone'];
email = json['email'];
countryAndRegion = json['countryAndRegion'];
selet = json['selet'];
}
String starLock;
String clickUnlockAndHoldDownClose;
String checkingIn;
String electronicKey;
String password;
String card;
String fingerprint;
String remoteControl;
String operatingRecord;
String number;
String additive;
String addTime;
String reset;
String sendKey;
String timeLimit;
String permanent;
String once;
String circulation;
String receiver;
String pleaseEnterNumberOrEmail;
String name;
String enterYourName;
String effectiveTime;
String failureTime;
String effectiveDate;
String failureDate;
String Monday;
String Tuesday;
String Wednesday;
String Thursday;
String Friday;
String Saturday;
String Sunday;
String realNameAuthentication;
String sendKeyBottomTip;
String send;
String periodValidity;
String sendGroupKey;
String lock;
String pleaseAdd;
String pleaseSelet;
String remoteUnlockingAllowed;
String pleaseEnter;
String getPassword;
String custom;
String clearAll;
String recursiveDevice;
String pleaseNameYourPassword;
String pleaseEnterDigitsNumber;
String getPasswordTip1;
String getPasswordTip2;
String getPasswordTip3;
String getPasswordTip4;
String getPasswordTip5;
String getPasswordTip6;
String getTip;
String addTip;
String sender;
String senderTime;
String keyDetail;
String detail;
String delete;
String passwordDetail;
String share;
String amend;
String sure;
String cancel;
String add;
String accountNumber;
String volumeAuthorizationLock;
String authorizedAdminTip;
String lockOperatingRecordTip;
String remoteUnlockingPageTip;
String currentMode;
String delayTime;
String automaticBlockingTip;
String time;
String normallyOpen;
String date;
String begin;
String end;
String allDay;
String save;
String normallyOpenModeTip;
String pleaseSeletLockVolume;
String lockSoundTip;
String low;
String lower;
String medium;
String high;
String higher;
String burglarAlarmTip;
String resetButtonTip;
String calibrationTime;
String setTheDSTMode;
String diagnoseTip;
String uploading;
String uploadDataTip;
String importOtherLockDataTip;
String haveNewVersion;
String currentVersion;
String newVersion;
String upgrade;
String leisure;
String checkedIn;
String basicInformation;
String wirelessKeyboard;
String doorMagnetic;
String remoteUnlocking;
String automaticBlocking;
String normallyOpenMode;
String lockSound;
String burglarAlarm;
String resetButton;
String lockTime;
String diagnose;
String uploadData;
String importOtherLockData;
String lockEscalation;
String markedHouseState;
String unlockReminder;
String unlockQRCode;
String lockNumber;
String electricQuantity;
String lockName;
String lockGrouping;
String adminOpenLockPassword;
String update;
String updateElectricQuantityTip;
String adminOpenLockPasswordTip;
String updateLockAdminPassword;
String whenScreenFlashesClickNext;
String theScreenNeverFlickered;
String enterNumberOrPressSet;
String theLocationOfTheSetKeyWillBeDifferent;
String pressAndHoldTheResetButtonTwoSeconds;
String nearbyEquipment;
String noData;
String doorMagneticListTopTip;
String lanEnglish;
String lanChinese;
String multilingual;
String addLock;
String gateway;
String message;
String supportStaff;
String set;
String moreServices;
String moreSet;
String prompTone;
String touchUnlock;
String pushNotification;
String lockUserManagement;
String authorizedAdmin;
String lockGroup;
String transferSmartLock;
String transferGateway;
String multiLanguage;
String lockScreen;
String closed;
String opened;
String hideInvalidUnlockPermissions;
String appUnlockRequiresMobilePhoneAccessToTheLock;
String valueAddedServices;
String about;
String userAgreement;
String privacyPolicy;
String personalInformationCollectionList;
String applicationPermissionDescription;
String thirdPartyInformationSharingList;
String logout;
String deleteAccount;
String allLock;
String searchAllLockType;
String doorLock;
String padlock;
String safeLock;
String intelligentLockCore;
String parkingLock;
String bicycleLock;
String longRangeControl;
String lightTouchScreen;
String lightTouchScreenTip;
String next;
String nearbyLock;
String addSuccessfullyPleaseRename;
String whenAddingLockThePhoneMustBeNextToTheLock;
String login;
String register;
String forgetPassword;
String readAndAgree;
String verificationCode;
String registerPasswordTip;
String iphone;
String email;
String countryAndRegion;
String selet;
Map<String, dynamic> toJson() {
final map = <String, dynamic>{};
map['starLock'] = starLock;
map['clickUnlockAndHoldDownClose'] = clickUnlockAndHoldDownClose;
map['checkingIn'] = checkingIn;
map['electronicKey'] = electronicKey;
map['password'] = password;
map['card'] = card;
map['fingerprint'] = fingerprint;
map['remoteControl'] = remoteControl;
map['operatingRecord'] = operatingRecord;
map['number'] = number;
map['additive'] = additive;
map['addTime'] = addTime;
map['reset'] = reset;
map['sendKey'] = sendKey;
map['timeLimit'] = timeLimit;
map['permanent'] = permanent;
map['once'] = once;
map['circulation'] = circulation;
map['receiver'] = receiver;
map['pleaseEnterNumberOrEmail'] = pleaseEnterNumberOrEmail;
map['name'] = name;
map['enterYourName'] = enterYourName;
map['effectiveTime'] = effectiveTime;
map['failureTime'] = failureTime;
map['effectiveDate'] = effectiveDate;
map['failureDate'] = failureDate;
map['Monday'] = Monday;
map['Tuesday'] = Tuesday;
map['Wednesday'] = Wednesday;
map['Thursday'] = Thursday;
map['Friday'] = Friday;
map['Saturday'] = Saturday;
map['Sunday'] = Sunday;
map['realNameAuthentication'] = realNameAuthentication;
map['sendKeyBottomTip'] = sendKeyBottomTip;
map['send'] = send;
map['periodValidity'] = periodValidity;
map['sendGroupKey'] = sendGroupKey;
map['lock'] = lock;
map['pleaseAdd'] = pleaseAdd;
map['pleaseSelet'] = pleaseSelet;
map['remoteUnlockingAllowed'] = remoteUnlockingAllowed;
map['pleaseEnter'] = pleaseEnter;
map['getPassword'] = getPassword;
map['custom'] = custom;
map['clearAll'] = clearAll;
map['recursiveDevice'] = recursiveDevice;
map['pleaseNameYourPassword'] = pleaseNameYourPassword;
map['pleaseEnterDigitsNumber'] = pleaseEnterDigitsNumber;
map['getPasswordTip1'] = getPasswordTip1;
map['getPasswordTip2'] = getPasswordTip2;
map['getPasswordTip3'] = getPasswordTip3;
map['getPasswordTip4'] = getPasswordTip4;
map['getPasswordTip5'] = getPasswordTip5;
map['getPasswordTip6'] = getPasswordTip6;
map['getTip'] = getTip;
map['addTip'] = addTip;
map['sender'] = sender;
map['senderTime'] = senderTime;
map['keyDetail'] = keyDetail;
map['detail'] = detail;
map['delete'] = delete;
map['passwordDetail'] = passwordDetail;
map['share'] = share;
map['amend'] = amend;
map['sure'] = sure;
map['cancel'] = cancel;
map['add'] = add;
map['accountNumber'] = accountNumber;
map['volumeAuthorizationLock'] = volumeAuthorizationLock;
map['authorizedAdminTip'] = authorizedAdminTip;
map['lockOperatingRecordTip'] = lockOperatingRecordTip;
map['remoteUnlockingPageTip'] = remoteUnlockingPageTip;
map['currentMode'] = currentMode;
map['delayTime'] = delayTime;
map['automaticBlockingTip'] = automaticBlockingTip;
map['time'] = time;
map['normallyOpen'] = normallyOpen;
map['date'] = date;
map['begin'] = begin;
map['end'] = end;
map['allDay'] = allDay;
map['save'] = save;
map['normallyOpenModeTip'] = normallyOpenModeTip;
map['pleaseSeletLockVolume'] = pleaseSeletLockVolume;
map['lockSoundTip'] = lockSoundTip;
map['low'] = low;
map['lower'] = lower;
map['medium'] = medium;
map['high'] = high;
map['higher'] = higher;
map['burglarAlarmTip'] = burglarAlarmTip;
map['resetButtonTip'] = resetButtonTip;
map['calibrationTime'] = calibrationTime;
map['setTheDSTMode'] = setTheDSTMode;
map['diagnoseTip'] = diagnoseTip;
map['uploading'] = uploading;
map['uploadDataTip'] = uploadDataTip;
map['importOtherLockDataTip'] = importOtherLockDataTip;
map['haveNewVersion'] = haveNewVersion;
map['currentVersion'] = currentVersion;
map['newVersion'] = newVersion;
map['upgrade'] = upgrade;
map['leisure'] = leisure;
map['checkedIn'] = checkedIn;
map['basicInformation'] = basicInformation;
map['wirelessKeyboard'] = wirelessKeyboard;
map['doorMagnetic'] = doorMagnetic;
map['remoteUnlocking'] = remoteUnlocking;
map['automaticBlocking'] = automaticBlocking;
map['normallyOpenMode'] = normallyOpenMode;
map['lockSound'] = lockSound;
map['burglarAlarm'] = burglarAlarm;
map['resetButton'] = resetButton;
map['lockTime'] = lockTime;
map['diagnose'] = diagnose;
map['uploadData'] = uploadData;
map['importOtherLockData'] = importOtherLockData;
map['lockEscalation'] = lockEscalation;
map['markedHouseState'] = markedHouseState;
map['unlockReminder'] = unlockReminder;
map['unlockQRCode'] = unlockQRCode;
map['lockNumber'] = lockNumber;
map['electricQuantity'] = electricQuantity;
map['lockName'] = lockName;
map['lockGrouping'] = lockGrouping;
map['adminOpenLockPassword'] = adminOpenLockPassword;
map['update'] = update;
map['updateElectricQuantityTip'] = updateElectricQuantityTip;
map['adminOpenLockPasswordTip'] = adminOpenLockPasswordTip;
map['updateLockAdminPassword'] = updateLockAdminPassword;
map['whenScreenFlashesClickNext'] = whenScreenFlashesClickNext;
map['theScreenNeverFlickered'] = theScreenNeverFlickered;
map['enterNumberOrPressSet'] = enterNumberOrPressSet;
map['theLocationOfTheSetKeyWillBeDifferent'] = theLocationOfTheSetKeyWillBeDifferent;
map['pressAndHoldTheResetButtonTwoSeconds'] = pressAndHoldTheResetButtonTwoSeconds;
map['nearbyEquipment'] = nearbyEquipment;
map['noData'] = noData;
map['doorMagneticListTopTip'] = doorMagneticListTopTip;
map['lanEnglish'] = lanEnglish;
map['lanChinese'] = lanChinese;
map['multilingual'] = multilingual;
map['addLock'] = addLock;
map['gateway'] = gateway;
map['message'] = message;
map['supportStaff'] = supportStaff;
map['set'] = set;
map['moreServices'] = moreServices;
map['moreSet'] = moreSet;
map['prompTone'] = prompTone;
map['touchUnlock'] = touchUnlock;
map['pushNotification'] = pushNotification;
map['lockUserManagement'] = lockUserManagement;
map['authorizedAdmin'] = authorizedAdmin;
map['lockGroup'] = lockGroup;
map['transferSmartLock'] = transferSmartLock;
map['transferGateway'] = transferGateway;
map['multiLanguage'] = multiLanguage;
map['lockScreen'] = lockScreen;
map['closed'] = closed;
map['opened'] = opened;
map['hideInvalidUnlockPermissions'] = hideInvalidUnlockPermissions;
map['appUnlockRequiresMobilePhoneAccessToTheLock'] = appUnlockRequiresMobilePhoneAccessToTheLock;
map['valueAddedServices'] = valueAddedServices;
map['about'] = about;
map['userAgreement'] = userAgreement;
map['privacyPolicy'] = privacyPolicy;
map['personalInformationCollectionList'] = personalInformationCollectionList;
map['applicationPermissionDescription'] = applicationPermissionDescription;
map['thirdPartyInformationSharingList'] = thirdPartyInformationSharingList;
map['logout'] = logout;
map['deleteAccount'] = deleteAccount;
map['allLock'] = allLock;
map['searchAllLockType'] = searchAllLockType;
map['doorLock'] = doorLock;
map['padlock'] = padlock;
map['safeLock'] = safeLock;
map['intelligentLockCore'] = intelligentLockCore;
map['parkingLock'] = parkingLock;
map['bicycleLock'] = bicycleLock;
map['longRangeControl'] = longRangeControl;
map['lightTouchScreen'] = lightTouchScreen;
map['lightTouchScreenTip'] = lightTouchScreenTip;
map['next'] = next;
map['nearbyLock'] = nearbyLock;
map['addSuccessfullyPleaseRename'] = addSuccessfullyPleaseRename;
map['whenAddingLockThePhoneMustBeNextToTheLock'] = whenAddingLockThePhoneMustBeNextToTheLock;
map['login'] = login;
map['register'] = register;
map['forgetPassword'] = forgetPassword;
map['readAndAgree'] = readAndAgree;
map['verificationCode'] = verificationCode;
map['registerPasswordTip'] = registerPasswordTip;
map['iphone'] = iphone;
map['email'] = email;
map['countryAndRegion'] = countryAndRegion;
map['selet'] = selet;
return map;
}
}