Class OperationInProgressMessage

java.lang.Object
org.springframework.cloud.servicebroker.model.error.OperationInProgressMessage
All Implemented Interfaces:
Serializable

public class OperationInProgressMessage extends Object implements Serializable
Returned if a create, update, or delete operation is in progress. The operation string must match that returned for the original request.
Author:
Roy Clarkson
See Also:
  • Constructor Details

    • OperationInProgressMessage

      public OperationInProgressMessage()
      Construct a message with no operation.
    • OperationInProgressMessage

      public OperationInProgressMessage(String operation)
      Construct a message with the provided operation.
      Parameters:
      operation - an identifier representing the operation
  • Method Details

    • getOperation

      public String getOperation()
      Get the operation.
      Returns:
      the operation.
    • equals

      public final boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public final int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public final String toString()
      Overrides:
      toString in class Object