com.sap.cloud.sdk.service.prov.model.internal.CSNMetaModel Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of api Show documentation
Show all versions of api Show documentation
SAP Cloud Platform SDK for service development
/*******************************************************************************
* (c) 201X SAP SE or an SAP affiliate company. All rights reserved.
******************************************************************************/
package com.sap.cloud.sdk.service.prov.model.internal;
import java.util.Map;
public class CSNMetaModel {
private Map services= null;
private Map entities=null;
public Map getServices() {
return services;
}
public void setService(Map services) {
this.services = services;
}
public Map getEntities() {
return entities;
}
public void setEntities( Map entities) {
this.entities = entities;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy