Class ServiceInstanceState

java.lang.Object
org.springframework.cloud.appbroker.state.ServiceInstanceState

public class ServiceInstanceState extends Object
Object for persisting the state of a service instance operation
Author:
Roy Clarkson
  • Constructor Details

    • ServiceInstanceState

      public ServiceInstanceState(org.springframework.cloud.servicebroker.model.instance.OperationState operationState, String description, Timestamp lastUpdated)
  • Method Details

    • getOperationState

      public org.springframework.cloud.servicebroker.model.instance.OperationState getOperationState()
    • getDescription

      public String getDescription()
    • getLastUpdated

      public Timestamp getLastUpdated()