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

io.github.ericdriggs.reportcard.dto.FaultContext Maven / Gradle / Ivy

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