Package | Description |
---|---|
com.verisign.epp.codec.fee.v23 |
Fee Extension v11 packet encoder and decoder classes (CODEC).
|
Modifier and Type | Method and Description |
---|---|
java.util.List<EPPFeeCommandData> |
EPPFeeCheckResult.getCommands()
Gets the list of commands if defined.
|
Modifier and Type | Method and Description |
---|---|
void |
EPPFeeCheckResult.addCommand(EPPFeeCommandData aCommand)
Adds a command to the list of commands.
|
Modifier and Type | Method and Description |
---|---|
void |
EPPFeeCheckResult.setCommands(java.util.List<EPPFeeCommandData> aCommands)
Sets the list of commands.
|
Constructor and Description |
---|
EPPFeeCheckResult(java.lang.String aObjID,
EPPFeeCommandData aCommand)
Constructor for
EPPFeeCheckResult that takes the identifier
(domain name) and a single command for an available fee. |
EPPFeeCommandData(EPPFeeCommandData aCommand)
Instantiate instance by using an existing
EPPFeeCommandData
instance. |
Constructor and Description |
---|
EPPFeeCheckResult(java.lang.String aObjID,
java.util.List<EPPFeeCommandData> aCommands)
Constructor for
EPPFeeCheckResult that takes the object
identifier (domain name) and a list of commands for an available fee. |
Copyright © VeriSign Inc. All Rights Reserved.