public class StatsdReporterType extends MetricsReporterType implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo, org.jvnet.jaxb2_commons.lang.Equals
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 | Class and Description |
---|---|
static class |
StatsdReporterType.PropInfo |
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() |
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) |
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 |
visit(com.kscs.util.jaxb.PropertyVisitor _visitor_) |
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, 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
public 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 MetricsReporterType
public StatsdReporterType withExclude(Collection<String> values)
withExclude
in class MetricsReporterType
public StatsdReporterType withInclude(String... values)
withInclude
in class MetricsReporterType
public StatsdReporterType withInclude(Collection<String> values)
withInclude
in class MetricsReporterType
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.Equals
equals
in class MetricsReporterType
public boolean equals(Object object)
equals
in class MetricsReporterType
public StatsdReporterType visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
visit
in class MetricsReporterType
Copyright © 2018. All rights reserved.