Package com.vmware.nsx_policy.model
Class FastPathSysStats.Builder
- java.lang.Object
-
- com.vmware.nsx_policy.model.FastPathSysStats.Builder
-
- Enclosing class:
- FastPathSysStats
public static final class FastPathSysStats.Builder extends java.lang.Object
Builder class forFastPathSysStats
.
-
-
Constructor Summary
Constructors Constructor Description Builder()
Constructor with parameters for the required properties ofFastPathSysStats
.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FastPathSysStats
build()
FastPathSysStats.Builder
setHostEnhancedFastpath(FastPathStats hostEnhancedFastpath)
FastPathSysStats.Builder
setHostStandardFastpath(FastPathStats hostStandardFastpath)
FastPathSysStats.Builder
setLastUpdateTimestamp(java.lang.Long lastUpdateTimestamp)
Timestamp when the data was last updated; unset if data source has never updated the data.
-
-
-
Constructor Detail
-
Builder
public Builder()
Constructor with parameters for the required properties ofFastPathSysStats
.
-
-
Method Detail
-
setHostEnhancedFastpath
public FastPathSysStats.Builder setHostEnhancedFastpath(FastPathStats hostEnhancedFastpath)
- Parameters:
hostEnhancedFastpath
- New value for the property.
-
setHostStandardFastpath
public FastPathSysStats.Builder setHostStandardFastpath(FastPathStats hostStandardFastpath)
- Parameters:
hostStandardFastpath
- New value for the property.
-
setLastUpdateTimestamp
public FastPathSysStats.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.
-
build
public FastPathSysStats build()
-
-