Class ZoneDetails
- java.lang.Object
- 
- com.ibm.cloud.sdk.core.service.model.GenericModel
- 
- com.ibm.cloud.networking.zones.v1.model.ZoneDetails
 
 
- 
- All Implemented Interfaces:
- com.ibm.cloud.sdk.core.service.model.ObjectModel
 
 public class ZoneDetails extends com.ibm.cloud.sdk.core.service.model.GenericModelzone details.
- 
- 
Constructor SummaryConstructors Constructor Description ZoneDetails()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCreatedOn()Gets the createdOn.StringgetId()Gets the id.StringgetModifiedOn()Gets the modifiedOn.StringgetName()Gets the name.List<String>getNameServers()Gets the nameServers.StringgetOriginalDnshost()Gets the originalDnshost.List<String>getOriginalNameServers()Gets the originalNameServers.StringgetOriginalRegistrar()Gets the originalRegistrar.StringgetStatus()Gets the status.BooleanisPaused()Gets the paused.
 
- 
- 
- 
Method Detail- 
getIdpublic String getId() Gets the id. id.- Returns:
- the id
 
 - 
getCreatedOnpublic String getCreatedOn() Gets the createdOn. created date.- Returns:
- the createdOn
 
 - 
getModifiedOnpublic String getModifiedOn() Gets the modifiedOn. modified date.- Returns:
- the modifiedOn
 
 - 
getNamepublic String getName() Gets the name. name.- Returns:
- the name
 
 - 
getOriginalRegistrarpublic String getOriginalRegistrar() Gets the originalRegistrar. original registrar.- Returns:
- the originalRegistrar
 
 - 
getOriginalDnshostpublic String getOriginalDnshost() Gets the originalDnshost. orginal dns host.- Returns:
- the originalDnshost
 
 - 
getStatuspublic String getStatus() Gets the status. status.- Returns:
- the status
 
 - 
isPausedpublic Boolean isPaused() Gets the paused. paused.- Returns:
- the paused
 
 - 
getOriginalNameServerspublic List<String> getOriginalNameServers() Gets the originalNameServers. orginal name servers.- Returns:
- the originalNameServers
 
 
- 
 
-