public static class BlueGreenStatusProvider.PhaseTimeInfo
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
@Nullable BlueGreenPhase |
phase |
java.time.Instant |
timestamp |
long |
timestampNano |
| Constructor and Description |
|---|
PhaseTimeInfo(java.time.Instant timestamp,
long timestampNano,
@Nullable BlueGreenPhase phase) |
public final java.time.Instant timestamp
public final long timestampNano
public final @Nullable BlueGreenPhase phase
public PhaseTimeInfo(java.time.Instant timestamp,
long timestampNano,
@Nullable BlueGreenPhase phase)