Interface ETLStoreConfig

All Superinterfaces:
DataModelBackedStructure<StoreETLConfig>
All Known Implementing Classes:
ETLStoreConfigImpl

public interface ETLStoreConfig extends DataModelBackedStructure<StoreETLConfig>
This interface defines all the public APIs, and if you need to add accessors to some new fields, this interface needs to be changed accordingly.
  • Method Details

    • getEtledUserProxyAccount

      String getEtledUserProxyAccount()
    • setEtledUserProxyAccount

      void setEtledUserProxyAccount(String etledUserProxyAccount)
    • isRegularVersionETLEnabled

      boolean isRegularVersionETLEnabled()
    • setRegularVersionETLEnabled

      void setRegularVersionETLEnabled(boolean regularVersionETLEnabled)
    • isFutureVersionETLEnabled

      boolean isFutureVersionETLEnabled()
    • setFutureVersionETLEnabled

      void setFutureVersionETLEnabled(boolean futureVersionETLEnabled)
    • clone