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.
|
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
String
public boolean isSetId()
public String getName()
String
public void setName(String value)
value
- allowed object is
String
public boolean isSetName()
public String getClazz()
String
public void setClazz(String value)
value
- allowed object is
String
public boolean isSetClazz()
public String getArguments()
String
public void setArguments(String value)
value
- allowed object is
String
public boolean isSetArguments()
public Boolean isIsEnabled()
Boolean
public void setIsEnabled(Boolean value)
value
- allowed object is
Boolean
public boolean isSetIsEnabled()
public Boolean isIsRunning()
Boolean
public void setIsRunning(Boolean value)
value
- allowed object is
Boolean
public boolean isSetIsRunning()
public String getException()
String
public void setException(String value)
value
- allowed object is
String
public boolean isSetException()
public String getExceptionTimestamp()
String
public void setExceptionTimestamp(String value)
value
- allowed object is
String
public boolean isSetExceptionTimestamp()
public String getThread()
String
public void setThread(String value)
value
- allowed object is
String
public boolean isSetThread()
public String getThreadStatus()
String
public void setThreadStatus(String value)
value
- allowed object is
String
public boolean isSetThreadStatus()
public Double getLoad5()
Double
public void setLoad5(Double value)
value
- allowed object is
Double
public boolean isSetLoad5()
public Double getLoad60()
Double
public void setLoad60(Double value)
value
- allowed object is
Double
public boolean isSetLoad60()
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
Copyright © 2016. All rights reserved.