toValue method

String toValue()

Implementation

String toValue() {
  switch (this) {
    case ScheduledAutoTuneActionType.jvmHeapSizeTuning:
      return 'JVM_HEAP_SIZE_TUNING';
    case ScheduledAutoTuneActionType.jvmYoungGenTuning:
      return 'JVM_YOUNG_GEN_TUNING';
  }
}