public class DomainChangeData
extends java.lang.Object
implements java.io.Serializable
nsset - change the domain’s nsset by its handle; if the element is empty, the current nsset will be unlinked from the domainkeyset - change the domain’s keyset by its handle; if the element is empty, the current keyset will be unlinked from the domainregistrant - change the domain’s registrant by its handleauthInfo - change the domain’s authorization information (transfer password)| Constructor and Description |
|---|
DomainChangeData() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAuthInfo() |
java.lang.String |
getKeyset() |
java.lang.String |
getNsset() |
java.lang.String |
getRegistrant() |
void |
setAuthInfo(java.lang.String authInfo) |
void |
setKeyset(java.lang.String keyset) |
void |
setNsset(java.lang.String nsset) |
void |
setRegistrant(java.lang.String registrant) |
java.lang.String |
toString() |
public java.lang.String getNsset()
public void setNsset(java.lang.String nsset)
public java.lang.String getKeyset()
public void setKeyset(java.lang.String keyset)
public java.lang.String getRegistrant()
public void setRegistrant(java.lang.String registrant)
public java.lang.String getAuthInfo()
public void setAuthInfo(java.lang.String authInfo)
public java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2022. All rights reserved.