Enum Class ModuleSetupKeys

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

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

    • PAYMENT_PAYMENT_ID

      public static final ModuleSetupKeys PAYMENT_PAYMENT_ID
      alfabank.payment.type.id=0
    • REQUEST_TIMEOUT

      public static final ModuleSetupKeys REQUEST_TIMEOUT
      alfabank.request.timeout=10000
    • REST_LANGUAGE

      public static final ModuleSetupKeys REST_LANGUAGE
      alfabank.rest.language=ru
    • SBP_ENABLE

      public static final ModuleSetupKeys SBP_ENABLE
      alfabank.sbp.enable=false
    • EVENT_WORKER

      public static final ModuleSetupKeys EVENT_WORKER
      alfabank.event.worker=true
    • REST_RETURN_URL

      public static final ModuleSetupKeys REST_RETURN_URL
      alfabank.rest.return.url=
    • REST_CURRENCY

      public static final ModuleSetupKeys REST_CURRENCY
      alfabank.rest.currency=0
    • REST_USER_NAME

      public static final ModuleSetupKeys REST_USER_NAME
      alfabank.rest.user.name=user
    • REST_USER_PSWD

      public static final ModuleSetupKeys REST_USER_PSWD
      alfabank.rest.user.pswd=password
    • REST_ORDER_STATUS_URL

      public static final ModuleSetupKeys REST_ORDER_STATUS_URL
      alfabank.rest.order.status.url=https://pay.alfabank.ru/payment/rest/getOrderStatusExtended.do
    • REST_REGISTER_URL

      public static final ModuleSetupKeys REST_REGISTER_URL
      alfabank.rest.register.url=
    • REST_BINDINGS_URL

      public static final ModuleSetupKeys REST_BINDINGS_URL
      alfabank.rest.bindings.url=https://pay.alfabank.ru/payment/rest/getBindings.do
    • REST_UNBIND_CARD_URL

      public static final ModuleSetupKeys REST_UNBIND_CARD_URL
      alfabank.rest.unbind.card.url=https://pay.alfabank.ru/payment/rest/unBindCard.do
    • AUTOPAYMENT_REST_USER_NAME

      public static final ModuleSetupKeys AUTOPAYMENT_REST_USER_NAME
      alfabank.autopayment.rest.user.name=autopaymentUser
    • AUTOPAYMENT_REST_USER_PSWD

      public static final ModuleSetupKeys AUTOPAYMENT_REST_USER_PSWD
      alfabank.autopayment.rest.user.pswd=autopaymentPassword
    • REST_ORDER_BINDINGS_URL

      public static final ModuleSetupKeys REST_ORDER_BINDINGS_URL
      alfabank.rest.order.binding.url=https://pay.alfabank.ru/payment/rest/paymentOrderBinding.do
  • 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