Class ConnectionStateSnapshot
- java.lang.Object
-
- com.microsoft.azure.management.network.ConnectionStateSnapshot
-
public class ConnectionStateSnapshot extends Object
Connection state snapshot.
-
-
Constructor Summary
Constructors Constructor Description ConnectionStateSnapshot()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ConnectionStateconnectionState()Get the connectionState value.org.joda.time.DateTimeendTime()Get the endTime value.EvaluationStateevaluationState()Get the evaluationState value.List<ConnectivityHop>hops()Get the hops value.org.joda.time.DateTimestartTime()Get the startTime value.ConnectionStateSnapshotwithConnectionState(ConnectionState connectionState)Set the connectionState value.ConnectionStateSnapshotwithEndTime(org.joda.time.DateTime endTime)Set the endTime value.ConnectionStateSnapshotwithEvaluationState(EvaluationState evaluationState)Set the evaluationState value.ConnectionStateSnapshotwithStartTime(org.joda.time.DateTime startTime)Set the startTime value.
-
-
-
Method Detail
-
connectionState
public ConnectionState connectionState()
Get the connectionState value.- Returns:
- the connectionState value
-
withConnectionState
public ConnectionStateSnapshot withConnectionState(ConnectionState connectionState)
Set the connectionState value.- Parameters:
connectionState- the connectionState value to set- Returns:
- the ConnectionStateSnapshot object itself.
-
startTime
public org.joda.time.DateTime startTime()
Get the startTime value.- Returns:
- the startTime value
-
withStartTime
public ConnectionStateSnapshot withStartTime(org.joda.time.DateTime startTime)
Set the startTime value.- Parameters:
startTime- the startTime value to set- Returns:
- the ConnectionStateSnapshot object itself.
-
endTime
public org.joda.time.DateTime endTime()
Get the endTime value.- Returns:
- the endTime value
-
withEndTime
public ConnectionStateSnapshot withEndTime(org.joda.time.DateTime endTime)
Set the endTime value.- Parameters:
endTime- the endTime value to set- Returns:
- the ConnectionStateSnapshot object itself.
-
evaluationState
public EvaluationState evaluationState()
Get the evaluationState value.- Returns:
- the evaluationState value
-
withEvaluationState
public ConnectionStateSnapshot withEvaluationState(EvaluationState evaluationState)
Set the evaluationState value.- Parameters:
evaluationState- the evaluationState value to set- Returns:
- the ConnectionStateSnapshot object itself.
-
hops
public List<ConnectivityHop> hops()
Get the hops value.- Returns:
- the hops value
-
-