public class QueryResultNetworkRecord extends QueryResultRecordType
<complexType name="QueryResultNetworkRecordType" />
| Modifier and Type | Class and Description |
|---|---|
static class |
QueryResultNetworkRecord.Builder<B extends QueryResultNetworkRecord.Builder<B>> |
| Modifier and Type | Field and Description |
|---|---|
protected String |
dns1 |
protected String |
dns2 |
protected String |
dnsSuffix |
protected String |
gateway |
protected String |
ipScopeId |
protected Boolean |
isBusy |
protected String |
name |
protected String |
netmask |
| Constructor and Description |
|---|
QueryResultNetworkRecord(QueryResultNetworkRecord.Builder<?> builder) |
| Modifier and Type | Method and Description |
|---|---|
static QueryResultNetworkRecord.Builder<?> |
builder() |
boolean |
equals(Object o) |
String |
getDns1()
Primary DNS for the network.
|
String |
getDns2()
Secondary DNS for the network.
|
String |
getDnsSuffix()
DNS suffix for the network.
|
String |
getGateway()
Gateway for the network.
|
String |
getIpScopeId()
IP scope object of this network.
|
String |
getName()
name.
|
String |
getNetmask()
Netmask for the network.
|
int |
hashCode() |
Boolean |
isBusy()
Shows whether it is busy.
|
com.google.common.base.Objects.ToStringHelper |
string() |
QueryResultNetworkRecord.Builder<?> |
toBuilder() |
protected String name
protected String ipScopeId
protected String gateway
protected String netmask
protected String dns1
protected String dns2
protected String dnsSuffix
protected Boolean isBusy
public QueryResultNetworkRecord(QueryResultNetworkRecord.Builder<?> builder)
public static QueryResultNetworkRecord.Builder<?> builder()
public QueryResultNetworkRecord.Builder<?> toBuilder()
toBuilder in class QueryResultRecordTypepublic String getName()
public String getIpScopeId()
public String getGateway()
public String getNetmask()
public String getDns1()
public String getDns2()
public String getDnsSuffix()
public Boolean isBusy()
public boolean equals(Object o)
equals in class QueryResultRecordTypepublic int hashCode()
hashCode in class QueryResultRecordTypepublic com.google.common.base.Objects.ToStringHelper string()
string in class QueryResultRecordTypeCopyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.