public static final class NsxtPerNodeUsedCacheStatistics.Builder
extends java.lang.Object
NsxtPerNodeUsedCacheStatistics
.Constructor and Description |
---|
Builder()
Constructor with parameters for the required properties of
NsxtPerNodeUsedCacheStatistics . |
Modifier and Type | Method and Description |
---|---|
NsxtPerNodeUsedCacheStatistics |
build() |
NsxtPerNodeUsedCacheStatistics.Builder |
setCachedEntries(java.lang.Long cachedEntries)
The total number of cached entries 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.
|
NsxtPerNodeUsedCacheStatistics.Builder |
setNodeId(java.lang.String nodeId)
UUID of active/standby transport node
This property may be present in responses from the server, but if it is present
in a request to server it will be ignored.
|
NsxtPerNodeUsedCacheStatistics.Builder |
setUsedCacheSize(java.lang.Long usedCacheSize)
The memory size used in cache, in kb 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.
|
public Builder()
NsxtPerNodeUsedCacheStatistics
.public NsxtPerNodeUsedCacheStatistics.Builder setCachedEntries(java.lang.Long cachedEntries)
cachedEntries
- New value for the property.public NsxtPerNodeUsedCacheStatistics.Builder setNodeId(java.lang.String nodeId)
nodeId
- New value for the property.public NsxtPerNodeUsedCacheStatistics.Builder setUsedCacheSize(java.lang.Long usedCacheSize)
usedCacheSize
- New value for the property.public NsxtPerNodeUsedCacheStatistics build()