public class ExternalGatewayInfo extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ExternalGatewayInfo.Builder |
| Modifier | Constructor and Description |
|---|---|
protected |
ExternalGatewayInfo(String networkId) |
| Modifier and Type | Method and Description |
|---|---|
static ExternalGatewayInfo.Builder |
builder() |
boolean |
equals(Object obj) |
String |
getNetworkId() |
int |
hashCode() |
protected com.google.common.base.Objects.ToStringHelper |
string() |
ExternalGatewayInfo.Builder |
toBuilder() |
String |
toString() |
@ConstructorProperties(value="network_id") protected ExternalGatewayInfo(String networkId)
public String getNetworkId()
protected com.google.common.base.Objects.ToStringHelper string()
public static ExternalGatewayInfo.Builder builder()
public ExternalGatewayInfo.Builder toBuilder()
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.