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 class
AutoValue_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.String
from
private java.lang.Boolean
noCopy
private java.lang.Boolean
readOnly
private java.lang.Boolean
selinuxLabeling
private java.lang.String
to
-
Constructor Summary
Constructors Modifier Constructor Description private
AutoValue_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 boolean
equals(java.lang.Object o)
java.lang.String
from()
int
hashCode()
java.lang.Boolean
noCopy()
java.lang.Boolean
readOnly()
java.lang.Boolean
selinuxLabeling()
java.lang.String
to()
-
-
-
Method Detail
-
to
public java.lang.String to()
- Specified by:
to
in classHostConfig.Bind
-
from
public java.lang.String from()
- Specified by:
from
in classHostConfig.Bind
-
readOnly
public java.lang.Boolean readOnly()
- Specified by:
readOnly
in classHostConfig.Bind
-
noCopy
@Nullable public java.lang.Boolean noCopy()
- Specified by:
noCopy
in classHostConfig.Bind
-
selinuxLabeling
@Nullable public java.lang.Boolean selinuxLabeling()
- Specified by:
selinuxLabeling
in classHostConfig.Bind
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
-