package de.micromata.borgbutler.json.borg; import lombok.Getter; public class Encryption { @Getter private String mode; }