public class Configuration extends Object implements com.epam.xml.common.Findable
| Constructor and Description |
|---|
Configuration() |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(Object o) |
List<Channel> |
getChannel()
Gets the value of the channel property.
|
String |
getEnvironment()
Gets the value of the environment property.
|
String |
getUpdated()
Gets the value of the updated property.
|
void |
setEnvironment(String value)
Sets the value of the environment property.
|
void |
setUpdated(String value)
Sets the value of the updated property.
|
String |
toString() |
public List<Channel> getChannel()
set method for the channel property.
For example, to add a new item, do as follows:
getChannel().add(newItem);
Objects of the following type(s) are allowed in the list
Channelpublic String getEnvironment()
Stringpublic void setEnvironment(String value)
value - allowed object is
Stringpublic String getUpdated()
Stringpublic void setUpdated(String value)
value - allowed object is
Stringpublic int compareTo(Object o)
compareTo in interface ComparableCopyright © 2000–2025 EPAM Systems. All rights reserved.