|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jclouds.ultradns.ws.domain.TrafficControllerPoolRecordDetail
public final class TrafficControllerPoolRecordDetail
| Nested Class Summary | |
|---|---|
static class |
TrafficControllerPoolRecordDetail.Builder
|
static class |
TrafficControllerPoolRecordDetail.Status
|
| Method Summary | |
|---|---|
static TrafficControllerPoolRecordDetail.Builder |
builder()
|
boolean |
equals(Object obj)
|
String |
getDescription()
description of the record |
String |
getForceAnswer()
|
String |
getId()
The ID of the zone. |
String |
getPoolId()
The pool this record belongs to. |
int |
getPriority()
the default value is 1. |
TrafficControllerPoolRecord |
getRecord()
the record pointed to |
TrafficControllerPoolRecordDetail.Status |
getStatus()
status of the record |
int |
getWeight()
0 or even numbers from 2–100. |
int |
hashCode()
|
boolean |
isProbingEnabled()
|
boolean |
isServing()
|
TrafficControllerPoolRecordDetail.Builder |
toBuilder()
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public String getId()
public String getPoolId()
public TrafficControllerPoolRecord getRecord()
public int getWeight()
public int getPriority()
public String getForceAnswer()
public boolean isProbingEnabled()
public TrafficControllerPoolRecordDetail.Status getStatus()
public boolean isServing()
public String getDescription()
public int hashCode()
hashCode in class Objectpublic boolean equals(Object obj)
equals in class Objectpublic String toString()
toString in class Objectpublic static TrafficControllerPoolRecordDetail.Builder builder()
public TrafficControllerPoolRecordDetail.Builder toBuilder()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||