public class UpdateResult
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
UpdateResult.Result |
Modifier and Type | Field and Description |
---|---|
java.util.Set<UpdateAction> |
actions |
UpdateResult.Result |
result |
Constructor and Description |
---|
UpdateResult(UpdateResult.Result result) |
UpdateResult(UpdateResult.Result result,
java.util.Set<UpdateAction> actions) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
static UpdateResult |
failed() |
int |
hashCode() |
static UpdateResult |
noop() |
static UpdateResult |
ok() |
public final UpdateResult.Result result
public final java.util.Set<UpdateAction> actions
public UpdateResult(UpdateResult.Result result, java.util.Set<UpdateAction> actions)
public UpdateResult(UpdateResult.Result result)
public static UpdateResult ok()
public static UpdateResult failed()
public static UpdateResult noop()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
Copyright © 2021. All Rights Reserved.