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()
Labels
public void setLabels(Labels value)
value
- allowed object is
Labels
public 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()
Authentications
public void setAuthentications(Authentications value)
value
- allowed object is
Authentications
public SessionInfo getSession()
SessionInfo
public void setSession(SessionInfo value)
value
- allowed object is
SessionInfo
public String getPlatformUrl()
String
public void setPlatformUrl(String value)
value
- allowed object is
String
public String getBaseUrl()
String
public void setBaseUrl(String value)
value
- allowed object is
String
public String getCurrentUrl()
String
public void setCurrentUrl(String value)
value
- allowed object is
String
public Output getOutput()
Output
public void setOutput(Output value)
value
- allowed object is
Output
public Textelements getTextelements()
Textelements
public void setTextelements(Textelements value)
value
- allowed object is
Textelements
public Boolean isDebug()
Boolean
Copyright © 2011–2023 aiticon GmbH. All rights reserved.