nl.vpro.nep.domain.workflow.CustomerMetadata Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of media-nep Show documentation
Show all versions of media-nep Show documentation
Support for the several APIs of NEP that POMS is integrating with
package nl.vpro.nep.domain.workflow;
import lombok.AllArgsConstructor;
import lombok.Data;
@AllArgsConstructor
@lombok.Builder
@Data
public class CustomerMetadata {
public CustomerMetadata() {
}
String mid;
String broadcaster;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy