public class StatsdReporterType extends MetricsReporterType implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo
Java class for StatsdReporterType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="StatsdReporterType"> <complexContent> <extension base="{http://xml.vidispine.com/schema/vidispine}MetricsReporterType"> <sequence> <element name="host" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="port" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="prefix" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="tags" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
host |
protected Integer |
port |
protected String |
prefix |
protected Boolean |
tags |
exclude, include
Constructor and Description |
---|
StatsdReporterType() |
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 |
getHost()
Gets the value of the host property.
|
Integer |
getPort()
Gets the value of the port property.
|
String |
getPrefix()
Gets the value of the prefix property.
|
boolean |
isSetHost() |
boolean |
isSetPort() |
boolean |
isSetPrefix() |
boolean |
isSetTags() |
Boolean |
isTags()
Gets the value of the tags property.
|
void |
setHost(String value)
Sets the value of the host property.
|
void |
setPort(Integer value)
Sets the value of the port property.
|
void |
setPrefix(String value)
Sets the value of the prefix property.
|
void |
setTags(Boolean value)
Sets the value of the tags property.
|
getExclude, getInclude, isSetExclude, isSetInclude, unsetExclude, unsetInclude
protected String host
protected Integer port
protected String prefix
protected Boolean tags
public String getHost()
String
public void setHost(String value)
value
- allowed object is
String
public boolean isSetHost()
public Integer getPort()
Integer
public void setPort(Integer value)
value
- allowed object is
Integer
public boolean isSetPort()
public String getPrefix()
String
public void setPrefix(String value)
value
- allowed object is
String
public boolean isSetPrefix()
public Boolean isTags()
Boolean
public void setTags(Boolean value)
value
- allowed object is
Boolean
public boolean isSetTags()
public Object clone()
clone
in class MetricsReporterType
public Object copyTo(Object target)
copyTo
in interface org.jvnet.jaxb2_commons.lang.CopyTo
copyTo
in class MetricsReporterType
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
copyTo
in class MetricsReporterType
public Object createNewInstance()
createNewInstance
in interface org.jvnet.jaxb2_commons.lang.CopyTo
createNewInstance
in class MetricsReporterType
Copyright © 2016. All rights reserved.