Package | Description |
---|---|
com.verisign.epp.codec.launch |
Modifier and Type | Method and Description |
---|---|
java.util.List<EPPLaunchCheckResult> |
EPPLaunchChkData.getCheckResults()
Get the results of a
EPPLaunchCheckResp Response. |
Modifier and Type | Method and Description |
---|---|
void |
EPPLaunchChkData.addCheckResult(EPPLaunchCheckResult aResult)
Add a claims check result to the list of results.
|
void |
EPPLaunchChkData.setCheckResult(EPPLaunchCheckResult aResult)
Sets the claims result of an individual domain name.
|
Modifier and Type | Method and Description |
---|---|
void |
EPPLaunchChkData.setCheckResults(java.util.List<EPPLaunchCheckResult> aResults)
Set the results of a
EPPLaunchCheckResp Response. |
Constructor and Description |
---|
EPPLaunchChkData(EPPLaunchCheckResult aResult)
EPPLaunchCheckResp constructor that will set the result of
an individual domain without a phase. |
EPPLaunchChkData(EPPLaunchPhase aPhase,
EPPLaunchCheckResult aResult)
EPPLaunchCheckResp constructor that will set the result of
an individual domain. |
Constructor and Description |
---|
EPPLaunchChkData(EPPLaunchPhase aPhase,
java.util.List<EPPLaunchCheckResult> aResults)
EPPLaunchCheckResp constructor that will set the result of
multiple domains. |
EPPLaunchChkData(java.util.List<EPPLaunchCheckResult> aResults)
EPPLaunchCheckResp constructor that will set the result of
multiple domains without a phase. |
Copyright © VeriSign Inc. All Rights Reserved.