public class JbanProperty extends Object implements IUiaProperty
| 构造器和说明 |
|---|
JbanProperty() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getAccessTokenPath() |
String |
getAppAccessTokenPath() |
String |
getClientId() |
String |
getClientSecret() |
String |
getDomain() |
String |
getMobileMd5Path() |
String |
getOpenTeamId() |
String |
getTeamAccessTokenPath() |
boolean |
isPrintStack() |
void |
setAccessTokenPath(String accessTokenPath) |
void |
setAppAccessTokenPath(String appAccessTokenPath) |
void |
setClientId(String clientId) |
void |
setClientSecret(String clientSecret) |
void |
setDomain(String domain) |
void |
setMobileMd5Path(String mobileMd5Path) |
void |
setOpenTeamId(String openTeamId) |
void |
setPrintStack(boolean printStack) |
void |
setTeamAccessTokenPath(String teamAccessTokenPath) |
public String getDomain()
public void setDomain(String domain)
public String getClientId()
public void setClientId(String clientId)
public String getClientSecret()
public void setClientSecret(String clientSecret)
public String getOpenTeamId()
public void setOpenTeamId(String openTeamId)
public String getAccessTokenPath()
public void setAccessTokenPath(String accessTokenPath)
public String getAppAccessTokenPath()
public void setAppAccessTokenPath(String appAccessTokenPath)
public String getTeamAccessTokenPath()
public void setTeamAccessTokenPath(String teamAccessTokenPath)
public String getMobileMd5Path()
public void setMobileMd5Path(String mobileMd5Path)
public boolean isPrintStack()
isPrintStack 在接口中 IUiaPropertypublic void setPrintStack(boolean printStack)
Copyright © 2023. All rights reserved.