public class PlatformConfig extends BaseObject implements Serializable
Platform.| Modifier and Type | Field and Description |
|---|---|
protected Authentications |
authentications |
protected String |
baseUrl |
protected String |
currentUrl |
protected Boolean |
debug |
protected Labels |
labels |
protected Output |
output |
protected List<OutputFormat> |
outputFormat |
protected String |
platformUrl |
protected SessionInfo |
session |
protected Textelements |
textelements |
| Constructor and Description |
|---|
PlatformConfig() |
| Modifier and Type | Method and Description |
|---|---|
Authentications |
getAuthentications()
Gets the value of the authentications property.
|
String |
getBaseUrl()
Gets the value of the baseUrl property.
|
String |
getCurrentUrl()
Gets the value of the currentUrl property.
|
Labels |
getLabels()
Gets the value of the labels property.
|
Output |
getOutput()
Gets the value of the output property.
|
List<OutputFormat> |
getOutputFormat()
Gets the value of the outputFormat property.
|
String |
getPlatformUrl()
Gets the value of the platformUrl property.
|
SessionInfo |
getSession()
Gets the value of the session property.
|
Textelements |
getTextelements()
Gets the value of the textelements property.
|
Boolean |
isDebug()
Gets the value of the debug property.
|
void |
setAuthentications(Authentications value)
Sets the value of the authentications property.
|
void |
setBaseUrl(String value)
Sets the value of the baseUrl property.
|
void |
setCurrentUrl(String value)
Sets the value of the currentUrl property.
|
void |
setDebug(Boolean value)
Sets the value of the debug property.
|
void |
setLabels(Labels value)
Sets the value of the labels property.
|
void |
setOutput(Output value)
Sets the value of the output property.
|
void |
setPlatformUrl(String value)
Sets the value of the platformUrl property.
|
void |
setSession(SessionInfo value)
Sets the value of the session property.
|
void |
setTextelements(Textelements value)
Sets the value of the textelements property.
|
protected Labels labels
protected List<OutputFormat> outputFormat
protected Authentications authentications
protected SessionInfo session
protected String platformUrl
protected String baseUrl
protected String currentUrl
protected Output output
protected Textelements textelements
protected Boolean debug
public Labels getLabels()
Labelspublic void setLabels(Labels value)
value - allowed object is
Labelspublic List<OutputFormat> getOutputFormat()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the outputFormat property.
For example, to add a new item, do as follows:
getOutputFormat().add(newItem);
Objects of the following type(s) are allowed in the list
OutputFormat
public Authentications getAuthentications()
Authenticationspublic void setAuthentications(Authentications value)
value - allowed object is
Authenticationspublic SessionInfo getSession()
SessionInfopublic void setSession(SessionInfo value)
value - allowed object is
SessionInfopublic String getPlatformUrl()
Stringpublic void setPlatformUrl(String value)
value - allowed object is
Stringpublic String getBaseUrl()
Stringpublic void setBaseUrl(String value)
value - allowed object is
Stringpublic String getCurrentUrl()
Stringpublic void setCurrentUrl(String value)
value - allowed object is
Stringpublic Output getOutput()
Outputpublic void setOutput(Output value)
value - allowed object is
Outputpublic Textelements getTextelements()
Textelementspublic void setTextelements(Textelements value)
value - allowed object is
Textelementspublic Boolean isDebug()
BooleanCopyright © 2011–2017 aiticon GmbH. All rights reserved.