public final class L2VPNStatisticsResponse extends Object
Modifier and Type | Class and Description |
---|---|
static class |
L2VPNStatisticsResponse.L2VpnStats
L2 Vpn Stats.
|
Constructor and Description |
---|
L2VPNStatisticsResponse(Instant timestamp,
List<L2VPNStatisticsResponse.L2VpnStats> l2vpnStats)
Instantiates a new L2 Vpn Statistics response.
|
Modifier and Type | Method and Description |
---|---|
List<L2VPNStatisticsResponse.L2VpnStats> |
getL2vpnStats()
Gets l2vpnStats.
|
Instant |
getTimestamp()
Gets timestamp.
|
public L2VPNStatisticsResponse(Instant timestamp, List<L2VPNStatisticsResponse.L2VpnStats> l2vpnStats)
timestamp
- the time stampl2vpnStats
- the l2 vpn statspublic Instant getTimestamp()
The timestamp of the L2 VPN statistics
Instant
the timestamppublic List<L2VPNStatisticsResponse.L2VpnStats> getL2vpnStats()
The list of L2 VPN statistics
List
of L2VPNStatisticsResponse.L2VpnStats
the l2vpnStatsCopyright © 2023 iland Internet Solutions, Corp. All rights reserved.