com.sap.cloud.mt.subscription.json.VcapService Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of multi-tenant-subscription Show documentation
Show all versions of multi-tenant-subscription Show documentation
Spring Boot Enablement Parent
/*******************************************************************************
* © 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() {
}
}