Enum Class ModuleSetupKeys

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

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

    • ROBOKASSA_REQUEST_TIMEOUT

      public static final ModuleSetupKeys ROBOKASSA_REQUEST_TIMEOUT
      robokassa.request.timeout=10000
    • ROBOKASSA_REQUEST_READ_TIMEOUT

      public static final ModuleSetupKeys ROBOKASSA_REQUEST_READ_TIMEOUT
      robokassa.request.read.timeout=
    • ROBOKASSA_SUM_MIN

      public static final ModuleSetupKeys ROBOKASSA_SUM_MIN
      robokassa.sum.min=
      invalid reference
      BGBaseConstants.DEFAULT_SUM_MIN
    • ROBOKASSA_SUM_MAX

      public static final ModuleSetupKeys ROBOKASSA_SUM_MAX
      robokassa.sum.max=
      invalid reference
      BGBaseConstants.DEFAULT_SUM_MAX
    • ROBOKASSA_MERCHANT_LOGIN

      public static final ModuleSetupKeys ROBOKASSA_MERCHANT_LOGIN
      robokassa.merchant.login=
    • ROBOKASSA_MERCHANT_PASSWORD_1

      public static final ModuleSetupKeys ROBOKASSA_MERCHANT_PASSWORD_1
      robokassa.merchant.password.1=
    • ROBOKASSA_MERCHANT_PASSWORD_2

      public static final ModuleSetupKeys ROBOKASSA_MERCHANT_PASSWORD_2
      robokassa.merchant.password.2=
    • ROBOKASSA_DESCRIPTION

      public static final ModuleSetupKeys ROBOKASSA_DESCRIPTION
      robokassa.description="Пополнение баланса по договору №{CONTRACT_TITLE}
    • ROBOKASSA_GATE_URL

      public static final ModuleSetupKeys ROBOKASSA_GATE_URL
      robokassa.gate.url=https://merchant.roboxchange.com/Index.aspx robokassa.gate.url=http://test.robokassa.ru/Webservice/Service.asmx
    • ROBOKASSA_PAYMENT_TYPE_ID

      public static final ModuleSetupKeys ROBOKASSA_PAYMENT_TYPE_ID
      robokassa.payment.type.id=0
    • ROBOKASSA_PAYMENT_COMMENT

      public static final ModuleSetupKeys ROBOKASSA_PAYMENT_COMMENT
      robokassa.payment.comment=Оплата через платежный шлюз РФИ Банка [транзакция #{TRANSACTION_ID}]
    • ROBOKASSA_XML_URL

      public static final ModuleSetupKeys ROBOKASSA_XML_URL
      robokassa.xml.url=https://auth.robokassa.ru/Merchant/WebService/Service.asmx
    • ROBOKASSA_METHOD_STATE

      public static final ModuleSetupKeys ROBOKASSA_METHOD_STATE
      robokassa.xml.method.state=OpState
  • 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