R add isError and isSuccess method
This commit is contained in:
		
							parent
							
								
									87c53a049b
								
							
						
					
					
						commit
						f5bec70911
					
				@ -102,4 +102,14 @@ public class R<T> implements Serializable
 | 
				
			|||||||
    {
 | 
					    {
 | 
				
			||||||
        this.data = data;
 | 
					        this.data = data;
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    public Boolean isError()
 | 
				
			||||||
 | 
					    {
 | 
				
			||||||
 | 
					        return !isSuccess();
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    public Boolean isSuccess()
 | 
				
			||||||
 | 
					    {
 | 
				
			||||||
 | 
					        return R.SUCCESS == getCode();
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user