Enum Class ModuleSetupKeys

java.lang.Object
java.lang.Enum<ModuleSetupKeys>
ru.bitel.bgbilling.modules.onpay.server.bean.enums.ModuleSetupKeys
All Implemented Interfaces:
Serializable, Comparable<ModuleSetupKeys>, Constable, ParameterMapKey

public enum ModuleSetupKeys extends Enum<ModuleSetupKeys> implements ParameterMapKey
  • Enum Constant Details

    • ONPAY_SUM_MIN

      public static final ModuleSetupKeys ONPAY_SUM_MIN
      onpay.sum.min=
      invalid reference
      BGBaseConstants.DEFAULT_SUM_MIN
    • ONPAY_SUM_MAX

      public static final ModuleSetupKeys ONPAY_SUM_MAX
      onpay.sum.max=
      invalid reference
      BGBaseConstants.DEFAULT_SUM_MAX
    • ONPAY_GATE_URL

      public static final ModuleSetupKeys ONPAY_GATE_URL
      onpay.gate.url=https://onpay.ru/Payment/Init
    • ONPAY_DIGEST_TYPE

      public static final ModuleSetupKeys ONPAY_DIGEST_TYPE
      onpay.digest.type=SHA256
    • ONPAY_MERCHANT_ID

      public static final ModuleSetupKeys ONPAY_MERCHANT_ID
      onpay.merchant.id=
    • ONPAY_CURRENCY

      public static final ModuleSetupKeys ONPAY_CURRENCY
      onpay.currecy=RUB
    • ONPAY_PAYMENT_DESC

      public static final ModuleSetupKeys ONPAY_PAYMENT_DESC
      onpay.payment.desc=Пополнение счета по договору №{CONTRACT_TITLE}
    • ONPAY_PAYMENT_DESC_BASE64

      public static final ModuleSetupKeys ONPAY_PAYMENT_DESC_BASE64
      onpay.payment.desc.base64=Пополнение счета по договору №{CONTRACT_TITLE}
    • ONPAY_PAYMENT_COMMENT

      public static final ModuleSetupKeys ONPAY_PAYMENT_COMMENT
      onpay.payment.comment=Платеж через платежную систему Onpay ({PAYMENT_SYSTEM}; {PAID_AMOUNT} {PAID_CURRENCY})
    • ONPAY_PAYMENT_TYPE_ID

      public static final ModuleSetupKeys ONPAY_PAYMENT_TYPE_ID
      onpay.payment.type.id=0
    • ONPAY_PAYMENT_CONFIRMATION_URL

      public static final ModuleSetupKeys ONPAY_PAYMENT_CONFIRMATION_URL
      onpay.payment.confirmation.url=
    • ONPAY_PAYMENT_NOTIFICATION_URL

      public static final ModuleSetupKeys ONPAY_PAYMENT_NOTIFICATION_URL
      onpay.payment.notification.url=
    • ONPAY_SECRET

      public static final ModuleSetupKeys ONPAY_SECRET
      onpay.secret=
    • ONPAY_SIM_MODE

      public static final ModuleSetupKeys ONPAY_SIM_MODE
      onpay.sim.mode=
    • ONPAY_SUCCESS_URL

      public static final ModuleSetupKeys ONPAY_SUCCESS_URL
      onpay.success.url=
    • ONPAY_FAILURE_URL

      public static final ModuleSetupKeys ONPAY_FAILURE_URL
      onpay.failure.url=
    • ONPAY_PAYER_EMAIL

      public static final ModuleSetupKeys ONPAY_PAYER_EMAIL
      onpay.payer.email=
    • ONPAY_PAYER_PHONE_NUMBER

      public static final ModuleSetupKeys ONPAY_PAYER_PHONE_NUMBER
      onpay.payer.phone.number=
  • Method Details

    • values

      public static ModuleSetupKeys[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static ModuleSetupKeys valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null
    • getName

      public String getName()
      Specified by:
      getName in interface ParameterMapKey
    • getDefaultValue

      public String getDefaultValue()
      Specified by:
      getDefaultValue in interface ParameterMapKey
    • getTitle

      public String getTitle()
      Specified by:
      getTitle in interface ParameterMapKey
    • getDescription

      public String getDescription()
      Specified by:
      getDescription in interface ParameterMapKey