Class EdisonStateRepositoryUiProperties


  • @ConfigurationProperties(prefix="synapse.edison.state.ui")
    public class EdisonStateRepositoryUiProperties
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<java.lang.String> getExcluded()  
      boolean isEnabled()  
      void setEnabled​(boolean enabled)  
      void setExcluded​(java.util.List<java.lang.String> excluded)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • isEnabled

        public boolean isEnabled()
      • setEnabled

        public void setEnabled​(boolean enabled)
      • getExcluded

        public java.util.List<java.lang.String> getExcluded()
      • setExcluded

        public void setExcluded​(java.util.List<java.lang.String> excluded)