nl.vpro.nep.domain.ItemizerStatusResponse 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;
import lombok.*;
/**
* @author Michiel Meeuwissen
* @since 5.24
*/
@Data
@NoArgsConstructor
@AllArgsConstructor
@lombok.Builder
public class ItemizerStatusResponse {
private String jobId;
private ItemizerStatus status;
private String statusMessage;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy