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 Summary
Constructors Constructor Description ZoneDetails()
-
Method Summary
All 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
-
getId
public String getId()
Gets the id. id.- Returns:
- the id
-
getCreatedOn
public String getCreatedOn()
Gets the createdOn. created date.- Returns:
- the createdOn
-
getModifiedOn
public String getModifiedOn()
Gets the modifiedOn. modified date.- Returns:
- the modifiedOn
-
getName
public String getName()
Gets the name. name.- Returns:
- the name
-
getOriginalRegistrar
public String getOriginalRegistrar()
Gets the originalRegistrar. original registrar.- Returns:
- the originalRegistrar
-
getOriginalDnshost
public String getOriginalDnshost()
Gets the originalDnshost. orginal dns host.- Returns:
- the originalDnshost
-
getStatus
public String getStatus()
Gets the status. status.- Returns:
- the status
-
isPaused
public Boolean isPaused()
Gets the paused. paused.- Returns:
- the paused
-
getOriginalNameServers
public List<String> getOriginalNameServers()
Gets the originalNameServers. orginal name servers.- Returns:
- the originalNameServers
-
-