Package org.jclouds.glesys.domain
Class DomainRecord
java.lang.Object
org.jclouds.glesys.domain.DomainRecord
DNS record data.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
DomainRecord.Builder<T extends DomainRecord.Builder<T>>
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
DomainRecord
-
-
Method Details
-
builder
-
toBuilder
-
getId
- Returns:
- the id of the record used to modify it via the API
- See Also:
-
getname
- Returns:
- the zone content of the record
-
getHost
- Returns:
- the host content of the record
-
getType
- Returns:
- the type of the record, ex. "A"
-
getData
- Returns:
- the data content of the record
-
getTtl
public int getTtl()- Returns:
- the TTL/Time-to-live for the record
-
hashCode
public int hashCode() -
equals
-
string
protected com.google.common.base.MoreObjects.ToStringHelper string() -
toString
-