Package com.vmware.nsx_policy.model
Class AggregatedLogicalRouterPortCounters.Builder
- java.lang.Object
-
- com.vmware.nsx_policy.model.AggregatedLogicalRouterPortCounters.Builder
-
- Enclosing class:
- AggregatedLogicalRouterPortCounters
public static final class AggregatedLogicalRouterPortCounters.Builder extends java.lang.Object
Builder class forAggregatedLogicalRouterPortCounters
.
-
-
Constructor Summary
Constructors Constructor Description Builder()
Constructor with parameters for the required properties ofAggregatedLogicalRouterPortCounters
.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AggregatedLogicalRouterPortCounters
build()
AggregatedLogicalRouterPortCounters.Builder
setLastUpdateTimestamp(java.lang.Long lastUpdateTimestamp)
Timestamp when the data was last updated; unset if data source has never updated the data.AggregatedLogicalRouterPortCounters.Builder
setRx(LogicalRouterPortCounters rx)
AggregatedLogicalRouterPortCounters.Builder
setTx(LogicalRouterPortCounters tx)
-
-
-
Constructor Detail
-
Builder
public Builder()
Constructor with parameters for the required properties ofAggregatedLogicalRouterPortCounters
.
-
-
Method Detail
-
setLastUpdateTimestamp
public AggregatedLogicalRouterPortCounters.Builder setLastUpdateTimestamp(java.lang.Long lastUpdateTimestamp)
Timestamp when the data was last updated; unset if data source has never updated the data. format: int64 This property may be present in responses from the server, but if it is present in a request to server it will be ignored.- Parameters:
lastUpdateTimestamp
- New value for the property.
-
setRx
public AggregatedLogicalRouterPortCounters.Builder setRx(LogicalRouterPortCounters rx)
- Parameters:
rx
- New value for the property.
-
setTx
public AggregatedLogicalRouterPortCounters.Builder setTx(LogicalRouterPortCounters tx)
- Parameters:
tx
- New value for the property.
-
build
public AggregatedLogicalRouterPortCounters build()
-
-