public final class UpdateApplicationConfigurationRequest extends AbstractRequest
Constructor and Description |
---|
UpdateApplicationConfigurationRequest()
Instantiates a new update application configuration request.
|
Modifier and Type | Method and Description |
---|---|
Long |
getApplicationConfigurationId()
Gets the application configuration id.
|
String |
getComponentDescription()
Gets the component description.
|
String |
getComponentTitle()
Gets the component title.
|
String |
getConfigDescription()
Gets the config description.
|
String |
getConfigTitle()
Gets the config title.
|
String |
getPropertyValue()
Gets the property value.
|
String |
getSessionId()
Gets the session id.
|
void |
setApplicationConfigurationId(Long applicationConfigurationId)
Sets the application configuration id.
|
void |
setComponentDescription(String componentDescription)
Sets the component description.
|
void |
setComponentTitle(String componentTitle)
Sets the component title.
|
void |
setConfigDescription(String configDescription)
Sets the config description.
|
void |
setConfigTitle(String configTitle)
Sets the config title.
|
void |
setPropertyValue(String propertyValue)
Sets the property value.
|
void |
setSessionId(String sessionId)
Sets the session id.
|
equals, hashCode, toString
public UpdateApplicationConfigurationRequest()
public String getSessionId()
public void setSessionId(String sessionId)
sessionId
- the new session idpublic Long getApplicationConfigurationId()
public void setApplicationConfigurationId(Long applicationConfigurationId)
applicationConfigurationId
- the new application configuration idpublic String getConfigTitle()
public void setConfigTitle(String configTitle)
configTitle
- the new config titlepublic String getConfigDescription()
public void setConfigDescription(String configDescription)
configDescription
- the new config descriptionpublic String getComponentTitle()
public void setComponentTitle(String componentTitle)
componentTitle
- the new component titlepublic String getComponentDescription()
public void setComponentDescription(String componentDescription)
componentDescription
- the new component descriptionpublic String getPropertyValue()
public void setPropertyValue(String propertyValue)
propertyValue
- the new property valueCopyright © 2010–2017 www.hack23.com. All rights reserved.