@Generated(value="org.jsonschema2pojo") public class BlkioStatEntry extends Object
| Constructor and Description |
|---|
BlkioStatEntry()
No args constructor for use in serialization
|
BlkioStatEntry(Long major,
Long minor,
String op,
Long value) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
getAdditionalProperties() |
Long |
getMajor() |
Long |
getMinor() |
String |
getOp() |
Long |
getValue() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setMajor(Long major) |
void |
setMinor(Long minor) |
void |
setOp(String op) |
void |
setValue(Long value) |
public BlkioStatEntry()
public Long getMajor()
public void setMajor(Long major)
major - The majorpublic Long getMinor()
public void setMinor(Long minor)
minor - The minorpublic String getOp()
public void setOp(String op)
op - The oppublic Long getValue()
public void setValue(Long value)
value - The valueCopyright © 2015–2016 Red Hat. All rights reserved.