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

com.aeontronix.enhancedmule.tools.legacy.deploy.rtf.MuleAgentApplicationPropertiesService Maven / Gradle / Ivy

There is a newer version: 2.0.0-alpha4
Show newest version
/*
 * Copyright (c) Aeontronix 2020
 */

package com.aeontronix.enhancedmule.tools.legacy.deploy.rtf;

/**
 * Created by JacksonGenerator on 11/25/20.
 */

import com.fasterxml.jackson.annotation.JsonProperty;


public class MuleAgentApplicationPropertiesService {
    @JsonProperty("applicationName")
    private String applicationName;
    @JsonProperty("properties")
    private Properties properties;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy