public class NetworkConnectionSection extends Section<NetworkConnectionSection>
Modifier and Type | Class and Description |
---|---|
static class |
NetworkConnectionSection.Builder |
Constructor and Description |
---|
NetworkConnectionSection(String info,
String network,
String ipAddress) |
Modifier and Type | Method and Description |
---|---|
static NetworkConnectionSection.Builder |
builder() |
boolean |
equals(Object obj) |
String |
getIpAddress() |
String |
getNetwork() |
int |
hashCode() |
NetworkConnectionSection.Builder |
toBuilder() |
String |
toString() |
public static NetworkConnectionSection.Builder builder()
public NetworkConnectionSection.Builder toBuilder()
toBuilder
in class Section<NetworkConnectionSection>
public String getNetwork()
public String getIpAddress()
public int hashCode()
hashCode
in class Section<NetworkConnectionSection>
public boolean equals(Object obj)
equals
in class Section<NetworkConnectionSection>
public String toString()
toString
in class Section<NetworkConnectionSection>
Copyright © 2009-2012 jclouds. All Rights Reserved.