Uses of Class
com.vidispine.generated.StatsDRecieverType
-
-
Uses of StatsDRecieverType in com.vidispine.generated
Fields in com.vidispine.generated with type parameters of type StatsDRecieverType Modifier and Type Field Description protected List<StatsDRecieverType>
TranscoderConfigurationType. statsd
Methods in com.vidispine.generated that return StatsDRecieverType Modifier and Type Method Description StatsDRecieverType
ObjectFactory. createStatsDRecieverType()
Create an instance ofStatsDRecieverType
StatsDRecieverType
StatsDRecieverType. visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
StatsDRecieverType
StatsDRecieverType. withDestination(AddressPortType value)
StatsDRecieverType
StatsDRecieverType. withPrefix(String value)
Methods in com.vidispine.generated that return types with arguments of type StatsDRecieverType Modifier and Type Method Description List<StatsDRecieverType>
TranscoderConfigurationType. getStatsd()
Gets the value of the statsd property.Methods in com.vidispine.generated with parameters of type StatsDRecieverType Modifier and Type Method Description TranscoderConfigurationType
TranscoderConfigurationType. withStatsd(StatsDRecieverType... values)
Method parameters in com.vidispine.generated with type arguments of type StatsDRecieverType Modifier and Type Method Description TranscoderConfigurationType
TranscoderConfigurationType. withStatsd(Collection<StatsDRecieverType> values)
-