| Constructor and Description |
|---|
Builder()
Constructor with parameters for the required properties of
PoolUsage. |
| Modifier and Type | Method and Description |
|---|---|
PoolUsage |
build() |
PoolUsage.Builder |
setAllocatedIds(java.lang.Long allocatedIds)
Total number of allocated IDs in a pool 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.
|
PoolUsage.Builder |
setFreeIds(java.lang.Long freeIds)
Total number of free IDs in a pool 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.
|
PoolUsage.Builder |
setTotalIds(java.lang.Long totalIds)
Total number of IDs in a pool 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()
PoolUsage.public PoolUsage.Builder setAllocatedIds(java.lang.Long allocatedIds)
allocatedIds - New value for the property.public PoolUsage.Builder setFreeIds(java.lang.Long freeIds)
freeIds - New value for the property.public PoolUsage.Builder setTotalIds(java.lang.Long totalIds)
totalIds - New value for the property.public PoolUsage build()