Package io.anyline2.reporting
        Class NetworkSimpleResult
- 
                    
                    
- All Implemented Interfaces:
 
public final class NetworkSimpleResult 
- 
                
                    
                    
- 
                                
                            
                                
Field Summary
Fields Modifier and Type Field Description private final NetworkStatusnetworkStatusprivate final IntegerresponseCode 
- 
                                
                            
                                
Constructor Summary
Constructors Constructor Description NetworkSimpleResult(NetworkStatus networkStatus, Integer responseCode) 
- 
                                
                            
                                
Method Summary
Modifier and Type Method Description final NetworkStatusgetNetworkStatus()final IntegergetResponseCode()- 
                    
                    
                    
- 
                                
                            
                                
Constructor Detail
- 
                                        
NetworkSimpleResult
NetworkSimpleResult(NetworkStatus networkStatus, Integer responseCode)
 
 - 
                                        
 
- 
                                
                            
                                
Method Detail
- 
                                        
getNetworkStatus
final NetworkStatus getNetworkStatus()
 
- 
                                        
getResponseCode
final Integer getResponseCode()
 
 - 
                                        
 
 - 
                                
                            
                                
 
 - 
                    
                    
                    
 
 -