public class BanResult extends Object
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
BanResult.BanResultType  | 
| Constructor and Description | 
|---|
BanResult(Ban ban)  | 
BanResult(BanResult.BanResultType resultType)  | 
BanResult(BanResult.BanResultType resultType,
         Ban ban)  | 
| Modifier and Type | Method and Description | 
|---|---|
Ban | 
getBan()  | 
BanResult.BanResultType | 
getResultType()  | 
boolean | 
isSuccess()  | 
public BanResult(BanResult.BanResultType resultType)
public BanResult(Ban ban)
public BanResult(BanResult.BanResultType resultType, Ban ban)
public Ban getBan()
public BanResult.BanResultType getResultType()
public boolean isSuccess()