public class OrgDNSZoneResponse extends Object implements Serializable
Provides link between an Org and a DNS Zone.
| Constructor and Description | 
|---|
| OrgDNSZoneResponse(String orgUuid,
                  int zoneId,
                  boolean deleted,
                  String zoneName) | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getOrgUuid()Get the org uuid. | 
| int | getZoneId()Get the DNS zone ID. | 
| String | getZoneName()Get the DNS zone name. | 
| boolean | isDeleted()Get whether the DNS zone has been deleted. | 
public String getOrgUuid()
public int getZoneId()
public boolean isDeleted()
public String getZoneName()
Copyright © 2020 iland Internet Solutions, Corp. All rights reserved.