Package codes.thischwa.cf.model
Klasse ZoneEntity
java.lang.Object
codes.thischwa.cf.model.AbstractEntity
codes.thischwa.cf.model.ZoneEntity
- Alle implementierten Schnittstellen:
ResponseEntity
Represents a DNS zone entity in the Cloudflare DNS system.
This class encapsulates all relevant data and metadata associated with a zone, including but not limited to the following attributes:
- Zone name.
- Development mode status.
- Active and original name servers linked to the zone.
- Timestamps indicating when the zone was created, modified, or activated.
- Current operational status of the zone (e.g., active, inactive).
- Boolean flag indicating whether the zone is paused.
- Zone type, representing the nature of the DNS zone (e.g., full, partial).
This class extends AbstractEntity to inherit basic entity properties and to provide a
consistent interface across domain models.
-
Konstruktordetails
-
ZoneEntity
public ZoneEntity()
-