public class ConnectionStateSnapshot extends Object
Constructor and Description |
---|
ConnectionStateSnapshot() |
Modifier and Type | Method and Description |
---|---|
ConnectionState |
connectionState()
Get the connectionState value.
|
org.joda.time.DateTime |
endTime()
Get the endTime value.
|
EvaluationState |
evaluationState()
Get the evaluationState value.
|
List<ConnectivityHop> |
hops()
Get the hops value.
|
org.joda.time.DateTime |
startTime()
Get the startTime value.
|
ConnectionStateSnapshot |
withConnectionState(ConnectionState connectionState)
Set the connectionState value.
|
ConnectionStateSnapshot |
withEndTime(org.joda.time.DateTime endTime)
Set the endTime value.
|
ConnectionStateSnapshot |
withEvaluationState(EvaluationState evaluationState)
Set the evaluationState value.
|
ConnectionStateSnapshot |
withStartTime(org.joda.time.DateTime startTime)
Set the startTime value.
|
public ConnectionState connectionState()
public ConnectionStateSnapshot withConnectionState(ConnectionState connectionState)
connectionState
- the connectionState value to setpublic org.joda.time.DateTime startTime()
public ConnectionStateSnapshot withStartTime(org.joda.time.DateTime startTime)
startTime
- the startTime value to setpublic org.joda.time.DateTime endTime()
public ConnectionStateSnapshot withEndTime(org.joda.time.DateTime endTime)
endTime
- the endTime value to setpublic EvaluationState evaluationState()
public ConnectionStateSnapshot withEvaluationState(EvaluationState evaluationState)
evaluationState
- the evaluationState value to setpublic List<ConnectivityHop> hops()
Copyright © 2019. All rights reserved.