package io.trygvis.calamus.engine.domain; public class AppInstance { private String name; private String host; private String path; }