Class UpdateApplicationConfigurationRequest

    • Constructor Detail

      • UpdateApplicationConfigurationRequest

        public UpdateApplicationConfigurationRequest()
        Instantiates a new update application configuration request.
    • Method Detail

      • getSessionId

        public java.lang.String getSessionId()
        Gets the session id.
        Returns:
        the session id
      • setSessionId

        public void setSessionId​(java.lang.String sessionId)
        Sets the session id.
        Parameters:
        sessionId - the new session id
      • getApplicationConfigurationId

        public java.lang.Long getApplicationConfigurationId()
        Gets the application configuration id.
        Returns:
        the application configuration id
      • setApplicationConfigurationId

        public void setApplicationConfigurationId​(java.lang.Long applicationConfigurationId)
        Sets the application configuration id.
        Parameters:
        applicationConfigurationId - the new application configuration id
      • getConfigTitle

        public java.lang.String getConfigTitle()
        Gets the config title.
        Returns:
        the config title
      • setConfigTitle

        public void setConfigTitle​(java.lang.String configTitle)
        Sets the config title.
        Parameters:
        configTitle - the new config title
      • getConfigDescription

        public java.lang.String getConfigDescription()
        Gets the config description.
        Returns:
        the config description
      • setConfigDescription

        public void setConfigDescription​(java.lang.String configDescription)
        Sets the config description.
        Parameters:
        configDescription - the new config description
      • getComponentTitle

        public java.lang.String getComponentTitle()
        Gets the component title.
        Returns:
        the component title
      • setComponentTitle

        public void setComponentTitle​(java.lang.String componentTitle)
        Sets the component title.
        Parameters:
        componentTitle - the new component title
      • getComponentDescription

        public java.lang.String getComponentDescription()
        Gets the component description.
        Returns:
        the component description
      • setComponentDescription

        public void setComponentDescription​(java.lang.String componentDescription)
        Sets the component description.
        Parameters:
        componentDescription - the new component description
      • getPropertyValue

        public java.lang.String getPropertyValue()
        Gets the property value.
        Returns:
        the property value
      • setPropertyValue

        public void setPropertyValue​(java.lang.String propertyValue)
        Sets the property value.
        Parameters:
        propertyValue - the new property value