public class LearningConfigList
extends exa.bee.config.Versioned
implements com.exalead.util.Checkable, java.io.Serializable
Modifier and Type | Field and Description |
---|---|
java.util.List<LearningConfig> |
learningConfig |
Constructor and Description |
---|
LearningConfigList() |
LearningConfigList(LearningConfigList o)
Copy constructor
|
Modifier and Type | Method and Description |
---|---|
void |
check(boolean deep,
java.lang.String errorContext)
Checks this LearningConfigList.
|
static LearningConfigList |
fromString(java.lang.String s)
String representation of this LearningConfigList.
|
java.util.List<LearningConfig> |
getLearningConfig() |
LearningConfigList |
makeCopy()
Creates and returns a deep copy of this LearningConfigList.
|
static LearningConfigList |
readFrom(java.io.InputStream is)
Read this LearningConfigList from an XML fragment.
|
java.lang.String |
toString()
String representation of this LearningConfigList.
|
LearningConfigList |
withLearningConfig(java.util.Collection<LearningConfig> __values) |
LearningConfigList |
withLearningConfig(LearningConfig... __values) |
LearningConfigList |
withVersion(long version) |
LearningConfigList |
withVersion(java.lang.Long version) |
void |
writeTo(java.io.OutputStream os)
Write this LearningConfigList as an XML fragment
|
public java.util.List<LearningConfig> learningConfig
public LearningConfigList()
public LearningConfigList(LearningConfigList o)
public LearningConfigList withVersion(long version)
withVersion
in class exa.bee.config.Versioned
public LearningConfigList withVersion(java.lang.Long version)
withVersion
in class exa.bee.config.Versioned
public java.util.List<LearningConfig> getLearningConfig()
public LearningConfigList withLearningConfig(LearningConfig... __values)
public LearningConfigList withLearningConfig(java.util.Collection<LearningConfig> __values)
public LearningConfigList makeCopy()
makeCopy
in class exa.bee.config.Versioned
public static LearningConfigList readFrom(java.io.InputStream is) throws javax.xml.bind.JAXBException
javax.xml.bind.JAXBException
public void writeTo(java.io.OutputStream os) throws javax.xml.bind.JAXBException, java.io.IOException
writeTo
in class exa.bee.config.Versioned
javax.xml.bind.JAXBException
java.io.IOException
public static LearningConfigList fromString(java.lang.String s) throws javax.xml.bind.JAXBException, java.io.UnsupportedEncodingException
javax.xml.bind.JAXBException
java.io.UnsupportedEncodingException
public java.lang.String toString()
toString
in class exa.bee.config.Versioned
public void check(boolean deep, java.lang.String errorContext) throws com.exalead.util.TypedException
check
in interface com.exalead.util.Checkable
check
in class exa.bee.config.Versioned
com.exalead.util.TypedException
Copyright © 2021 Dassault Systèmes, All Rights Reserved.