public class ConflictError extends ClientError
| Modifier and Type | Class and Description |
|---|---|
static class |
ConflictError.Builder |
code, contextInfo, helpUrl, message, requestId, status, typeexplicitlySetNullableFields| Modifier | Constructor and Description |
|---|---|
|
ConflictError() |
protected |
ConflictError(ConflictError.Builder builder) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
int |
hashCode() |
String |
toString() |
getCode, getContextInfo, getHelpUrl, getMessage, getRequestId, getStatus, getTypegetRawData, setRawDatagetExplicitlySetNullableFields, isFieldExplicitlySet, markNullableFieldAsSet, markNullableFieldsAsSetpublic ConflictError()
protected ConflictError(ConflictError.Builder builder)
public boolean equals(Object o)
equals in class ClientErrorpublic int hashCode()
hashCode in class ClientErrorpublic String toString()
toString in class ClientError