Class PolicyParameters


  • public final class PolicyParameters
    extends Object
    Parameters in Policy.
    • Constructor Detail

      • PolicyParameters

        public PolicyParameters()
    • Method Detail

      • dataStoreParametersList

        public List<DataStoreParameters> dataStoreParametersList()
        Get the dataStoreParametersList property: Gets or sets the DataStore Parameters.
        Returns:
        the dataStoreParametersList value.
      • withDataStoreParametersList

        public PolicyParameters withDataStoreParametersList​(List<DataStoreParameters> dataStoreParametersList)
        Set the dataStoreParametersList property: Gets or sets the DataStore Parameters.
        Parameters:
        dataStoreParametersList - the dataStoreParametersList value to set.
        Returns:
        the PolicyParameters object itself.
      • validate

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