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.GenericModel
zone details.
-
-
Constructor Summary
Constructors Constructor Description ZoneDetails()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getCreatedOn()
Gets the createdOn.String
getId()
Gets the id.String
getModifiedOn()
Gets the modifiedOn.String
getName()
Gets the name.List<String>
getNameServers()
Gets the nameServers.String
getOriginalDnshost()
Gets the originalDnshost.List<String>
getOriginalNameServers()
Gets the originalNameServers.String
getOriginalRegistrar()
Gets the originalRegistrar.String
getStatus()
Gets the status.Boolean
isPaused()
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
-
-