public class LoadBalancer extends Object implements Serializable
Describes a LoadBalancer.
| Constructor and Description | 
|---|
| LoadBalancer()Default constructor for a new LoadBalancer object. | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | equals(Object obj) | 
| String | getName()The name of the LoadBalancer. | 
| int | hashCode() | 
| void | setName(String name)The name of the LoadBalancer. | 
| String | toString()Returns a string representation of this object; useful for testing and
 debugging. | 
| LoadBalancer | withName(String name)The name of the LoadBalancer. | 
public LoadBalancer()
public String getName()
public void setName(String name)
name - The name of the LoadBalancer.public LoadBalancer withName(String name)
Returns a reference to this object so that method calls can be chained together.
name - The name of the LoadBalancer.public String toString()
toString in class ObjectObject.toString()Copyright © 2014. All rights reserved.