Package | Description |
---|---|
com.verisign.epp.codec.org |
Modifier and Type | Method and Description |
---|---|
java.util.List<EPPOrgCheckResult> |
EPPOrgCheckResp.getCheckResults()
Gets the list of results.
|
Modifier and Type | Method and Description |
---|---|
void |
EPPOrgCheckResp.addCheckResult(EPPOrgCheckResult aResult)
Append a result to the list of results.
|
void |
EPPOrgCheckResp.setCheckResult(EPPOrgCheckResult aResult)
Set an individual check result.
|
Modifier and Type | Method and Description |
---|---|
void |
EPPOrgCheckResp.setCheckResults(java.util.List<EPPOrgCheckResult> aResults)
Sets the list of results.
|
Constructor and Description |
---|
EPPOrgCheckResp(EPPTransId aTransId,
EPPOrgCheckResult aResult)
EPPOrgCheckResp constructor that takes an individual
result. |
Copyright © VeriSign Inc. All Rights Reserved.