peerConfig.addDiameterApplications(diaApps);
}
Application diaApp = new Application();
diaApp.setVendorid(vendorId);
if (acctAppId != null) {
Acctapp acctApp = new Acctapp();
acctApp.setId(acctAppId);
diaApp.addAcctapp(acctApp);
}
if (authAppId != null) {
Authapp authApp = new Authapp();
authApp.setId(authAppId);