public class CreateServiceInstanceBindingResponse
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected boolean |
bindingExisted
true to indicated that the service instance binding already existed with the same parameters as the
requested service instance binding, false to indicate that the binding was created as new |
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() |
java.lang.String |
toString() |
protected final boolean bindingExisted
true
to indicated that the service instance binding already existed with the same parameters as the
requested service instance binding, false
to indicate that the binding was created as newprotected 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