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<EPPFeeCheckResult> |
EPPFeeChkData.getCheckResults()
Get the results of a
EPPFeeChkData Response. |
Modifier and Type | Method and Description |
---|---|
void |
EPPFeeChkData.addCheckResult(EPPFeeCheckResult aResult)
Adds a check result to the list of results.
|
void |
EPPFeeChkData.setCheckResult(EPPFeeCheckResult aResult)
Sets the result of an individual domain name.
|
Modifier and Type | Method and Description |
---|---|
void |
EPPFeeChkData.setCheckResults(java.util.List<EPPFeeCheckResult> aResults)
Set the results of a
EPPFeeChkData Response. |
Constructor and Description |
---|
EPPFeeChkData(java.lang.String aCurrency,
EPPFeeCheckResult aResult)
EPPFeeChkData constructor that sets a single result. |
Constructor and Description |
---|
EPPFeeChkData(java.lang.String aCurrency,
java.util.List<EPPFeeCheckResult> aResults)
EPPFeeChkData constructor that sets a list of results. |
Copyright © VeriSign Inc. All Rights Reserved.