Class VcapPojo
- java.lang.Object
-
- com.azure.spring.cloudfoundry.environment.VcapPojo
-
public class VcapPojo extends Object
the pojo of VcapPojo
-
-
Constructor Summary
Constructors Constructor Description VcapPojo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetServiceBrokerName()Gets the service broker name.VcapServiceConfiggetServiceConfig()Gets the service config.voidsetServiceBrokerName(String serviceBrokerName)Sets the service broker name.voidsetServiceConfig(VcapServiceConfig serviceConfig)Sets the service config.StringtoString()
-
-
-
Method Detail
-
getServiceBrokerName
public String getServiceBrokerName()
Gets the service broker name.- Returns:
- the service broker name
-
setServiceBrokerName
public void setServiceBrokerName(String serviceBrokerName)
Sets the service broker name.- Parameters:
serviceBrokerName- the service broker name
-
getServiceConfig
public VcapServiceConfig getServiceConfig()
Gets the service config.- Returns:
- the service config
-
setServiceConfig
public void setServiceConfig(VcapServiceConfig serviceConfig)
Sets the service config.- Parameters:
serviceConfig- the service config
-
-