public class BlkioWeightDevice
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
static long |
serialVersionUID |
Constructor and Description |
---|
BlkioWeightDevice() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getPath() |
java.lang.Integer |
getWeight() |
BlkioWeightDevice |
withPath(java.lang.String path) |
BlkioWeightDevice |
withWeight(java.lang.Integer weight) |
public static final long serialVersionUID
public java.lang.String getPath()
public BlkioWeightDevice withPath(java.lang.String path)
public java.lang.Integer getWeight()
public BlkioWeightDevice withWeight(java.lang.Integer weight)
Copyright © 2020. All Rights Reserved.