|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jclouds.ultradns.ws.domain.UpdatePoolRecord
public final class UpdatePoolRecord
holds updates for a record
| Nested Class Summary | |
|---|---|
static class |
UpdatePoolRecord.Builder
|
| Method Summary | |
|---|---|
static UpdatePoolRecord.Builder |
builder()
|
boolean |
equals(Object obj)
|
int |
getFailOverDelay()
correlates to PoolRecordSpec.getFailOverDelay() |
String |
getMode()
correlates to PoolRecordSpec.getState() |
int |
getPriority()
correlates to PoolRecordSpec#getPriority() |
String |
getRData()
correlates to TrafficControllerPoolRecord.getRData() |
int |
getThreshold()
correlates to PoolRecordSpec.getThreshold() |
int |
getTTL()
correlates to PoolRecordSpec.getTTL() |
int |
getWeight()
correlates to PoolRecordSpec.getWeight() |
int |
hashCode()
|
static UpdatePoolRecord |
pointingTo(PoolRecordSpec spec,
String rdata)
|
UpdatePoolRecord.Builder |
toBuilder()
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public static UpdatePoolRecord pointingTo(PoolRecordSpec spec,
String rdata)
spec - what to prime updates fromrdata - new value to point to.public String getRData()
TrafficControllerPoolRecord.getRData()
public String getMode()
PoolRecordSpec.getState()
public int getPriority()
PoolRecordSpec#getPriority()
public int getWeight()
PoolRecordSpec.getWeight()
public int getFailOverDelay()
PoolRecordSpec.getFailOverDelay()
public int getThreshold()
PoolRecordSpec.getThreshold()
public int getTTL()
PoolRecordSpec.getTTL()
public int hashCode()
hashCode in class Objectpublic boolean equals(Object obj)
equals in class Objectpublic String toString()
toString in class Objectpublic static UpdatePoolRecord.Builder builder()
public UpdatePoolRecord.Builder toBuilder()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||