org.jclouds.rackspace.cloudloadbalancers.v1.domain
Class UpdateNode

java.lang.Object
  extended by org.jclouds.rackspace.cloudloadbalancers.v1.domain.UpdateNode

public class UpdateNode
extends Object

Used to update Nodes.


Nested Class Summary
static class UpdateNode.Builder
           
 
Constructor Summary
protected UpdateNode(BaseNode.Condition condition, BaseNode.Type type, Integer weight)
           
 
Method Summary
static UpdateNode.Builder builder()
           
 boolean equals(Object obj)
           
 BaseNode.Condition getCondition()
           
 BaseNode.Type getType()
           
 Integer getWeight()
           
 int hashCode()
           
protected  com.google.common.base.Objects.ToStringHelper string()
           
 UpdateNode.Builder toBuilder()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

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.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.