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

com.swisscom.cloud.sb.broker.services.bosh.resources.GenericConfig Maven / Gradle / Ivy

There is a newer version: 6.21.7
Show newest version
package com.swisscom.cloud.sb.broker.services.bosh.resources;

import org.immutables.value.Value;

@Value.Immutable
public interface GenericConfig {
    String getTemplateName();
    String getType();

    static ImmutableGenericConfig.Builder genericConfig() {
        return ImmutableGenericConfig.builder();
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy