public class CreateServiceInstanceBindingResponse
extends java.lang.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(java.lang.Object other) |
boolean |
equals(java.lang.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.
|
java.lang.String |
toString() |
protected CreateServiceInstanceBindingResponse(boolean bindingExisted)
public boolean isBindingExisted()
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public boolean canEqual(java.lang.Object other)
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object