| Modifier and Type | Class and Description | 
|---|---|
static class  | 
SRVData.Builder  | 
| Modifier and Type | Method and Description | 
|---|---|
static SRVData.Builder | 
builder()  | 
protected Map<String,Object> | 
delegate()  | 
com.google.common.primitives.UnsignedInteger | 
getPort()
The port on this target host of this service. 
 | 
com.google.common.primitives.UnsignedInteger | 
getPriority()
The priority of this target host. 
 | 
String | 
getTarget()
The domain name of the target host. 
 | 
com.google.common.primitives.UnsignedInteger | 
getWeight()
The weight field specifies a relative weight for entries with the same
 priority. 
 | 
SRVData.Builder | 
toBuilder()  | 
clear, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, standardClear, standardContainsKey, standardContainsValue, standardEquals, standardHashCode, standardIsEmpty, standardPutAll, standardRemove, standardToString, valuespublic com.google.common.primitives.UnsignedInteger getPriority()
public com.google.common.primitives.UnsignedInteger getWeight()
public com.google.common.primitives.UnsignedInteger getPort()
public String getTarget()
public static SRVData.Builder builder()
public SRVData.Builder toBuilder()
Copyright © 2009-2013 jclouds. All Rights Reserved.