setautoInterpretations method

void setautoInterpretations(
  1. Map<String, String> autoInterpretations
)

Sets the automatic interpretations.

autoInterpretations is the new automatic interpretations to be set.

Implementation

void setautoInterpretations(Map<String, String> autoInterpretations) {
  this.autoInterpretations = autoInterpretations;
}