Class GetConfigurationRequest

    • Constructor Detail

      • GetConfigurationRequest

        public GetConfigurationRequest()
    • Method Detail

      • getComponentName

        public String getComponentName()
        (Optional) The name of the component. Defaults to the name of the component that makes the request.
      • setComponentName

        public void setComponentName​(String componentName)
        (Optional) The name of the component. Defaults to the name of the component that makes the request.
      • withComponentName

        public GetConfigurationRequest withComponentName​(String componentName)
        (Optional) The name of the component. Defaults to the name of the component that makes the request.
      • getKeyPath

        public List<String> getKeyPath()
        The key path to the configuration value. Specify a list where each entry is the key for a single level in the configuration object.
      • setKeyPath

        public void setKeyPath​(List<String> keyPath)
        The key path to the configuration value. Specify a list where each entry is the key for a single level in the configuration object.
      • withKeyPath

        public GetConfigurationRequest withKeyPath​(List<String> keyPath)
        The key path to the configuration value. Specify a list where each entry is the key for a single level in the configuration object.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object