public class BlkioRateDevice extends DockerObject implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static long |
serialVersionUID |
| Constructor and Description |
|---|
BlkioRateDevice() |
| Modifier and Type | Method and Description |
|---|---|
String |
getPath() |
Long |
getRate() |
BlkioRateDevice |
withPath(String path) |
BlkioRateDevice |
withRate(Long rate) |
getRawValuespublic static final long serialVersionUID
public String getPath()
public BlkioRateDevice withPath(String path)
public Long getRate()
public BlkioRateDevice withRate(Long rate)
Copyright © 2025. All rights reserved.