Class RegistryDeploymentInfo
- java.lang.Object
-
- io.apicurio.multitenant.api.datamodel.RegistryDeploymentInfo
-
public class RegistryDeploymentInfo extends Object
Root Type for RegistryDeploymentBasic information of the Registry deployment that the Tenant Manager API is managing
-
-
Constructor Summary
Constructors Constructor Description RegistryDeploymentInfo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getName()
String
getUrl()
void
setName(String name)
void
setUrl(String url)
-