Class AutoValue_BlockIoStats
- java.lang.Object
-
- com.spotify.docker.client.messages.BlockIoStats
-
- com.spotify.docker.client.messages.AutoValue_BlockIoStats
-
@Generated("com.google.auto.value.processor.AutoValueProcessor") final class AutoValue_BlockIoStats extends BlockIoStats
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description (package private) static class
AutoValue_BlockIoStats.Builder
-
Field Summary
Fields Modifier and Type Field Description private com.google.common.collect.ImmutableList<java.lang.Object>
ioMergedRecursive
private com.google.common.collect.ImmutableList<java.lang.Object>
ioQueueRecursive
private com.google.common.collect.ImmutableList<java.lang.Object>
ioServiceBytesRecursive
private com.google.common.collect.ImmutableList<java.lang.Object>
ioServicedRecursive
private com.google.common.collect.ImmutableList<java.lang.Object>
ioServiceTimeRecursive
private com.google.common.collect.ImmutableList<java.lang.Object>
ioTimeRecursive
private com.google.common.collect.ImmutableList<java.lang.Object>
ioWaitTimeRecursive
private com.google.common.collect.ImmutableList<java.lang.Object>
sectorsRecursive
-
Constructor Summary
Constructors Modifier Constructor Description private
AutoValue_BlockIoStats(com.google.common.collect.ImmutableList<java.lang.Object> ioServiceBytesRecursive, com.google.common.collect.ImmutableList<java.lang.Object> ioServicedRecursive, com.google.common.collect.ImmutableList<java.lang.Object> ioQueueRecursive, com.google.common.collect.ImmutableList<java.lang.Object> ioServiceTimeRecursive, com.google.common.collect.ImmutableList<java.lang.Object> ioWaitTimeRecursive, com.google.common.collect.ImmutableList<java.lang.Object> ioMergedRecursive, com.google.common.collect.ImmutableList<java.lang.Object> ioTimeRecursive, com.google.common.collect.ImmutableList<java.lang.Object> sectorsRecursive)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object o)
int
hashCode()
com.google.common.collect.ImmutableList<java.lang.Object>
ioMergedRecursive()
com.google.common.collect.ImmutableList<java.lang.Object>
ioQueueRecursive()
com.google.common.collect.ImmutableList<java.lang.Object>
ioServiceBytesRecursive()
com.google.common.collect.ImmutableList<java.lang.Object>
ioServicedRecursive()
com.google.common.collect.ImmutableList<java.lang.Object>
ioServiceTimeRecursive()
com.google.common.collect.ImmutableList<java.lang.Object>
ioTimeRecursive()
com.google.common.collect.ImmutableList<java.lang.Object>
ioWaitTimeRecursive()
com.google.common.collect.ImmutableList<java.lang.Object>
sectorsRecursive()
java.lang.String
toString()
-
Methods inherited from class com.spotify.docker.client.messages.BlockIoStats
create
-
-
-
-
Field Detail
-
ioServiceBytesRecursive
private final com.google.common.collect.ImmutableList<java.lang.Object> ioServiceBytesRecursive
-
ioServicedRecursive
private final com.google.common.collect.ImmutableList<java.lang.Object> ioServicedRecursive
-
ioQueueRecursive
private final com.google.common.collect.ImmutableList<java.lang.Object> ioQueueRecursive
-
ioServiceTimeRecursive
private final com.google.common.collect.ImmutableList<java.lang.Object> ioServiceTimeRecursive
-
ioWaitTimeRecursive
private final com.google.common.collect.ImmutableList<java.lang.Object> ioWaitTimeRecursive
-
ioMergedRecursive
private final com.google.common.collect.ImmutableList<java.lang.Object> ioMergedRecursive
-
ioTimeRecursive
private final com.google.common.collect.ImmutableList<java.lang.Object> ioTimeRecursive
-
sectorsRecursive
private final com.google.common.collect.ImmutableList<java.lang.Object> sectorsRecursive
-
-
Constructor Detail
-
AutoValue_BlockIoStats
private AutoValue_BlockIoStats(@Nullable com.google.common.collect.ImmutableList<java.lang.Object> ioServiceBytesRecursive, @Nullable com.google.common.collect.ImmutableList<java.lang.Object> ioServicedRecursive, @Nullable com.google.common.collect.ImmutableList<java.lang.Object> ioQueueRecursive, @Nullable com.google.common.collect.ImmutableList<java.lang.Object> ioServiceTimeRecursive, @Nullable com.google.common.collect.ImmutableList<java.lang.Object> ioWaitTimeRecursive, @Nullable com.google.common.collect.ImmutableList<java.lang.Object> ioMergedRecursive, @Nullable com.google.common.collect.ImmutableList<java.lang.Object> ioTimeRecursive, @Nullable com.google.common.collect.ImmutableList<java.lang.Object> sectorsRecursive)
-
-
Method Detail
-
ioServiceBytesRecursive
@Nullable public com.google.common.collect.ImmutableList<java.lang.Object> ioServiceBytesRecursive()
- Specified by:
ioServiceBytesRecursive
in classBlockIoStats
-
ioServicedRecursive
@Nullable public com.google.common.collect.ImmutableList<java.lang.Object> ioServicedRecursive()
- Specified by:
ioServicedRecursive
in classBlockIoStats
-
ioQueueRecursive
@Nullable public com.google.common.collect.ImmutableList<java.lang.Object> ioQueueRecursive()
- Specified by:
ioQueueRecursive
in classBlockIoStats
-
ioServiceTimeRecursive
@Nullable public com.google.common.collect.ImmutableList<java.lang.Object> ioServiceTimeRecursive()
- Specified by:
ioServiceTimeRecursive
in classBlockIoStats
-
ioWaitTimeRecursive
@Nullable public com.google.common.collect.ImmutableList<java.lang.Object> ioWaitTimeRecursive()
- Specified by:
ioWaitTimeRecursive
in classBlockIoStats
-
ioMergedRecursive
@Nullable public com.google.common.collect.ImmutableList<java.lang.Object> ioMergedRecursive()
- Specified by:
ioMergedRecursive
in classBlockIoStats
-
ioTimeRecursive
@Nullable public com.google.common.collect.ImmutableList<java.lang.Object> ioTimeRecursive()
- Specified by:
ioTimeRecursive
in classBlockIoStats
-
sectorsRecursive
@Nullable public com.google.common.collect.ImmutableList<java.lang.Object> sectorsRecursive()
- Specified by:
sectorsRecursive
in classBlockIoStats
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
-