public class RemoteMOTAPIConfigList
extends exa.bee.config.Versioned
implements com.exalead.util.Checkable, java.io.Serializable
Modifier and Type | Field and Description |
---|---|
java.util.List<RemoteMOTAPIConfig> |
remoteMOTAPIConfig |
Constructor and Description |
---|
RemoteMOTAPIConfigList() |
RemoteMOTAPIConfigList(RemoteMOTAPIConfigList o)
Copy constructor
|
Modifier and Type | Method and Description |
---|---|
void |
check(boolean deep,
java.lang.String errorContext)
Checks this RemoteMOTAPIConfigList.
|
static RemoteMOTAPIConfigList |
fromString(java.lang.String s)
String representation of this RemoteMOTAPIConfigList.
|
java.util.List<RemoteMOTAPIConfig> |
getRemoteMOTAPIConfig() |
java.util.Map<java.lang.String,RemoteMOTAPIConfig> |
getRemoteMOTAPIConfigAsMap()
Get the map of RemoteMOTAPIConfig, indexed by name
|
RemoteMOTAPIConfig |
getRemoteMOTAPIConfigByName(java.lang.String _lookup)
Get the RemoteMOTAPIConfig for which the name matches _lookup
|
RemoteMOTAPIConfigList |
makeCopy()
Creates and returns a deep copy of this RemoteMOTAPIConfigList.
|
static RemoteMOTAPIConfigList |
readFrom(java.io.InputStream is)
Read this RemoteMOTAPIConfigList from an XML fragment.
|
boolean |
removeRemoteMOTAPIConfigByName(java.lang.String _lookup)
Removes the RemoteMOTAPIConfig for which the name matches _lookup
|
java.lang.String |
toString()
String representation of this RemoteMOTAPIConfigList.
|
RemoteMOTAPIConfigList |
withRemoteMOTAPIConfig(java.util.Collection<RemoteMOTAPIConfig> __values) |
RemoteMOTAPIConfigList |
withRemoteMOTAPIConfig(RemoteMOTAPIConfig... __values) |
RemoteMOTAPIConfigList |
withVersion(long version) |
RemoteMOTAPIConfigList |
withVersion(java.lang.Long version) |
void |
writeTo(java.io.OutputStream os)
Write this RemoteMOTAPIConfigList as an XML fragment
|
public java.util.List<RemoteMOTAPIConfig> remoteMOTAPIConfig
public RemoteMOTAPIConfigList()
public RemoteMOTAPIConfigList(RemoteMOTAPIConfigList o)
public RemoteMOTAPIConfigList withVersion(long version)
withVersion
in class exa.bee.config.Versioned
public RemoteMOTAPIConfigList withVersion(java.lang.Long version)
withVersion
in class exa.bee.config.Versioned
public java.util.List<RemoteMOTAPIConfig> getRemoteMOTAPIConfig()
public RemoteMOTAPIConfig getRemoteMOTAPIConfigByName(java.lang.String _lookup)
public java.util.Map<java.lang.String,RemoteMOTAPIConfig> getRemoteMOTAPIConfigAsMap()
public boolean removeRemoteMOTAPIConfigByName(java.lang.String _lookup)
public RemoteMOTAPIConfigList withRemoteMOTAPIConfig(RemoteMOTAPIConfig... __values)
public RemoteMOTAPIConfigList withRemoteMOTAPIConfig(java.util.Collection<RemoteMOTAPIConfig> __values)
public RemoteMOTAPIConfigList makeCopy()
makeCopy
in class exa.bee.config.Versioned
public static RemoteMOTAPIConfigList 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 RemoteMOTAPIConfigList 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.