public class AggregateResult extends Object
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
equals(Object o)  | 
static AggregateResult | 
failure(String reason)  | 
String | 
getReason()  | 
int | 
hashCode()  | 
boolean | 
isOk()  | 
static AggregateResult | 
ok()  | 
String | 
toString()  | 
public static AggregateResult ok()
public static AggregateResult failure(String reason)
public boolean isOk()
public String getReason()
Copyright © 2011–2018. All rights reserved.