Class PlatformConfig

    • Constructor Detail

      • PlatformConfig

        public PlatformConfig()
    • Method Detail

      • getLabels

        public Labels getLabels()
        Gets the value of the labels property.
        Returns:
        possible object is Labels
      • setLabels

        public void setLabels​(Labels value)
        Sets the value of the labels property.
        Parameters:
        value - allowed object is Labels
      • getOutputFormat

        public List<OutputFormat> getOutputFormat()
        Gets the value of the outputFormat property.

        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

      • getAuthentications

        public Authentications getAuthentications()
        Gets the value of the authentications property.
        Returns:
        possible object is Authentications
      • setAuthentications

        public void setAuthentications​(Authentications value)
        Sets the value of the authentications property.
        Parameters:
        value - allowed object is Authentications
      • getSession

        public SessionInfo getSession()
        Gets the value of the session property.
        Returns:
        possible object is SessionInfo
      • setSession

        public void setSession​(SessionInfo value)
        Sets the value of the session property.
        Parameters:
        value - allowed object is SessionInfo
      • getPlatformUrl

        public String getPlatformUrl()
        Gets the value of the platformUrl property.
        Returns:
        possible object is String
      • setPlatformUrl

        public void setPlatformUrl​(String value)
        Sets the value of the platformUrl property.
        Parameters:
        value - allowed object is String
      • getBaseUrl

        public String getBaseUrl()
        Gets the value of the baseUrl property.
        Returns:
        possible object is String
      • setBaseUrl

        public void setBaseUrl​(String value)
        Sets the value of the baseUrl property.
        Parameters:
        value - allowed object is String
      • getCurrentUrl

        public String getCurrentUrl()
        Gets the value of the currentUrl property.
        Returns:
        possible object is String
      • setCurrentUrl

        public void setCurrentUrl​(String value)
        Sets the value of the currentUrl property.
        Parameters:
        value - allowed object is String
      • getOutput

        public Output getOutput()
        Gets the value of the output property.
        Returns:
        possible object is Output
      • setOutput

        public void setOutput​(Output value)
        Sets the value of the output property.
        Parameters:
        value - allowed object is Output
      • getTextelements

        public Textelements getTextelements()
        Gets the value of the textelements property.
        Returns:
        possible object is Textelements
      • setTextelements

        public void setTextelements​(Textelements value)
        Sets the value of the textelements property.
        Parameters:
        value - allowed object is Textelements
      • isDebug

        public Boolean isDebug()
        Gets the value of the debug property.
        Returns:
        possible object is Boolean
      • setDebug

        public void setDebug​(Boolean value)
        Sets the value of the debug property.
        Parameters:
        value - allowed object is Boolean