public class RemoteMOTAPIConfig
extends java.lang.Object
implements com.exalead.util.Checkable, java.io.Serializable
Modifier and Type | Field and Description |
---|---|
java.lang.String |
base |
static java.lang.String |
DEFAULT_BASE |
java.lang.String |
name |
RemoteMOTAPISettings |
remoteMOTAPISettings |
Constructor and Description |
---|
RemoteMOTAPIConfig() |
RemoteMOTAPIConfig(RemoteMOTAPIConfig o)
Copy constructor
|
Modifier and Type | Method and Description |
---|---|
void |
check(boolean deep,
java.lang.String errorContext)
Checks this RemoteMOTAPIConfig.
|
static RemoteMOTAPIConfig |
fromString(java.lang.String s)
String representation of this RemoteMOTAPIConfig.
|
java.lang.String |
getBase() |
java.lang.String |
getName() |
RemoteMOTAPISettings |
getRemoteMOTAPISettings() |
RemoteMOTAPIConfig |
makeCopy()
Creates and returns a deep copy of this RemoteMOTAPIConfig.
|
static RemoteMOTAPIConfig |
readFrom(java.io.InputStream is)
Read this RemoteMOTAPIConfig from an XML fragment.
|
void |
setBase(java.lang.String base) |
void |
setName(java.lang.String name) |
void |
setRemoteMOTAPISettings(RemoteMOTAPISettings remoteMOTAPISettings) |
java.lang.String |
toString()
String representation of this RemoteMOTAPIConfig.
|
RemoteMOTAPIConfig |
withBase(java.lang.String base) |
RemoteMOTAPIConfig |
withName(java.lang.String name) |
RemoteMOTAPIConfig |
withRemoteMOTAPISettings(RemoteMOTAPISettings remoteMOTAPISettings) |
void |
writeTo(java.io.OutputStream os)
Write this RemoteMOTAPIConfig as an XML fragment
|
public RemoteMOTAPISettings remoteMOTAPISettings
public java.lang.String name
public java.lang.String base
public static final java.lang.String DEFAULT_BASE
public RemoteMOTAPIConfig()
public RemoteMOTAPIConfig(RemoteMOTAPIConfig o)
public void setRemoteMOTAPISettings(RemoteMOTAPISettings remoteMOTAPISettings)
public RemoteMOTAPISettings getRemoteMOTAPISettings()
public RemoteMOTAPIConfig withRemoteMOTAPISettings(RemoteMOTAPISettings remoteMOTAPISettings)
public void setName(java.lang.String name)
public java.lang.String getName()
public RemoteMOTAPIConfig withName(java.lang.String name)
public void setBase(java.lang.String base)
public java.lang.String getBase()
public RemoteMOTAPIConfig withBase(java.lang.String base)
public RemoteMOTAPIConfig makeCopy()
public static RemoteMOTAPIConfig 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
javax.xml.bind.JAXBException
java.io.IOException
public static RemoteMOTAPIConfig 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 java.lang.Object
public void check(boolean deep, java.lang.String errorContext) throws com.exalead.util.TypedException
check
in interface com.exalead.util.Checkable
com.exalead.util.TypedException
Copyright © 2021 Dassault Systèmes, All Rights Reserved.