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.
|
StatsdReporterType |
withExclude(Collection<String> values) |
StatsdReporterType |
withExclude(String... values) |
StatsdReporterType |
withHost(String value) |
StatsdReporterType |
withInclude(Collection<String> values) |
StatsdReporterType |
withInclude(String... values) |
StatsdReporterType |
withPort(Integer value) |
StatsdReporterType |
withPrefix(String value) |
StatsdReporterType |
withTags(Boolean value) |
getExclude, getInclude, isSetExclude, isSetInclude, unsetExclude, unsetIncludeprotected String host
protected Integer port
protected String prefix
protected Boolean tags
public String getHost()
Stringpublic void setHost(String value)
value - allowed object is
Stringpublic boolean isSetHost()
public Integer getPort()
Integerpublic void setPort(Integer value)
value - allowed object is
Integerpublic boolean isSetPort()
public String getPrefix()
Stringpublic void setPrefix(String value)
value - allowed object is
Stringpublic boolean isSetPrefix()
public Boolean isTags()
Booleanpublic void setTags(Boolean value)
value - allowed object is
Booleanpublic boolean isSetTags()
public Object clone()
clone in class MetricsReporterTypepublic Object copyTo(Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTocopyTo in class MetricsReporterTypepublic 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.CopyTocopyTo in class MetricsReporterTypepublic Object createNewInstance()
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTocreateNewInstance in class MetricsReporterTypepublic StatsdReporterType withHost(String value)
public StatsdReporterType withPort(Integer value)
public StatsdReporterType withPrefix(String value)
public StatsdReporterType withTags(Boolean value)
public StatsdReporterType withExclude(String... values)
withExclude in class MetricsReporterTypepublic StatsdReporterType withExclude(Collection<String> values)
withExclude in class MetricsReporterTypepublic StatsdReporterType withInclude(String... values)
withInclude in class MetricsReporterTypepublic StatsdReporterType withInclude(Collection<String> values)
withInclude in class MetricsReporterTypeCopyright © 2015. All rights reserved.