public interface BlkioStatEntryFluent<A extends BlkioStatEntryFluent<A>>
extends io.fabric8.docker.api.builder.Fluent<A>
| Modifier and Type | Method and Description |
|---|---|
Long |
getMajor() |
Long |
getMinor() |
String |
getOp() |
Long |
getValue() |
Boolean |
hasMajor() |
Boolean |
hasMinor() |
Boolean |
hasOp() |
Boolean |
hasValue() |
A |
withMajor(Long major) |
A |
withMinor(Long minor) |
A |
withOp(String op) |
A |
withValue(Long value) |
Copyright © 2015–2017 Red Hat. All rights reserved.