public class TranscoderConfigurationType extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo, org.jvnet.jaxb2_commons.lang.Equals
Java class for TranscoderConfigurationType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TranscoderConfigurationType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="address" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="port" type="{http://www.w3.org/2001/XMLSchema}int"/> <element name="encoderThreads" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="decoderOfferThreads" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="apiUsername" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="apiPassword" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="apiURL" type="{http://xml.vidispine.com/schema/vidispine}AddressPortType" minOccurs="0"/> <element name="thumbnailResolution" type="{http://xml.vidispine.com/schema/vidispine}ResolutionType"/> <element name="thumbnailPeriod" type="{http://xml.vidispine.com/schema/vidispine}TimeCodeType" minOccurs="0"/> <element name="bilinearEffects" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="carbonServer" type="{http://xml.vidispine.com/schema/vidispine}AddressPortType" maxOccurs="unbounded" minOccurs="0"/> <element name="carbonPreset" type="{http://xml.vidispine.com/schema/vidispine}CarbonPreset" maxOccurs="unbounded" minOccurs="0"/> <element name="faceDetectorPlugin" type="{http://xml.vidispine.com/schema/vidispine}PluginType" maxOccurs="unbounded" minOccurs="0"/> <element name="dataPath" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="presetPath" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="tempPath" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="proresDecoder" type="{http://xml.vidispine.com/schema/vidispine}AddressPortType" minOccurs="0"/> <element name="proresEncoder" type="{http://xml.vidispine.com/schema/vidispine}AddressPortType" minOccurs="0"/> <element name="vp6Encoder" type="{http://xml.vidispine.com/schema/vidispine}AddressPortType" minOccurs="0"/> <element name="vp6EncoderPoolSize" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="logo" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="imagemagick" type="{http://xml.vidispine.com/schema/vidispine}KeyValuePairType" maxOccurs="unbounded" minOccurs="0"/> <element name="logLevel" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="statsd" type="{http://xml.vidispine.com/schema/vidispine}StatsDRecieverType" maxOccurs="unbounded" minOccurs="0"/> <element name="readBufferLength" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="dataBufferSize" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="dataBufferWriteSize" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="dataBufferFlushTime" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="colorProfilePath" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/> <element name="redDecoderType" type="{http://xml.vidispine.com/schema/vidispine}REDDecoderType" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Class and Description |
---|---|
static class |
TranscoderConfigurationType.PropInfo |
Constructor and Description |
---|
TranscoderConfigurationType() |
Modifier and Type | Method and Description |
---|---|
Object |
clone() |
Object |
copyTo(Object target) |
Object |
copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
Object target,
org.jvnet.jaxb2_commons.lang.CopyStrategy strategy) |
Object |
createNewInstance() |
boolean |
equals(Object object) |
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy) |
String |
getAddress()
Gets the value of the address property.
|
String |
getApiPassword()
Gets the value of the apiPassword property.
|
AddressPortType |
getApiURL()
Gets the value of the apiURL property.
|
String |
getApiUsername()
Gets the value of the apiUsername property.
|
List<CarbonPreset> |
getCarbonPreset()
Gets the value of the carbonPreset property.
|
List<AddressPortType> |
getCarbonServer()
Gets the value of the carbonServer property.
|
List<String> |
getColorProfilePath()
Gets the value of the colorProfilePath property.
|
Integer |
getDataBufferFlushTime()
Gets the value of the dataBufferFlushTime property.
|
Integer |
getDataBufferSize()
Gets the value of the dataBufferSize property.
|
Integer |
getDataBufferWriteSize()
Gets the value of the dataBufferWriteSize property.
|
String |
getDataPath()
Gets the value of the dataPath property.
|
Integer |
getDecoderOfferThreads()
Gets the value of the decoderOfferThreads property.
|
Integer |
getEncoderThreads()
Gets the value of the encoderThreads property.
|
List<PluginType> |
getFaceDetectorPlugin()
Gets the value of the faceDetectorPlugin property.
|
List<KeyValuePairType> |
getImagemagick()
Gets the value of the imagemagick property.
|
String |
getLogLevel()
Gets the value of the logLevel property.
|
String |
getLogo()
Gets the value of the logo property.
|
int |
getPort()
Gets the value of the port property.
|
String |
getPresetPath()
Gets the value of the presetPath property.
|
AddressPortType |
getProresDecoder()
Gets the value of the proresDecoder property.
|
AddressPortType |
getProresEncoder()
Gets the value of the proresEncoder property.
|
Integer |
getReadBufferLength()
Gets the value of the readBufferLength property.
|
REDDecoderType |
getRedDecoderType()
Gets the value of the redDecoderType property.
|
List<StatsDRecieverType> |
getStatsd()
Gets the value of the statsd property.
|
String |
getTempPath()
Gets the value of the tempPath property.
|
TimeCodeType |
getThumbnailPeriod()
Gets the value of the thumbnailPeriod property.
|
ResolutionType |
getThumbnailResolution()
Gets the value of the thumbnailResolution property.
|
AddressPortType |
getVp6Encoder()
Gets the value of the vp6Encoder property.
|
Integer |
getVp6EncoderPoolSize()
Gets the value of the vp6EncoderPoolSize property.
|
boolean |
isBilinearEffects()
Gets the value of the bilinearEffects property.
|
boolean |
isSetAddress() |
boolean |
isSetApiPassword() |
boolean |
isSetApiURL() |
boolean |
isSetApiUsername() |
boolean |
isSetBilinearEffects() |
boolean |
isSetCarbonPreset() |
boolean |
isSetCarbonServer() |
boolean |
isSetColorProfilePath() |
boolean |
isSetDataBufferFlushTime() |
boolean |
isSetDataBufferSize() |
boolean |
isSetDataBufferWriteSize() |
boolean |
isSetDataPath() |
boolean |
isSetDecoderOfferThreads() |
boolean |
isSetEncoderThreads() |
boolean |
isSetFaceDetectorPlugin() |
boolean |
isSetImagemagick() |
boolean |
isSetLogLevel() |
boolean |
isSetLogo() |
boolean |
isSetPort() |
boolean |
isSetPresetPath() |
boolean |
isSetProresDecoder() |
boolean |
isSetProresEncoder() |
boolean |
isSetReadBufferLength() |
boolean |
isSetRedDecoderType() |
boolean |
isSetStatsd() |
boolean |
isSetTempPath() |
boolean |
isSetThumbnailPeriod() |
boolean |
isSetThumbnailResolution() |
boolean |
isSetVp6Encoder() |
boolean |
isSetVp6EncoderPoolSize() |
void |
setAddress(String value)
Sets the value of the address property.
|
void |
setApiPassword(String value)
Sets the value of the apiPassword property.
|
void |
setApiURL(AddressPortType value)
Sets the value of the apiURL property.
|
void |
setApiUsername(String value)
Sets the value of the apiUsername property.
|
void |
setBilinearEffects(boolean value)
Sets the value of the bilinearEffects property.
|
void |
setDataBufferFlushTime(Integer value)
Sets the value of the dataBufferFlushTime property.
|
void |
setDataBufferSize(Integer value)
Sets the value of the dataBufferSize property.
|
void |
setDataBufferWriteSize(Integer value)
Sets the value of the dataBufferWriteSize property.
|
void |
setDataPath(String value)
Sets the value of the dataPath property.
|
void |
setDecoderOfferThreads(Integer value)
Sets the value of the decoderOfferThreads property.
|
void |
setEncoderThreads(Integer value)
Sets the value of the encoderThreads property.
|
void |
setLogLevel(String value)
Sets the value of the logLevel property.
|
void |
setLogo(String value)
Sets the value of the logo property.
|
void |
setPort(int value)
Sets the value of the port property.
|
void |
setPresetPath(String value)
Sets the value of the presetPath property.
|
void |
setProresDecoder(AddressPortType value)
Sets the value of the proresDecoder property.
|
void |
setProresEncoder(AddressPortType value)
Sets the value of the proresEncoder property.
|
void |
setReadBufferLength(Integer value)
Sets the value of the readBufferLength property.
|
void |
setRedDecoderType(REDDecoderType value)
Sets the value of the redDecoderType property.
|
void |
setTempPath(String value)
Sets the value of the tempPath property.
|
void |
setThumbnailPeriod(TimeCodeType value)
Sets the value of the thumbnailPeriod property.
|
void |
setThumbnailResolution(ResolutionType value)
Sets the value of the thumbnailResolution property.
|
void |
setVp6Encoder(AddressPortType value)
Sets the value of the vp6Encoder property.
|
void |
setVp6EncoderPoolSize(Integer value)
Sets the value of the vp6EncoderPoolSize property.
|
void |
unsetCarbonPreset() |
void |
unsetCarbonServer() |
void |
unsetColorProfilePath() |
void |
unsetFaceDetectorPlugin() |
void |
unsetImagemagick() |
void |
unsetStatsd() |
TranscoderConfigurationType |
visit(com.kscs.util.jaxb.PropertyVisitor _visitor_) |
TranscoderConfigurationType |
withAddress(String value) |
TranscoderConfigurationType |
withApiPassword(String value) |
TranscoderConfigurationType |
withApiURL(AddressPortType value) |
TranscoderConfigurationType |
withApiUsername(String value) |
TranscoderConfigurationType |
withBilinearEffects(boolean value) |
TranscoderConfigurationType |
withCarbonPreset(CarbonPreset... values) |
TranscoderConfigurationType |
withCarbonPreset(Collection<CarbonPreset> values) |
TranscoderConfigurationType |
withCarbonServer(AddressPortType... values) |
TranscoderConfigurationType |
withCarbonServer(Collection<AddressPortType> values) |
TranscoderConfigurationType |
withColorProfilePath(Collection<String> values) |
TranscoderConfigurationType |
withColorProfilePath(String... values) |
TranscoderConfigurationType |
withDataBufferFlushTime(Integer value) |
TranscoderConfigurationType |
withDataBufferSize(Integer value) |
TranscoderConfigurationType |
withDataBufferWriteSize(Integer value) |
TranscoderConfigurationType |
withDataPath(String value) |
TranscoderConfigurationType |
withDecoderOfferThreads(Integer value) |
TranscoderConfigurationType |
withEncoderThreads(Integer value) |
TranscoderConfigurationType |
withFaceDetectorPlugin(Collection<PluginType> values) |
TranscoderConfigurationType |
withFaceDetectorPlugin(PluginType... values) |
TranscoderConfigurationType |
withImagemagick(Collection<KeyValuePairType> values) |
TranscoderConfigurationType |
withImagemagick(KeyValuePairType... values) |
TranscoderConfigurationType |
withLogLevel(String value) |
TranscoderConfigurationType |
withLogo(String value) |
TranscoderConfigurationType |
withPort(int value) |
TranscoderConfigurationType |
withPresetPath(String value) |
TranscoderConfigurationType |
withProresDecoder(AddressPortType value) |
TranscoderConfigurationType |
withProresEncoder(AddressPortType value) |
TranscoderConfigurationType |
withReadBufferLength(Integer value) |
TranscoderConfigurationType |
withRedDecoderType(REDDecoderType value) |
TranscoderConfigurationType |
withStatsd(Collection<StatsDRecieverType> values) |
TranscoderConfigurationType |
withStatsd(StatsDRecieverType... values) |
TranscoderConfigurationType |
withTempPath(String value) |
TranscoderConfigurationType |
withThumbnailPeriod(TimeCodeType value) |
TranscoderConfigurationType |
withThumbnailResolution(ResolutionType value) |
TranscoderConfigurationType |
withVp6Encoder(AddressPortType value) |
TranscoderConfigurationType |
withVp6EncoderPoolSize(Integer value) |
protected String address
protected int port
protected Integer encoderThreads
protected Integer decoderOfferThreads
protected String apiUsername
protected String apiPassword
protected AddressPortType apiURL
protected ResolutionType thumbnailResolution
protected TimeCodeType thumbnailPeriod
protected boolean bilinearEffects
protected List<AddressPortType> carbonServer
protected List<CarbonPreset> carbonPreset
protected List<PluginType> faceDetectorPlugin
protected String dataPath
protected String presetPath
protected String tempPath
protected AddressPortType proresDecoder
protected AddressPortType proresEncoder
protected AddressPortType vp6Encoder
protected Integer vp6EncoderPoolSize
protected String logo
protected List<KeyValuePairType> imagemagick
protected String logLevel
protected List<StatsDRecieverType> statsd
protected Integer readBufferLength
protected Integer dataBufferSize
protected Integer dataBufferWriteSize
protected Integer dataBufferFlushTime
protected REDDecoderType redDecoderType
public String getAddress()
String
public void setAddress(String value)
value
- allowed object is
String
public boolean isSetAddress()
public int getPort()
public void setPort(int value)
public boolean isSetPort()
public Integer getEncoderThreads()
Integer
public void setEncoderThreads(Integer value)
value
- allowed object is
Integer
public boolean isSetEncoderThreads()
public Integer getDecoderOfferThreads()
Integer
public void setDecoderOfferThreads(Integer value)
value
- allowed object is
Integer
public boolean isSetDecoderOfferThreads()
public String getApiUsername()
String
public void setApiUsername(String value)
value
- allowed object is
String
public boolean isSetApiUsername()
public String getApiPassword()
String
public void setApiPassword(String value)
value
- allowed object is
String
public boolean isSetApiPassword()
public AddressPortType getApiURL()
AddressPortType
public void setApiURL(AddressPortType value)
value
- allowed object is
AddressPortType
public boolean isSetApiURL()
public ResolutionType getThumbnailResolution()
ResolutionType
public void setThumbnailResolution(ResolutionType value)
value
- allowed object is
ResolutionType
public boolean isSetThumbnailResolution()
public TimeCodeType getThumbnailPeriod()
TimeCodeType
public void setThumbnailPeriod(TimeCodeType value)
value
- allowed object is
TimeCodeType
public boolean isSetThumbnailPeriod()
public boolean isBilinearEffects()
public void setBilinearEffects(boolean value)
public boolean isSetBilinearEffects()
public List<AddressPortType> getCarbonServer()
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 carbonServer property.
For example, to add a new item, do as follows:
getCarbonServer().add(newItem);
Objects of the following type(s) are allowed in the list
AddressPortType
public boolean isSetCarbonServer()
public void unsetCarbonServer()
public List<CarbonPreset> getCarbonPreset()
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 carbonPreset property.
For example, to add a new item, do as follows:
getCarbonPreset().add(newItem);
Objects of the following type(s) are allowed in the list
CarbonPreset
public boolean isSetCarbonPreset()
public void unsetCarbonPreset()
public List<PluginType> getFaceDetectorPlugin()
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 faceDetectorPlugin property.
For example, to add a new item, do as follows:
getFaceDetectorPlugin().add(newItem);
Objects of the following type(s) are allowed in the list
PluginType
public boolean isSetFaceDetectorPlugin()
public void unsetFaceDetectorPlugin()
public String getDataPath()
String
public void setDataPath(String value)
value
- allowed object is
String
public boolean isSetDataPath()
public String getPresetPath()
String
public void setPresetPath(String value)
value
- allowed object is
String
public boolean isSetPresetPath()
public String getTempPath()
String
public void setTempPath(String value)
value
- allowed object is
String
public boolean isSetTempPath()
public AddressPortType getProresDecoder()
AddressPortType
public void setProresDecoder(AddressPortType value)
value
- allowed object is
AddressPortType
public boolean isSetProresDecoder()
public AddressPortType getProresEncoder()
AddressPortType
public void setProresEncoder(AddressPortType value)
value
- allowed object is
AddressPortType
public boolean isSetProresEncoder()
public AddressPortType getVp6Encoder()
AddressPortType
public void setVp6Encoder(AddressPortType value)
value
- allowed object is
AddressPortType
public boolean isSetVp6Encoder()
public Integer getVp6EncoderPoolSize()
Integer
public void setVp6EncoderPoolSize(Integer value)
value
- allowed object is
Integer
public boolean isSetVp6EncoderPoolSize()
public String getLogo()
String
public void setLogo(String value)
value
- allowed object is
String
public boolean isSetLogo()
public List<KeyValuePairType> getImagemagick()
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 imagemagick property.
For example, to add a new item, do as follows:
getImagemagick().add(newItem);
Objects of the following type(s) are allowed in the list
KeyValuePairType
public boolean isSetImagemagick()
public void unsetImagemagick()
public String getLogLevel()
String
public void setLogLevel(String value)
value
- allowed object is
String
public boolean isSetLogLevel()
public List<StatsDRecieverType> getStatsd()
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 statsd property.
For example, to add a new item, do as follows:
getStatsd().add(newItem);
Objects of the following type(s) are allowed in the list
StatsDRecieverType
public boolean isSetStatsd()
public void unsetStatsd()
public Integer getReadBufferLength()
Integer
public void setReadBufferLength(Integer value)
value
- allowed object is
Integer
public boolean isSetReadBufferLength()
public Integer getDataBufferSize()
Integer
public void setDataBufferSize(Integer value)
value
- allowed object is
Integer
public boolean isSetDataBufferSize()
public Integer getDataBufferWriteSize()
Integer
public void setDataBufferWriteSize(Integer value)
value
- allowed object is
Integer
public boolean isSetDataBufferWriteSize()
public Integer getDataBufferFlushTime()
Integer
public void setDataBufferFlushTime(Integer value)
value
- allowed object is
Integer
public boolean isSetDataBufferFlushTime()
public List<String> getColorProfilePath()
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 colorProfilePath property.
For example, to add a new item, do as follows:
getColorProfilePath().add(newItem);
Objects of the following type(s) are allowed in the list
String
public boolean isSetColorProfilePath()
public void unsetColorProfilePath()
public REDDecoderType getRedDecoderType()
REDDecoderType
public void setRedDecoderType(REDDecoderType value)
value
- allowed object is
REDDecoderType
public boolean isSetRedDecoderType()
public Object copyTo(Object target)
copyTo
in interface org.jvnet.jaxb2_commons.lang.CopyTo
public Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy strategy)
copyTo
in interface org.jvnet.jaxb2_commons.lang.CopyTo
public Object createNewInstance()
createNewInstance
in interface org.jvnet.jaxb2_commons.lang.CopyTo
public TranscoderConfigurationType withAddress(String value)
public TranscoderConfigurationType withPort(int value)
public TranscoderConfigurationType withEncoderThreads(Integer value)
public TranscoderConfigurationType withDecoderOfferThreads(Integer value)
public TranscoderConfigurationType withApiUsername(String value)
public TranscoderConfigurationType withApiPassword(String value)
public TranscoderConfigurationType withApiURL(AddressPortType value)
public TranscoderConfigurationType withThumbnailResolution(ResolutionType value)
public TranscoderConfigurationType withThumbnailPeriod(TimeCodeType value)
public TranscoderConfigurationType withBilinearEffects(boolean value)
public TranscoderConfigurationType withCarbonServer(AddressPortType... values)
public TranscoderConfigurationType withCarbonServer(Collection<AddressPortType> values)
public TranscoderConfigurationType withCarbonPreset(CarbonPreset... values)
public TranscoderConfigurationType withCarbonPreset(Collection<CarbonPreset> values)
public TranscoderConfigurationType withFaceDetectorPlugin(PluginType... values)
public TranscoderConfigurationType withFaceDetectorPlugin(Collection<PluginType> values)
public TranscoderConfigurationType withDataPath(String value)
public TranscoderConfigurationType withPresetPath(String value)
public TranscoderConfigurationType withTempPath(String value)
public TranscoderConfigurationType withProresDecoder(AddressPortType value)
public TranscoderConfigurationType withProresEncoder(AddressPortType value)
public TranscoderConfigurationType withVp6Encoder(AddressPortType value)
public TranscoderConfigurationType withVp6EncoderPoolSize(Integer value)
public TranscoderConfigurationType withLogo(String value)
public TranscoderConfigurationType withImagemagick(KeyValuePairType... values)
public TranscoderConfigurationType withImagemagick(Collection<KeyValuePairType> values)
public TranscoderConfigurationType withLogLevel(String value)
public TranscoderConfigurationType withStatsd(StatsDRecieverType... values)
public TranscoderConfigurationType withStatsd(Collection<StatsDRecieverType> values)
public TranscoderConfigurationType withReadBufferLength(Integer value)
public TranscoderConfigurationType withDataBufferSize(Integer value)
public TranscoderConfigurationType withDataBufferWriteSize(Integer value)
public TranscoderConfigurationType withDataBufferFlushTime(Integer value)
public TranscoderConfigurationType withColorProfilePath(String... values)
public TranscoderConfigurationType withColorProfilePath(Collection<String> values)
public TranscoderConfigurationType withRedDecoderType(REDDecoderType value)
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
equals
in interface org.jvnet.jaxb2_commons.lang.Equals
public TranscoderConfigurationType visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
Copyright © 2018. All rights reserved.