类 P10ssProperty

java.lang.Object
org.anyline.boot.print.P10ssProperty

@Configuration("anyline.boot.print.p10ss") @ConfigurationProperties(prefix="anyline.print.p10ss") public class P10ssProperty extends Object
  • 字段详细资料

    • appId

      public String appId
    • appSecret

      public String appSecret
    • type

      public String type
    • accessTokenServer

      public String accessTokenServer
  • 构造器详细资料

    • P10ssProperty

      public P10ssProperty()
  • 方法详细资料

    • getAppId

      public String getAppId()
    • setAppId

      public void setAppId(String appId)
    • getAppSecret

      public String getAppSecret()
    • setAppSecret

      public void setAppSecret(String appSecret)
    • getType

      public String getType()
    • setType

      public void setType(String type)
    • getAccessTokenServer

      public String getAccessTokenServer()
    • setAccessTokenServer

      public void setAccessTokenServer(String accessTokenServer)