public class ExternalTranscoderType extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo, org.jvnet.jaxb2_commons.lang.Equals
Java class for ExternalTranscoderType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ExternalTranscoderType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="source" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="destination" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="shapeTag" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="timeout" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="interval" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="checks" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="regex" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
ExternalTranscoderType.PropInfo |
| Modifier and Type | Field and Description |
|---|---|
protected Integer |
checks |
protected String |
destination |
protected Long |
interval |
protected String |
regex |
protected String |
shapeTag |
protected String |
source |
protected Long |
timeout |
| Constructor and Description |
|---|
ExternalTranscoderType() |
| 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) |
Integer |
getChecks()
Gets the value of the checks property.
|
String |
getDestination()
Gets the value of the destination property.
|
Long |
getInterval()
Gets the value of the interval property.
|
String |
getRegex()
Gets the value of the regex property.
|
String |
getShapeTag()
Gets the value of the shapeTag property.
|
String |
getSource()
Gets the value of the source property.
|
Long |
getTimeout()
Gets the value of the timeout property.
|
boolean |
isSetChecks() |
boolean |
isSetDestination() |
boolean |
isSetInterval() |
boolean |
isSetRegex() |
boolean |
isSetShapeTag() |
boolean |
isSetSource() |
boolean |
isSetTimeout() |
void |
setChecks(Integer value)
Sets the value of the checks property.
|
void |
setDestination(String value)
Sets the value of the destination property.
|
void |
setInterval(Long value)
Sets the value of the interval property.
|
void |
setRegex(String value)
Sets the value of the regex property.
|
void |
setShapeTag(String value)
Sets the value of the shapeTag property.
|
void |
setSource(String value)
Sets the value of the source property.
|
void |
setTimeout(Long value)
Sets the value of the timeout property.
|
ExternalTranscoderType |
visit(com.kscs.util.jaxb.PropertyVisitor _visitor_) |
ExternalTranscoderType |
withChecks(Integer value) |
ExternalTranscoderType |
withDestination(String value) |
ExternalTranscoderType |
withInterval(Long value) |
ExternalTranscoderType |
withRegex(String value) |
ExternalTranscoderType |
withShapeTag(String value) |
ExternalTranscoderType |
withSource(String value) |
ExternalTranscoderType |
withTimeout(Long value) |
protected String source
protected String destination
protected String shapeTag
protected Long timeout
protected Long interval
protected Integer checks
protected String regex
public String getSource()
Stringpublic void setSource(String value)
value - allowed object is
Stringpublic boolean isSetSource()
public String getDestination()
Stringpublic void setDestination(String value)
value - allowed object is
Stringpublic boolean isSetDestination()
public String getShapeTag()
Stringpublic void setShapeTag(String value)
value - allowed object is
Stringpublic boolean isSetShapeTag()
public Long getTimeout()
Longpublic void setTimeout(Long value)
value - allowed object is
Longpublic boolean isSetTimeout()
public Long getInterval()
Longpublic void setInterval(Long value)
value - allowed object is
Longpublic boolean isSetInterval()
public Integer getChecks()
Integerpublic void setChecks(Integer value)
value - allowed object is
Integerpublic boolean isSetChecks()
public String getRegex()
Stringpublic void setRegex(String value)
value - allowed object is
Stringpublic boolean isSetRegex()
public Object copyTo(Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTopublic 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.CopyTopublic Object createNewInstance()
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTopublic ExternalTranscoderType withSource(String value)
public ExternalTranscoderType withDestination(String value)
public ExternalTranscoderType withShapeTag(String value)
public ExternalTranscoderType withTimeout(Long value)
public ExternalTranscoderType withInterval(Long value)
public ExternalTranscoderType withChecks(Integer value)
public ExternalTranscoderType withRegex(String 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.Equalspublic ExternalTranscoderType visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
Copyright © 2019. All rights reserved.