Package | Description |
---|---|
com.verisign.epp.codec.fee.v11 |
Fee Extension v11 packet encoder and decoder classes (CODEC).
|
Modifier and Type | Method and Description |
---|---|
java.util.List<EPPFeeObjectResult> |
EPPFeeChkData.getCheckResults()
Get the results of a
EPPFeeChkData Response. |
Modifier and Type | Method and Description |
---|---|
void |
EPPFeeChkData.addCheckResult(EPPFeeObjectResult aResult)
Adds a check result to the list of results.
|
void |
EPPFeeChkData.setCheckResult(EPPFeeObjectResult aResult)
Sets the result of an individual domain name.
|
Modifier and Type | Method and Description |
---|---|
void |
EPPFeeChkData.setCheckResults(java.util.List<EPPFeeObjectResult> aResults)
Set the results of a
EPPFeeChkData Response. |
Constructor and Description |
---|
EPPFeeChkData(EPPFeeObjectResult aResult)
EPPFeeChkData constructor that will set the result of an
individual domain. |
Constructor and Description |
---|
EPPFeeChkData(java.util.List<EPPFeeObjectResult> aResults)
EPPFeeChkData constructor that will set the result of
multiple domains. |
Copyright © VeriSign Inc. All Rights Reserved.