@Configuration(value="anyline.boot.print.p10ss") @ConfigurationProperties(prefix="anyline.print.p10ss") public class P10ssProperty extends Object
| 构造器和说明 |
|---|
P10ssProperty() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getAccessTokenServer() |
String |
getAppId() |
String |
getAppSecret() |
String |
getType() |
void |
setAccessTokenServer(String accessTokenServer) |
void |
setAppId(String appId) |
void |
setAppSecret(String appSecret) |
void |
setType(String type) |
public String appId
public String appSecret
public String type
public String accessTokenServer
public String getAppId()
public void setAppId(String appId)
public String getAppSecret()
public void setAppSecret(String appSecret)
public String getType()
public void setType(String type)
public String getAccessTokenServer()
public void setAccessTokenServer(String accessTokenServer)
Copyright © 2024. All rights reserved.