public class VidispineServiceType extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo
Java class for VidispineServiceType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VidispineServiceType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="id" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="class" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="arguments" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="isEnabled" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="isRunning" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="exception" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="exceptionTimestamp" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="thread" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="threadStatus" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="load5" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="load60" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
arguments |
protected String |
clazz |
protected String |
exception |
protected String |
exceptionTimestamp |
protected String |
id |
protected Boolean |
isEnabled |
protected Boolean |
isRunning |
protected Double |
load5 |
protected Double |
load60 |
protected String |
name |
protected String |
thread |
protected String |
threadStatus |
| Constructor and Description |
|---|
VidispineServiceType() |
| 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() |
String |
getArguments()
Gets the value of the arguments property.
|
String |
getClazz()
Gets the value of the clazz property.
|
String |
getException()
Gets the value of the exception property.
|
String |
getExceptionTimestamp()
Gets the value of the exceptionTimestamp property.
|
String |
getId()
Gets the value of the id property.
|
Double |
getLoad5()
Gets the value of the load5 property.
|
Double |
getLoad60()
Gets the value of the load60 property.
|
String |
getName()
Gets the value of the name property.
|
String |
getThread()
Gets the value of the thread property.
|
String |
getThreadStatus()
Gets the value of the threadStatus property.
|
Boolean |
isIsEnabled()
Gets the value of the isEnabled property.
|
Boolean |
isIsRunning()
Gets the value of the isRunning property.
|
boolean |
isSetArguments() |
boolean |
isSetClazz() |
boolean |
isSetException() |
boolean |
isSetExceptionTimestamp() |
boolean |
isSetId() |
boolean |
isSetIsEnabled() |
boolean |
isSetIsRunning() |
boolean |
isSetLoad5() |
boolean |
isSetLoad60() |
boolean |
isSetName() |
boolean |
isSetThread() |
boolean |
isSetThreadStatus() |
void |
setArguments(String value)
Sets the value of the arguments property.
|
void |
setClazz(String value)
Sets the value of the clazz property.
|
void |
setException(String value)
Sets the value of the exception property.
|
void |
setExceptionTimestamp(String value)
Sets the value of the exceptionTimestamp property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setIsEnabled(Boolean value)
Sets the value of the isEnabled property.
|
void |
setIsRunning(Boolean value)
Sets the value of the isRunning property.
|
void |
setLoad5(Double value)
Sets the value of the load5 property.
|
void |
setLoad60(Double value)
Sets the value of the load60 property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setThread(String value)
Sets the value of the thread property.
|
void |
setThreadStatus(String value)
Sets the value of the threadStatus property.
|
VidispineServiceType |
withArguments(String value) |
VidispineServiceType |
withClazz(String value) |
VidispineServiceType |
withException(String value) |
VidispineServiceType |
withExceptionTimestamp(String value) |
VidispineServiceType |
withId(String value) |
VidispineServiceType |
withIsEnabled(Boolean value) |
VidispineServiceType |
withIsRunning(Boolean value) |
VidispineServiceType |
withLoad5(Double value) |
VidispineServiceType |
withLoad60(Double value) |
VidispineServiceType |
withName(String value) |
VidispineServiceType |
withThread(String value) |
VidispineServiceType |
withThreadStatus(String value) |
protected String id
protected String name
protected String clazz
protected String arguments
protected Boolean isEnabled
protected Boolean isRunning
protected String exception
protected String exceptionTimestamp
protected String thread
protected String threadStatus
protected Double load5
protected Double load60
public void setId(String value)
value - allowed object is
Stringpublic boolean isSetId()
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic boolean isSetName()
public String getClazz()
Stringpublic void setClazz(String value)
value - allowed object is
Stringpublic boolean isSetClazz()
public String getArguments()
Stringpublic void setArguments(String value)
value - allowed object is
Stringpublic boolean isSetArguments()
public Boolean isIsEnabled()
Booleanpublic void setIsEnabled(Boolean value)
value - allowed object is
Booleanpublic boolean isSetIsEnabled()
public Boolean isIsRunning()
Booleanpublic void setIsRunning(Boolean value)
value - allowed object is
Booleanpublic boolean isSetIsRunning()
public String getException()
Stringpublic void setException(String value)
value - allowed object is
Stringpublic boolean isSetException()
public String getExceptionTimestamp()
Stringpublic void setExceptionTimestamp(String value)
value - allowed object is
Stringpublic boolean isSetExceptionTimestamp()
public String getThread()
Stringpublic void setThread(String value)
value - allowed object is
Stringpublic boolean isSetThread()
public String getThreadStatus()
Stringpublic void setThreadStatus(String value)
value - allowed object is
Stringpublic boolean isSetThreadStatus()
public Double getLoad5()
Doublepublic void setLoad5(Double value)
value - allowed object is
Doublepublic boolean isSetLoad5()
public Double getLoad60()
Doublepublic void setLoad60(Double value)
value - allowed object is
Doublepublic boolean isSetLoad60()
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 VidispineServiceType withId(String value)
public VidispineServiceType withName(String value)
public VidispineServiceType withClazz(String value)
public VidispineServiceType withArguments(String value)
public VidispineServiceType withIsEnabled(Boolean value)
public VidispineServiceType withIsRunning(Boolean value)
public VidispineServiceType withException(String value)
public VidispineServiceType withExceptionTimestamp(String value)
public VidispineServiceType withThread(String value)
public VidispineServiceType withThreadStatus(String value)
public VidispineServiceType withLoad5(Double value)
public VidispineServiceType withLoad60(Double value)
Copyright © 2015. All rights reserved.