Class ServiceInstanceState
java.lang.Object
org.springframework.cloud.appbroker.state.ServiceInstanceState
Object for persisting the state of a service instance operation
- Author:
- Roy Clarkson
-
Constructor Summary
ConstructorDescriptionServiceInstanceState
(org.springframework.cloud.servicebroker.model.instance.OperationState operationState, String description, Timestamp lastUpdated) -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.cloud.servicebroker.model.instance.OperationState
-
Constructor Details
-
ServiceInstanceState
-
-
Method Details
-
getOperationState
public org.springframework.cloud.servicebroker.model.instance.OperationState getOperationState() -
getDescription
-
getLastUpdated
-