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 Stringprotected Integerprotected Stringprotected BooleanFields 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) booleanbooleanequals(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.inthashCode()inthashCode(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy) booleanbooleanbooleanbooleanisTags()Gets the value of the tags property.voidSets the value of the host property.voidSets the value of the port property.voidSets the value of the prefix property.voidSets 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:
clonein classMetricsReporterType
-
copyTo
- Specified by:
copyToin interfaceorg.jvnet.jaxb.lang.CopyTo- Overrides:
copyToin classMetricsReporterType
-
copyTo
public Object copyTo(org.jvnet.jaxb.locator.ObjectLocator locator, Object target, org.jvnet.jaxb.lang.CopyStrategy strategy) - Specified by:
copyToin interfaceorg.jvnet.jaxb.lang.CopyTo- Overrides:
copyToin classMetricsReporterType
-
createNewInstance
- Specified by:
createNewInstancein interfaceorg.jvnet.jaxb.lang.CopyTo- Overrides:
createNewInstancein 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:
withExcludein 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:
withExcludein 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:
withIncludein 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:
withIncludein 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:
equalsin interfaceorg.jvnet.jaxb.lang.Equals- Overrides:
equalsin classMetricsReporterType
-
equals
- Overrides:
equalsin classMetricsReporterType
-
visit
- Overrides:
visitin classMetricsReporterType
-
hashCode
public int hashCode(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy) - Specified by:
hashCodein interfaceorg.jvnet.jaxb.lang.HashCode- Overrides:
hashCodein classMetricsReporterType
-
hashCode
public int hashCode()- Overrides:
hashCodein classMetricsReporterType
-
toString
- Overrides:
toStringin classMetricsReporterType
-
append
public StringBuilder append(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy) - Specified by:
appendin interfaceorg.jvnet.jaxb.lang.ToString- Overrides:
appendin classMetricsReporterType
-
appendFields
public StringBuilder appendFields(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy) - Specified by:
appendFieldsin interfaceorg.jvnet.jaxb.lang.ToString- Overrides:
appendFieldsin classMetricsReporterType
-