-
- All Implemented Interfaces:
-
com.tds.common.tracker.model.BaseTrackModel
public class NetworkStateModel implements BaseTrackModel
-
-
Field Summary
Fields Modifier and Type Field Description public final static String
PARAM_SESSION_ID
public final static String
PARAM_HOST
public final static String
PARAM_CODE
public final static String
PARAM_DELAY
-
Method Summary
Modifier and Type Method Description NetworkStateModel
withSessionId(String sessionId)
NetworkStateModel
withHost(String host)
NetworkStateModel
withHttpCode(int code)
NetworkStateModel
withDelay(long delay)
Map<String, String>
convert()
-
-
Method Detail
-
withSessionId
NetworkStateModel withSessionId(String sessionId)
-
withHost
NetworkStateModel withHost(String host)
-
withHttpCode
NetworkStateModel withHttpCode(int code)
-
withDelay
NetworkStateModel withDelay(long delay)
-
-
-
-