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

com.sap.cloud.mt.subscription.json.VcapService Maven / Gradle / Ivy

There is a newer version: 3.3.1
Show newest version
/*******************************************************************************
 *   © 2019-2024 SAP SE or an SAP affiliate company. All rights reserved.
 ******************************************************************************/
package com.sap.cloud.mt.subscription.json;

import com.fasterxml.jackson.annotation.JsonInclude;
import com.fasterxml.jackson.annotation.JsonProperty;

/**
 * Created by d025461 on 10.05.17.
 */
public class VcapService {
	public Hana[] hana;//NOSONAR
	@JsonProperty("user-provided")
	@JsonInclude(JsonInclude.Include.NON_NULL)
	public UserProvidedSchema[] user_provided;


	public VcapService() {
	}

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy