MCPcopy Index your code
hub / github.com/OpenTSDB/opentsdb / setDescription

Method setDescription

src/meta/Annotation.java:745–750  ·  view source on GitHub ↗

@param description the description, required for every annotation

(final String description)

Source from the content-addressed store, hash-verified

743
744 /** @param description the description, required for every annotation */
745 public void setDescription(final String description) {
746 if (!this.description.equals(description)) {
747 this.description = description;
748 changed.put("description", true);
749 }
750 }
751
752 /** @param notes the notes to set */
753 public void setNotes(final String notes) {

Callers 8

writeDataMethod · 0.95
runWithAnnotationMethod · 0.95
runWithOnlyAnnotationMethod · 0.95
storeAnnotationMethod · 0.95
MockDataPointsMethod · 0.95
publishAnnotationMethod · 0.95
answerMethod · 0.95
parseQSMethod · 0.95

Calls 2

putMethod · 0.80
equalsMethod · 0.45

Tested by 7

writeDataMethod · 0.76
runWithAnnotationMethod · 0.76
runWithOnlyAnnotationMethod · 0.76
storeAnnotationMethod · 0.76
MockDataPointsMethod · 0.76
publishAnnotationMethod · 0.76
answerMethod · 0.76