Class BrokeredService
java.lang.Object
org.springframework.cloud.appbroker.deployer.BrokeredService
-
Nested Class Summary
-
Constructor Summary
ConstructorDescriptionBrokeredService
(String serviceName, String planName, BackingApplications apps, BackingServices services, TargetSpec target) -
Method Summary
Modifier and TypeMethodDescriptionbuilder()
final boolean
getApps()
final int
hashCode()
void
setApps
(BackingApplications apps) void
setPlanName
(String planName) void
setServiceName
(String serviceName) void
setServices
(BackingServices services) void
setTarget
(TargetSpec target) toString()
-
Constructor Details
-
BrokeredService
public BrokeredService(String serviceName, String planName, BackingApplications apps, BackingServices services, TargetSpec target)
-
-
Method Details