public class ConfigV3 extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getAlg() |
String |
getApiKey() |
String |
getApiSecret() |
String |
getApiSecretKey() |
ICache |
getCache() |
int |
getExpireMillis() |
IHttpTransport |
getHttpTransport() |
int |
getRequestTimeOut() |
TimeUnit |
getTimeOutTimeUnit() |
boolean |
isDevMode() |
boolean |
isDisableTokenCache() |
void |
setAlg(String alg) |
void |
setApiKey(String apiKey) |
void |
setApiSecret(String apiSecret) |
void |
setApiSecretKey(String apiSecretKey) |
void |
setCache(ICache cache) |
void |
setDevMode(boolean devMode) |
void |
setDisableTokenCache(boolean disableTokenCache) |
void |
setExpireMillis(int expireMillis) |
void |
setHttpTransport(IHttpTransport httpTransport) |
void |
setRequestTimeOut(int requestTimeOut) |
void |
setTimeOutTimeUnit(TimeUnit timeOutTimeUnit) |
public ConfigV3()
public ConfigV3(String apiSecretKey)
public String getApiKey()
public void setApiKey(String apiKey)
public String getApiSecret()
public void setApiSecret(String apiSecret)
public int getExpireMillis()
public void setExpireMillis(int expireMillis)
public String getAlg()
public void setAlg(String alg)
public boolean isDisableTokenCache()
public void setDisableTokenCache(boolean disableTokenCache)
public ICache getCache()
public void setCache(ICache cache)
public IHttpTransport getHttpTransport()
public void setHttpTransport(IHttpTransport httpTransport)
public int getRequestTimeOut()
public void setRequestTimeOut(int requestTimeOut)
public TimeUnit getTimeOutTimeUnit()
public void setTimeOutTimeUnit(TimeUnit timeOutTimeUnit)
public String getApiSecretKey()
public void setApiSecretKey(String apiSecretKey)
public boolean isDevMode()
public void setDevMode(boolean devMode)
Copyright © 2023. All rights reserved.