All Downloads are FREE. Search and download functionalities are using the official Maven repository.

nl.vpro.nep.domain.ItemizerStatusResponse Maven / Gradle / Ivy

There is a newer version: 8.3.1
Show newest version
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