Class AutoValue_OrchestrationConfig
- java.lang.Object
-
- com.spotify.docker.client.messages.swarm.OrchestrationConfig
-
- com.spotify.docker.client.messages.swarm.AutoValue_OrchestrationConfig
-
@Generated("com.google.auto.value.processor.AutoValueProcessor") final class AutoValue_OrchestrationConfig extends OrchestrationConfig
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description (package private) static classAutoValue_OrchestrationConfig.Builder
-
Field Summary
Fields Modifier and Type Field Description private java.lang.IntegertaskHistoryRetentionLimit
-
Constructor Summary
Constructors Modifier Constructor Description privateAutoValue_OrchestrationConfig(java.lang.Integer taskHistoryRetentionLimit)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)inthashCode()java.lang.IntegertaskHistoryRetentionLimit()java.lang.StringtoString()-
Methods inherited from class com.spotify.docker.client.messages.swarm.OrchestrationConfig
builder, create
-
-
-
-
Method Detail
-
taskHistoryRetentionLimit
@Nullable public java.lang.Integer taskHistoryRetentionLimit()
- Specified by:
taskHistoryRetentionLimitin classOrchestrationConfig
-
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
-
-