toValue method

String toValue()

Implementation

String toValue() {
  switch (this) {
    case WafOverrideActionType.none:
      return 'NONE';
    case WafOverrideActionType.count:
      return 'COUNT';
  }
}