Class QuestionnaireDataTopic
java.lang.Object
org.radarbase.config.AvroTopicConfig
org.radarbase.schema.specification.DataTopic
org.radarbase.schema.specification.active.questionnaire.QuestionnaireDataTopic
TODO.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidpropertiesMap(Map<String, Object> props, boolean reduced) Turns this topic into an descriptive properties map.Methods inherited from class org.radarbase.schema.specification.DataTopic
getDoc, getFields, getSampleRate, getTopicNames, getTopics, getType, getUnit, setKeySchema, setValueSchema, toString, toStringMethods inherited from class org.radarbase.config.AvroTopicConfig
getKeySchema, getTags, getTopic, getValueSchema, parseAvroTopic, setTags, setTopic
-
Constructor Details
-
QuestionnaireDataTopic
public QuestionnaireDataTopic()
-
-
Method Details
-
getQuestionnaireDefinitionUrl
-
propertiesMap
Description copied from class:DataTopicTurns this topic into an descriptive properties map.- Overrides:
propertiesMapin classDataTopic- Parameters:
props- properties to add to.reduced- whether to set a reduced set of properties, to decrease verbosity.
-