|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.google.common.collect.ForwardingObject
com.google.common.collect.ForwardingMap<String,Object>
org.jclouds.dynect.v3.domain.rdata.SRVData
public class SRVData
Corresponds to the binary representation of the SRV (Service) RData
SRVData rdata = SRVData.builder()
.priority(0)
.weight(1)
.port(80)
.target("www.foo.com.").build()
| Nested Class Summary | |
|---|---|
static class |
SRVData.Builder
|
| Nested classes/interfaces inherited from class com.google.common.collect.ForwardingMap |
|---|
com.google.common.collect.ForwardingMap.StandardEntrySet, com.google.common.collect.ForwardingMap.StandardKeySet, com.google.common.collect.ForwardingMap.StandardValues |
| Nested classes/interfaces inherited from interface java.util.Map |
|---|
Map.Entry<K,V> |
| Method Summary | |
|---|---|
static SRVData.Builder |
builder()
|
protected Map<String,Object> |
delegate()
|
int |
getPort()
The port on this target host of this service. |
int |
getPriority()
The priority of this target host. |
String |
getTarget()
The domain name of the target host. |
int |
getWeight()
The weight field specifies a relative weight for entries with the same priority. |
SRVData.Builder |
toBuilder()
|
| Methods inherited from class com.google.common.collect.ForwardingMap |
|---|
clear, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, standardClear, standardContainsKey, standardContainsValue, standardEquals, standardHashCode, standardIsEmpty, standardPutAll, standardRemove, standardToString, values |
| Methods inherited from class com.google.common.collect.ForwardingObject |
|---|
toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public int getPriority()
public int getWeight()
public int getPort()
public String getTarget()
protected Map<String,Object> delegate()
delegate in class com.google.common.collect.ForwardingMap<String,Object>public static SRVData.Builder builder()
public SRVData.Builder toBuilder()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||