Class CustomFeatureGates

    • Constructor Detail

      • CustomFeatureGates

        public CustomFeatureGates()
        No args constructor for use in serialization
    • Method Detail

      • getDisabled

        public List<String> getDisabled()
        disabled is a list of all feature gates that you want to force off
      • setDisabled

        public void setDisabled​(List<String> disabled)
        disabled is a list of all feature gates that you want to force off
      • getEnabled

        public List<String> getEnabled()
        enabled is a list of all feature gates that you want to force on
      • setEnabled

        public void setEnabled​(List<String> enabled)
        enabled is a list of all feature gates that you want to force on
      • getAdditionalProperties

        public Map<String,​Object> getAdditionalProperties()
      • setAdditionalProperty

        public void setAdditionalProperty​(String name,
                                          Object value)
      • setAdditionalProperties

        public void setAdditionalProperties​(Map<String,​Object> additionalProperties)