Package | Description |
---|---|
com.verisign.epp.codec.host |
Modifier and Type | Method and Description |
---|---|
EPPHostAddRemove |
EPPHostUpdateCmd.getAdd()
Gets the items to add to the host.
|
EPPHostAddRemove |
EPPHostUpdateCmd.getChange()
Gets the items to change to the host.
|
EPPHostAddRemove |
EPPHostUpdateCmd.getRemove()
Gets the items to remove from the host.
|
Modifier and Type | Method and Description |
---|---|
void |
EPPHostUpdateCmd.setAdd(EPPHostAddRemove aAdd)
Sets the items to add to the host.
|
void |
EPPHostUpdateCmd.setChange(EPPHostAddRemove newChange)
Sets the items to add to the host.
|
void |
EPPHostUpdateCmd.setRemove(EPPHostAddRemove aRemove)
Sets the items to remove from the host.
|
Constructor and Description |
---|
EPPHostUpdateCmd(java.lang.String aTransId,
java.lang.String aName,
EPPHostAddRemove aAdd,
EPPHostAddRemove aRemove,
EPPHostAddRemove aChange)
EPPHostUpdateCmd constructor that takes the required
attributes as arguments. |
Copyright © VeriSign Inc. All Rights Reserved.