Package com.vidispine.generated
Class StatsdReporterType
- java.lang.Object
-
- com.vidispine.generated.MetricsReporterType
-
- com.vidispine.generated.StatsdReporterType
-
- All Implemented Interfaces:
Serializable
,Cloneable
,org.jvnet.jaxb2_commons.lang.CopyTo2
,org.jvnet.jaxb2_commons.lang.Equals2
,org.jvnet.jaxb2_commons.lang.HashCode2
public class StatsdReporterType extends MetricsReporterType implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo2, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2
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>
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
StatsdReporterType.PropInfo
-
Constructor Summary
Constructors Constructor Description StatsdReporterType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
clone()
Object
copyTo(Object target)
Object
copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy2 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.EqualsStrategy2 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.int
hashCode()
int
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
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(String... values)
StatsdReporterType
withExclude(Collection<String> values)
StatsdReporterType
withHost(String value)
StatsdReporterType
withInclude(String... values)
StatsdReporterType
withInclude(Collection<String> values)
StatsdReporterType
withPort(Integer value)
StatsdReporterType
withPrefix(String value)
StatsdReporterType
withTags(Boolean value)
-
Methods inherited from class com.vidispine.generated.MetricsReporterType
getExclude, getInclude, isSetExclude, isSetInclude, unsetExclude, unsetInclude
-
-
-
-
Method Detail
-
getHost
public String getHost()
Gets the value of the host property.- Returns:
- possible object is
String
-
setHost
public void setHost(String value)
Sets the value of the host property.- Parameters:
value
- allowed object isString
-
isSetHost
public boolean isSetHost()
-
getPort
public Integer getPort()
Gets the value of the port property.- Returns:
- possible object is
Integer
-
setPort
public void setPort(Integer value)
Sets the value of the port property.- Parameters:
value
- allowed object isInteger
-
isSetPort
public boolean isSetPort()
-
getPrefix
public String getPrefix()
Gets the value of the prefix property.- Returns:
- possible object is
String
-
setPrefix
public void setPrefix(String value)
Sets the value of the prefix property.- Parameters:
value
- allowed object isString
-
isSetPrefix
public boolean isSetPrefix()
-
isTags
public Boolean isTags()
Gets the value of the tags property.- Returns:
- possible object is
Boolean
-
setTags
public void setTags(Boolean value)
Sets the value of the tags property.- Parameters:
value
- allowed object isBoolean
-
isSetTags
public boolean isSetTags()
-
clone
public Object clone()
- Overrides:
clone
in classMetricsReporterType
-
copyTo
public Object copyTo(Object target)
- Specified by:
copyTo
in interfaceorg.jvnet.jaxb2_commons.lang.CopyTo2
- Overrides:
copyTo
in classMetricsReporterType
-
copyTo
public Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy)
- Specified by:
copyTo
in interfaceorg.jvnet.jaxb2_commons.lang.CopyTo2
- Overrides:
copyTo
in classMetricsReporterType
-
createNewInstance
public Object createNewInstance()
- Specified by:
createNewInstance
in interfaceorg.jvnet.jaxb2_commons.lang.CopyTo2
- Overrides:
createNewInstance
in classMetricsReporterType
-
withHost
public StatsdReporterType withHost(String value)
-
withPort
public StatsdReporterType withPort(Integer value)
-
withPrefix
public StatsdReporterType withPrefix(String value)
-
withTags
public StatsdReporterType withTags(Boolean value)
-
withExclude
public StatsdReporterType withExclude(String... values)
- Overrides:
withExclude
in classMetricsReporterType
-
withExclude
public StatsdReporterType withExclude(Collection<String> values)
- Overrides:
withExclude
in classMetricsReporterType
-
withInclude
public StatsdReporterType withInclude(String... values)
- Overrides:
withInclude
in classMetricsReporterType
-
withInclude
public StatsdReporterType withInclude(Collection<String> values)
- Overrides:
withInclude
in classMetricsReporterType
-
equals
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)
- Specified by:
equals
in interfaceorg.jvnet.jaxb2_commons.lang.Equals2
- Overrides:
equals
in classMetricsReporterType
-
equals
public boolean equals(Object object)
- Overrides:
equals
in classMetricsReporterType
-
visit
public StatsdReporterType visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
- Overrides:
visit
in classMetricsReporterType
-
hashCode
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
- Specified by:
hashCode
in interfaceorg.jvnet.jaxb2_commons.lang.HashCode2
- Overrides:
hashCode
in classMetricsReporterType
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classMetricsReporterType
-
-