Package | Description |
---|---|
com.verisign.epp.codec.validate.v02 |
Modifier and Type | Method and Description |
---|---|
java.util.List<EPPValidateCheckResult> |
EPPValidateCheckResp.getCheckResults()
Get the results of a
EPPValidateCheckResp Response. |
Modifier and Type | Method and Description |
---|---|
void |
EPPValidateCheckResp.addResult(EPPValidateCheckResult aResult)
Adds a result to the list of check results.
|
Modifier and Type | Method and Description |
---|---|
void |
EPPValidateCheckResp.setCheckResults(java.util.List<EPPValidateCheckResult> aResults)
Set the results of a
EPPValidateCheckResp Response. |
Constructor and Description |
---|
EPPValidateCheckResp(EPPTransId aTransId,
EPPValidateCheckResult aResult)
EPPValidateCheckResp constructor that will set the
result of an individual result. |
Constructor and Description |
---|
EPPValidateCheckResp(EPPTransId aTransId,
java.util.List<EPPValidateCheckResult> aResults)
EPPValidateCheckResp constructor that will set the
result of multiple results. |
Copyright © VeriSign Inc. All Rights Reserved.