c1b7a313fb81fe2bfe723a77ec1a524eb5785626
[sdc.git] /
1 package org.openecomp.sdc.be.components.distribution.engine;
2
3 public interface IDmaapAuditNotificationData {
4     String getOperationalEnvironmentName();
5     String getTenantContext();
6 }