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