public static class CountrySpecificLotlFetcher.Result extends Object
| Constructor and Description |
|---|
Result()
Constructs a new Result object.
|
| Modifier and Type | Method and Description |
|---|---|
String |
createUniqueIdentifier()
Creates a unique identifier for the country-specific Lotl based on its scheme territory and TSL location.
|
List<IServiceContext> |
getContexts()
Gets the list of service contexts associated with the country-specific Lotl.
|
CountrySpecificLotl |
getCountrySpecificLotl()
Gets the country-specific Lotl that was fetched and validated.
|
ValidationReport |
getLocalReport()
Gets the local validation report.
|
void |
setContexts(List<IServiceContext> contexts)
Sets the list of service contexts associated with the country-specific Lotl.
|
CountrySpecificLotlFetcher.Result |
setCountrySpecificLotl(CountrySpecificLotl countrySpecificLotl)
Sets the country-specific Lotl that was fetched and validated.
|
void |
setLocalReport(ValidationReport localReport)
Sets the local validation report.
|
public Result()
public ValidationReport getLocalReport()
public void setLocalReport(ValidationReport localReport)
localReport - the ValidationReport object to setpublic List<IServiceContext> getContexts()
public void setContexts(List<IServiceContext> contexts)
contexts - a list of IServiceContext objects to setpublic CountrySpecificLotl getCountrySpecificLotl()
public CountrySpecificLotlFetcher.Result setCountrySpecificLotl(CountrySpecificLotl countrySpecificLotl)
countrySpecificLotl - the CountrySpecificLotl object to setpublic String createUniqueIdentifier()
Copyright © 1998–2025 Apryse Group NV. All rights reserved.