Package com.vidispine.generated
Class StatsdReporterType
java.lang.Object
com.vidispine.generated.MetricsReporterType
com.vidispine.generated.StatsdReporterType
- All Implemented Interfaces:
Serializable
,Cloneable
,org.jvnet.jaxb.lang.CopyTo
,org.jvnet.jaxb.lang.Equals
,org.jvnet.jaxb.lang.HashCode
,org.jvnet.jaxb.lang.ToString
public class StatsdReporterType
extends MetricsReporterType
implements Serializable, Cloneable, org.jvnet.jaxb.lang.CopyTo, org.jvnet.jaxb.lang.Equals, org.jvnet.jaxb.lang.HashCode, org.jvnet.jaxb.lang.ToString
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:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected String
protected Integer
protected String
protected Boolean
Fields inherited from class com.vidispine.generated.MetricsReporterType
exclude, include
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionappend
(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy) appendFields
(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy) clone()
copyTo
(org.jvnet.jaxb.locator.ObjectLocator locator, Object target, org.jvnet.jaxb.lang.CopyStrategy strategy) boolean
boolean
equals
(org.jvnet.jaxb.locator.ObjectLocator thisLocator, org.jvnet.jaxb.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb.lang.EqualsStrategy strategy) getHost()
Gets the value of the host property.getPort()
Gets the value of the port property.Gets the value of the prefix property.int
hashCode()
int
hashCode
(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy) boolean
boolean
boolean
boolean
isTags()
Gets the value of the tags property.void
Sets the value of the host property.void
Sets the value of the port property.void
Sets the value of the prefix property.void
Sets the value of the tags property.toString()
visit
(com.kscs.util.jaxb.PropertyVisitor _visitor_) withExclude
(String... values) Adds objects to the list of Exclude using add methodwithExclude
(Collection<String> values) Adds objects to the list of Exclude using addAll methodSets the value of the host property.withInclude
(String... values) Adds objects to the list of Include using add methodwithInclude
(Collection<String> values) Adds objects to the list of Include using addAll methodSets the value of the port property.withPrefix
(String value) Sets the value of the prefix property.Sets the value of the tags property.Methods inherited from class com.vidispine.generated.MetricsReporterType
getExclude, getInclude, isSetExclude, isSetInclude, unsetExclude, unsetInclude
-
Field Details
-
host
-
port
-
prefix
-
tags
-
-
Constructor Details
-
StatsdReporterType
public StatsdReporterType()
-
-
Method Details
-
getHost
Gets the value of the host property.- Returns:
- possible object is
String
-
setHost
Sets the value of the host property.- Parameters:
value
- allowed object isString
-
isSetHost
public boolean isSetHost() -
getPort
Gets the value of the port property.- Returns:
- possible object is
Integer
-
setPort
Sets the value of the port property.- Parameters:
value
- allowed object isInteger
-
isSetPort
public boolean isSetPort() -
getPrefix
Gets the value of the prefix property.- Returns:
- possible object is
String
-
setPrefix
Sets the value of the prefix property.- Parameters:
value
- allowed object isString
-
isSetPrefix
public boolean isSetPrefix() -
isTags
Gets the value of the tags property.- Returns:
- possible object is
Boolean
-
setTags
Sets the value of the tags property.- Parameters:
value
- allowed object isBoolean
-
isSetTags
public boolean isSetTags() -
clone
- Overrides:
clone
in classMetricsReporterType
-
copyTo
- Specified by:
copyTo
in interfaceorg.jvnet.jaxb.lang.CopyTo
- Overrides:
copyTo
in classMetricsReporterType
-
copyTo
public Object copyTo(org.jvnet.jaxb.locator.ObjectLocator locator, Object target, org.jvnet.jaxb.lang.CopyStrategy strategy) - Specified by:
copyTo
in interfaceorg.jvnet.jaxb.lang.CopyTo
- Overrides:
copyTo
in classMetricsReporterType
-
createNewInstance
- Specified by:
createNewInstance
in interfaceorg.jvnet.jaxb.lang.CopyTo
- Overrides:
createNewInstance
in classMetricsReporterType
-
withHost
Sets the value of the host property.- Parameters:
value
- allowed object isString
- Returns:
- The class instance
-
withPort
Sets the value of the port property.- Parameters:
value
- allowed object isInteger
- Returns:
- The class instance
-
withPrefix
Sets the value of the prefix property.- Parameters:
value
- allowed object isString
- Returns:
- The class instance
-
withTags
Sets the value of the tags property.- Parameters:
value
- allowed object isBoolean
- Returns:
- The class instance
-
withExclude
Adds objects to the list of Exclude using add method- Overrides:
withExclude
in classMetricsReporterType
- Parameters:
values
- objects to add to the list Exclude- Returns:
- The class instance
-
withExclude
Adds objects to the list of Exclude using addAll method- Overrides:
withExclude
in classMetricsReporterType
- Parameters:
values
- objects to add to the list Exclude- Returns:
- The class instance
-
withInclude
Adds objects to the list of Include using add method- Overrides:
withInclude
in classMetricsReporterType
- Parameters:
values
- objects to add to the list Include- Returns:
- The class instance
-
withInclude
Adds objects to the list of Include using addAll method- Overrides:
withInclude
in classMetricsReporterType
- Parameters:
values
- objects to add to the list Include- Returns:
- The class instance
-
equals
public boolean equals(org.jvnet.jaxb.locator.ObjectLocator thisLocator, org.jvnet.jaxb.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb.lang.EqualsStrategy strategy) - Specified by:
equals
in interfaceorg.jvnet.jaxb.lang.Equals
- Overrides:
equals
in classMetricsReporterType
-
equals
- Overrides:
equals
in classMetricsReporterType
-
visit
- Overrides:
visit
in classMetricsReporterType
-
hashCode
public int hashCode(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy) - Specified by:
hashCode
in interfaceorg.jvnet.jaxb.lang.HashCode
- Overrides:
hashCode
in classMetricsReporterType
-
hashCode
public int hashCode()- Overrides:
hashCode
in classMetricsReporterType
-
toString
- Overrides:
toString
in classMetricsReporterType
-
append
public StringBuilder append(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy) - Specified by:
append
in interfaceorg.jvnet.jaxb.lang.ToString
- Overrides:
append
in classMetricsReporterType
-
appendFields
public StringBuilder appendFields(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy) - Specified by:
appendFields
in interfaceorg.jvnet.jaxb.lang.ToString
- Overrides:
appendFields
in classMetricsReporterType
-