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 classUpdateNode.Builder
-
Constructor Summary
Constructors Modifier Constructor Description protectedUpdateNode(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.Builderbuilder()booleanequals(Object obj)BaseNode.ConditiongetCondition()BaseNode.TypegetType()IntegergetWeight()inthashCode()protected com.google.common.base.MoreObjects.ToStringHelperstring()UpdateNode.BuildertoBuilder()StringtoString()
-
-
-
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()
-
-