Package com.dnsimple.data
Class ZoneRecord
java.lang.Object
com.dnsimple.data.ZoneRecord
-
Constructor Summary
ConstructorsConstructorDescriptionZoneRecord(Long id, String zoneId, Long parentId, String type, String name, String content, Integer ttl, Integer priority, Boolean systemRecord, List<String> regions, OffsetDateTime createdAt, OffsetDateTime updatedAt) -
Method Summary
-
Constructor Details
-
ZoneRecord
-
-
Method Details
-
getId
-
getZoneId
-
getParentId
-
getType
-
getName
-
getContent
-
getTtl
-
getPriority
-
isSystemRecord
-
getRegions
-
getCreatedAt
-
getUpdatedAt
-