io.github.ericdriggs.reportcard.dto.FaultContext Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of reportcard-model Show documentation
Show all versions of reportcard-model Show documentation
test report metrics and trend analysis reporting :: reportcard-model
package io.github.ericdriggs.reportcard.dto;
import java.io.Serial;
import java.io.Serializable;
import lombok.Data;
@Data
public class FaultContext implements Serializable {
@Serial
private static final long serialVersionUID = 3737530249635128082L;
private Byte faultContextId;
private String faultContextName;
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy