com.slimpay
Class Config

java.lang.Object
  extended by com.slimpay.Config

public class Config
extends Object


Field Summary
static String appId
           
static String appSecret
           
static String entryPoint
           
static String halProfile
           
protected static Logger LOGGER
           
 
Constructor Summary
protected Config()
           
 
Method Summary
static String getAppId()
           
static String getAppSecret()
           
static String getEntryPoint()
           
static String getHalProfile()
           
static Logger getLogger()
           
static void setAppId(String appId)
           
static void setAppSecret(String appSecret)
           
static void setEntryPoint(String entryPoint)
           
static void setHalProfile(String halProfile)
           
static void validate()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LOGGER

protected static final Logger LOGGER

entryPoint

public static String entryPoint

halProfile

public static String halProfile

appId

public static String appId

appSecret

public static String appSecret
Constructor Detail

Config

protected Config()
Method Detail

getEntryPoint

public static String getEntryPoint()

setEntryPoint

public static void setEntryPoint(String entryPoint)

getHalProfile

public static String getHalProfile()

setHalProfile

public static void setHalProfile(String halProfile)

getAppId

public static String getAppId()

setAppId

public static void setAppId(String appId)

getAppSecret

public static String getAppSecret()

setAppSecret

public static void setAppSecret(String appSecret)

validate

public static void validate()

getLogger

public static Logger getLogger()


Copyright © 2015. All rights reserved.