Class DataProviderMetadata


  • public final class DataProviderMetadata
    extends Object
    Additional configuration for a data providers.
    • Constructor Detail

      • DataProviderMetadata

        public DataProviderMetadata()
    • Method Detail

      • providerName

        public String providerName()
        Get the providerName property: The providerName property.
        Returns:
        the providerName value.
      • withProviderName

        public DataProviderMetadata withProviderName​(String providerName)
        Set the providerName property: The providerName property.
        Parameters:
        providerName - the providerName value to set.
        Returns:
        the DataProviderMetadata object itself.
      • propertyBag

        public List<KeyValuePairStringObject> propertyBag()
        Get the propertyBag property: Settings for the data provider.
        Returns:
        the propertyBag value.
      • validate

        public void validate()
        Validates the instance.
        Throws:
        IllegalArgumentException - thrown if the instance is not valid.