Class UpdateNode
- java.lang.Object
-
- org.jclouds.rackspace.cloudloadbalancers.v1.domain.UpdateNode
-
public class UpdateNode extends Object
Used to update Nodes.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
UpdateNode.Builder
-
Constructor Summary
Constructors Modifier Constructor Description protected
UpdateNode(BaseNode.Condition condition, BaseNode.Type type, Integer weight)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static UpdateNode.Builder
builder()
boolean
equals(Object obj)
BaseNode.Condition
getCondition()
BaseNode.Type
getType()
Integer
getWeight()
int
hashCode()
protected com.google.common.base.MoreObjects.ToStringHelper
string()
UpdateNode.Builder
toBuilder()
String
toString()
-
-
-
Constructor Detail
-
UpdateNode
protected UpdateNode(@Nullable BaseNode.Condition condition, @Nullable BaseNode.Type type, @Nullable Integer weight)
-
-
Method Detail
-
getCondition
public BaseNode.Condition getCondition()
-
getType
public BaseNode.Type getType()
-
getWeight
public Integer getWeight()
-
string
protected com.google.common.base.MoreObjects.ToStringHelper string()
-
builder
public static UpdateNode.Builder builder()
-
toBuilder
public UpdateNode.Builder toBuilder()
-
-