Enum Class ModuleSetupKeys

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

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

    • ENAZA_USE_LIMIT

      public static final ModuleSetupKeys ENAZA_USE_LIMIT
      enaza.use_limit=false
    • ENAZA_CHARGE_TYPE

      public static final ModuleSetupKeys ENAZA_CHARGE_TYPE
      enaza.charge.type=0
    • ENAZA_PROTOCOL_VERSION

      public static final ModuleSetupKeys ENAZA_PROTOCOL_VERSION
      enaza.protocol.version=2
    • ENAZA_LOCK

      public static final ModuleSetupKeys ENAZA_LOCK
      enaza.lock=Вы не можете приобрести данный товар: ${desc}
    • ENAZA_SECRET

      public static final ModuleSetupKeys ENAZA_SECRET
      enaza.secret=123456
    • ENAZA_PASSWORD

      public static final ModuleSetupKeys ENAZA_PASSWORD
      enaza.password=123456
    • ENAZA_REDIRECT

      public static final ModuleSetupKeys ENAZA_REDIRECT
      enaza.redirect=true
    • ENAZA_BILLING_URL

      public static final ModuleSetupKeys ENAZA_BILLING_URL
      enaza.billing.url=https://billing.enaza.ru/cgi-bin/ppo/halius/ps_payments_gate.result
    • ENAZA_REDIRECT_URL

      public static final ModuleSetupKeys ENAZA_REDIRECT_URL
      enaza.redirect.url=https://billing.enaza.ru/cgi-bin/ppo/halius/ps_payments_gate.return
    • ENAZA_PARTNER_NAME

      public static final ModuleSetupKeys ENAZA_PARTNER_NAME
      enaza.partner.name=
    • ENAZA_IFRAME_WIDTH

      public static final ModuleSetupKeys ENAZA_IFRAME_WIDTH
      enaza.iframe_width=770px
    • ENAZA_IFRAME_HEIGHT

      public static final ModuleSetupKeys ENAZA_IFRAME_HEIGHT
      enaza.iframe_height=770px
    • BGBILLING_WEBEXECUTER_URL

      public static final ModuleSetupKeys BGBILLING_WEBEXECUTER_URL
      bgbilling.webexecuter.url=
    • ENAZA3_SCOPE

      public static final ModuleSetupKeys ENAZA3_SCOPE
      enaza3.scope=client_id service_id tariff_name email phone balance
    • ENAZA3_PASSWORD

      public static final ModuleSetupKeys ENAZA3_PASSWORD
      enaza3.password=123456
    • ENAZA3_REGION_ID

      public static final ModuleSetupKeys ENAZA3_REGION_ID
      enaza3.region.id=0
    • ENAZA3_PARTHER_ID

      public static final ModuleSetupKeys ENAZA3_PARTHER_ID
      enaza3.partner.id=
    • ENAZA3_CODE_EXPIRE

      public static final ModuleSetupKeys ENAZA3_CODE_EXPIRE
      enaza3.code.expire=5
    • ENAZA3_EMAIL_PARAM_ID

      public static final ModuleSetupKeys ENAZA3_EMAIL_PARAM_ID
      enaza3.email.param.id=0
    • ENAZA3_PHONE_PARAM_ID

      public static final ModuleSetupKeys ENAZA3_PHONE_PARAM_ID
      enaza3.phone.param.id=0
    • ENAZA3_TARIFF_SERVICE_IDS

      public static final ModuleSetupKeys ENAZA3_TARIFF_SERVICE_IDS
      enaza3.tariff.service.ids=
    • ENAZA3_CONTRACT_STATUS_ACTIVE_IDS

      public static final ModuleSetupKeys ENAZA3_CONTRACT_STATUS_ACTIVE_IDS
      enaza3.contract.status.active.ids=
  • 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