public abstract class VctcApiCredentialParam extends Object
| 构造器和说明 |
|---|
VctcApiCredentialParam(String appId,
String appSecret,
String hostUrl) |
VctcApiCredentialParam(String appId,
String appSecret,
String hostUrl,
Integer timeout) |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getAppId() |
String |
getAppSecret() |
String |
getHostUrl() |
Integer |
getTimeout() |
void |
setAppId(String appId) |
void |
setAppSecret(String appSecret) |
void |
setHostUrl(String hostUrl) |
void |
setTimeout(Integer timeout) |
public VctcApiCredentialParam(String appId, String appSecret, String hostUrl)
public String getAppId()
public void setAppId(String appId)
public String getAppSecret()
public void setAppSecret(String appSecret)
public String getHostUrl()
public void setHostUrl(String hostUrl)
public Integer getTimeout()
public void setTimeout(Integer timeout)
Copyright © 2020. All rights reserved.