org.jclouds.rackspace.cloudloadbalancers.v1.domain
Class UpdateNode
java.lang.Object
org.jclouds.rackspace.cloudloadbalancers.v1.domain.UpdateNode
public class UpdateNode
- extends Object
Used to update Nodes.
UpdateNode
protected UpdateNode(@Nullable
BaseNode.Condition condition,
@Nullable
BaseNode.Type type,
@Nullable
Integer weight)
getCondition
public BaseNode.Condition getCondition()
getType
public BaseNode.Type getType()
getWeight
public Integer getWeight()
string
protected com.google.common.base.Objects.ToStringHelper string()
toString
public String toString()
- Overrides:
toString in class Object
hashCode
public int hashCode()
- Overrides:
hashCode in class Object
equals
public boolean equals(Object obj)
- Overrides:
equals in class Object
builder
public static UpdateNode.Builder builder()
toBuilder
public UpdateNode.Builder toBuilder()
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.