public static final class NodeInterSiteStatistics.Builder
extends java.lang.Object
NodeInterSiteStatistics.| Constructor and Description |
|---|
Builder()
Constructor with parameters for the required properties of
NodeInterSiteStatistics. |
| Modifier and Type | Method and Description |
|---|---|
NodeInterSiteStatistics |
build() |
NodeInterSiteStatistics.Builder |
setLastUpdateTimestamp(java.lang.Long lastUpdateTimestamp)
Timestamp when the remote tunnel port statistics was last updated.
|
NodeInterSiteStatistics.Builder |
setStatsPerSite(java.util.List<RemoteTunnelStatisticsPerSite> statsPerSite)
Remote tunnel statistics per site.
|
NodeInterSiteStatistics.Builder |
setTransportNodeId(java.lang.String transportNodeId)
Edge node id whose statistics is being reported.
|
public Builder()
NodeInterSiteStatistics.public NodeInterSiteStatistics.Builder setLastUpdateTimestamp(java.lang.Long lastUpdateTimestamp)
lastUpdateTimestamp - New value for the property.public NodeInterSiteStatistics.Builder setStatsPerSite(java.util.List<RemoteTunnelStatisticsPerSite> statsPerSite)
statsPerSite - New value for the property.public NodeInterSiteStatistics.Builder setTransportNodeId(java.lang.String transportNodeId)
transportNodeId - New value for the property.public NodeInterSiteStatistics build()