Class AutoValue_VolumeList
- java.lang.Object
-
- com.spotify.docker.client.messages.VolumeList
-
- com.spotify.docker.client.messages.AutoValue_VolumeList
-
@Generated("com.google.auto.value.processor.AutoValueProcessor") final class AutoValue_VolumeList extends VolumeList
-
-
Constructor Summary
Constructors Constructor Description AutoValue_VolumeList(com.google.common.collect.ImmutableList<Volume> volumes, com.google.common.collect.ImmutableList<java.lang.String> warnings)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)inthashCode()java.lang.StringtoString()com.google.common.collect.ImmutableList<Volume>volumes()com.google.common.collect.ImmutableList<java.lang.String>warnings()-
Methods inherited from class com.spotify.docker.client.messages.VolumeList
create
-
-
-
-
Field Detail
-
volumes
private final com.google.common.collect.ImmutableList<Volume> volumes
-
warnings
private final com.google.common.collect.ImmutableList<java.lang.String> warnings
-
-
Constructor Detail
-
AutoValue_VolumeList
AutoValue_VolumeList(@Nullable com.google.common.collect.ImmutableList<Volume> volumes, @Nullable com.google.common.collect.ImmutableList<java.lang.String> warnings)
-
-
Method Detail
-
volumes
@Nullable public com.google.common.collect.ImmutableList<Volume> volumes()
- Specified by:
volumesin classVolumeList
-
warnings
@Nullable public com.google.common.collect.ImmutableList<java.lang.String> warnings()
- Specified by:
warningsin classVolumeList
-
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
-
-