public class CreateServiceInstanceBindingResponse extends Object
Modifier and Type | Field and Description |
---|---|
protected boolean |
bindingExisted |
Modifier | Constructor and Description |
---|---|
protected |
CreateServiceInstanceBindingResponse(boolean bindingExisted) |
Modifier and Type | Method and Description |
---|---|
boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
int |
hashCode() |
boolean |
isBindingExisted()
Get the boolean value indicating whether the service binding already exists with the same parameters as the
requested service binding.
|
String |
toString() |
protected CreateServiceInstanceBindingResponse(boolean bindingExisted)
public boolean isBindingExisted()
public boolean canEqual(Object other)