public class Swarm extends ClusterInfo
Modifier and Type | Field and Description |
---|---|
static java.lang.Long |
serialVersionUID |
Constructor and Description |
---|
Swarm() |
Modifier and Type | Method and Description |
---|---|
SwarmJoinTokens |
getJoinTokens() |
Swarm |
withCreatedAt(java.util.Date createdAt) |
Swarm |
withId(java.lang.String id) |
Swarm |
withJoinTokens(SwarmJoinTokens joinTokens) |
Swarm |
withSpec(SwarmSpec spec) |
Swarm |
withUpdatedAt(java.util.Date updatedAt) |
Swarm |
withVersion(ResourceVersion version) |
equals, getCreatedAt, getId, getSpec, getUpdatedAt, getVersion, hashCode, toString
@CheckForNull public SwarmJoinTokens getJoinTokens()
joinTokens
public Swarm withJoinTokens(SwarmJoinTokens joinTokens)
joinTokens
public Swarm withCreatedAt(java.util.Date createdAt)
withCreatedAt
in class ClusterInfo
ClusterInfo.createdAt
public Swarm withId(java.lang.String id)
withId
in class ClusterInfo
ClusterInfo.id
public Swarm withSpec(SwarmSpec spec)
withSpec
in class ClusterInfo
ClusterInfo.spec
public Swarm withUpdatedAt(java.util.Date updatedAt)
withUpdatedAt
in class ClusterInfo
ClusterInfo.updatedAt
public Swarm withVersion(ResourceVersion version)
withVersion
in class ClusterInfo
ClusterInfo.version
Copyright © 2018. All Rights Reserved.