Class AutoValue_HostConfig_Bind
- java.lang.Object
-
- com.spotify.docker.client.messages.HostConfig.Bind
-
- com.spotify.docker.client.messages.AutoValue_HostConfig_Bind
-
@Generated("com.google.auto.value.processor.AutoValueProcessor") final class AutoValue_HostConfig_Bind extends HostConfig.Bind
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description (package private) static classAutoValue_HostConfig_Bind.Builder-
Nested classes/interfaces inherited from class com.spotify.docker.client.messages.HostConfig.Bind
HostConfig.Bind.BuilderFrom, HostConfig.Bind.BuilderTo
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.Stringfromprivate java.lang.BooleannoCopyprivate java.lang.BooleanreadOnlyprivate java.lang.BooleanselinuxLabelingprivate java.lang.Stringto
-
Constructor Summary
Constructors Modifier Constructor Description privateAutoValue_HostConfig_Bind(java.lang.String to, java.lang.String from, java.lang.Boolean readOnly, java.lang.Boolean noCopy, java.lang.Boolean selinuxLabeling)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)java.lang.Stringfrom()inthashCode()java.lang.BooleannoCopy()java.lang.BooleanreadOnly()java.lang.BooleanselinuxLabeling()java.lang.Stringto()
-
-
-
Method Detail
-
to
public java.lang.String to()
- Specified by:
toin classHostConfig.Bind
-
from
public java.lang.String from()
- Specified by:
fromin classHostConfig.Bind
-
readOnly
public java.lang.Boolean readOnly()
- Specified by:
readOnlyin classHostConfig.Bind
-
noCopy
@Nullable public java.lang.Boolean noCopy()
- Specified by:
noCopyin classHostConfig.Bind
-
selinuxLabeling
@Nullable public java.lang.Boolean selinuxLabeling()
- Specified by:
selinuxLabelingin classHostConfig.Bind
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
-