Class AutoValue_TopResults
- java.lang.Object
-
- com.spotify.docker.client.messages.TopResults
-
- com.spotify.docker.client.messages.AutoValue_TopResults
-
@Generated("com.google.auto.value.processor.AutoValueProcessor") final class AutoValue_TopResults extends TopResults
-
-
Constructor Summary
Constructors Constructor Description AutoValue_TopResults(com.google.common.collect.ImmutableList<java.lang.String> titles, com.google.common.collect.ImmutableList<com.google.common.collect.ImmutableList<java.lang.String>> processes)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)inthashCode()com.google.common.collect.ImmutableList<com.google.common.collect.ImmutableList<java.lang.String>>processes()com.google.common.collect.ImmutableList<java.lang.String>titles()java.lang.StringtoString()-
Methods inherited from class com.spotify.docker.client.messages.TopResults
create
-
-
-
-
Method Detail
-
titles
public com.google.common.collect.ImmutableList<java.lang.String> titles()
- Specified by:
titlesin classTopResults
-
processes
public com.google.common.collect.ImmutableList<com.google.common.collect.ImmutableList<java.lang.String>> processes()
- Specified by:
processesin classTopResults
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
-