public class LoadBalancer extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
LoadBalancer.Builder |
| Modifier | Constructor and Description |
|---|---|
protected |
LoadBalancer(int port,
int id) |
@ConstructorProperties(value={"port","loadBalancerId"}) protected LoadBalancer(int port, int id)
public int getPort()
LoadBalancer.Builder.port(int)public int getId()
LoadBalancer.Builder.id(int)protected com.google.common.base.Objects.ToStringHelper string()
public static LoadBalancer.Builder builder()
public LoadBalancer.Builder toBuilder()
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.