Package cc.maria.rdap.response
Class NameserverObjectClass
- java.lang.Object
-
- cc.maria.rdap.response.ObjectClass
-
- cc.maria.rdap.response.NameserverObjectClass
-
public class NameserverObjectClass extends ObjectClass
-
-
Field Summary
Fields Modifier and Type Field Description private NameserverIPAdressesipAddressesprivate StringldhNameprivate StringunicodeName
-
Constructor Summary
Constructors Constructor Description NameserverObjectClass()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NameserverIPAdressesgetIpAddresses()StringgetLdhName()StringgetUnicodeName()-
Methods inherited from class cc.maria.rdap.response.ObjectClass
getAbuseContact, getAdministrativeContact, getBillingContact, getEntities, getEntityByRole, getEPPStatus, getEvents, getHandle, getLinks, getNOCContact, getNotices, getNotificationContact, getObjectClassName, getPort43, getProxyContact, getRdapConformance, getRegistrantContact, getRegistrarContact, getRemarks, getResellerContact, getSponsorContact, getStatus, getTechnicalContact
-
-
-
-
Field Detail
-
ldhName
private String ldhName
-
unicodeName
private String unicodeName
-
ipAddresses
private NameserverIPAdresses ipAddresses
-
-
Method Detail
-
getIpAddresses
public NameserverIPAdresses getIpAddresses()
-
getLdhName
public String getLdhName()
-
getUnicodeName
public String getUnicodeName()
-
-