Class AutoValue_Task
java.lang.Object
com.spotify.docker.client.messages.swarm.Task
com.spotify.docker.client.messages.swarm.AutoValue_Task
@Generated("com.google.auto.value.processor.AutoValueProcessor")
final class AutoValue_Task
extends Task
-
Nested Class Summary
Nested classes/interfaces inherited from class com.spotify.docker.client.messages.swarm.Task
Task.Criteria
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final Date
private final String
private final String
private final String
private final com.google.common.collect.ImmutableList
<NetworkAttachment> private final String
private final String
private final Integer
private final TaskSpec
private final TaskStatus
private final Date
private final Version
-
Constructor Summary
ConstructorsConstructorDescriptionAutoValue_Task
(String id, Version version, Date createdAt, Date updatedAt, String name, com.google.common.collect.ImmutableMap<String, String> labels, TaskSpec spec, String serviceId, Integer slot, String nodeId, TaskStatus status, String desiredState, com.google.common.collect.ImmutableList<NetworkAttachment> networkAttachments) -
Method Summary
-
Field Details
-
id
-
version
-
createdAt
-
updatedAt
-
name
-
labels
-
spec
-
serviceId
-
slot
-
nodeId
-
status
-
desiredState
-
networkAttachments
-
-
Constructor Details
-
AutoValue_Task
AutoValue_Task(String id, Version version, Date createdAt, Date updatedAt, @Nullable String name, @Nullable com.google.common.collect.ImmutableMap<String, String> labels, TaskSpec spec, String serviceId, @Nullable Integer slot, @Nullable String nodeId, TaskStatus status, String desiredState, @Nullable com.google.common.collect.ImmutableList<NetworkAttachment> networkAttachments)
-
-
Method Details
-
id
-
version
-
createdAt
-
updatedAt
-
name
-
labels
-
spec
-
serviceId
-
slot
-
nodeId
-
status
-
desiredState
- Specified by:
desiredState
in classTask
-
networkAttachments
- Specified by:
networkAttachments
in classTask
-
toString
-
equals
-
hashCode
public int hashCode()
-