public class WxProperty extends Object implements IUiaProperty
| 构造器和说明 |
|---|
WxProperty() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getAccessTokenPath() |
String |
getAccessTokenStatusPath() |
String |
getClientId() |
String |
getClientSecret() |
String |
getDomain() |
String |
getGrantType() |
String |
getRefreshTokenGrantType() |
String |
getRefreshTokenPath() |
String |
getUserInfoPath() |
boolean |
isPrintStack() |
void |
setAccessTokenPath(String accessTokenPath) |
void |
setAccessTokenStatusPath(String accessTokenStatusPath) |
void |
setClientId(String clientId) |
void |
setClientSecret(String clientSecret) |
void |
setDomain(String domain) |
void |
setGrantType(String grantType) |
void |
setPrintStack(boolean printStack) |
void |
setRefreshTokenGrantType(String refreshTokenGrantType) |
void |
setRefreshTokenPath(String refreshTokenPath) |
void |
setUserInfoPath(String userInfoPath) |
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 getAccessTokenPath()
public void setAccessTokenPath(String accessTokenPath)
public String getRefreshTokenPath()
public void setRefreshTokenPath(String refreshTokenPath)
public String getGrantType()
public void setGrantType(String grantType)
public String getAccessTokenStatusPath()
public void setAccessTokenStatusPath(String accessTokenStatusPath)
public String getUserInfoPath()
public void setUserInfoPath(String userInfoPath)
public String getRefreshTokenGrantType()
public void setRefreshTokenGrantType(String refreshTokenGrantType)
public boolean isPrintStack()
isPrintStack 在接口中 IUiaPropertypublic void setPrintStack(boolean printStack)
Copyright © 2023. All rights reserved.