类 SysApp

java.lang.Object
com.publiccms.entities.sys.SysApp
所有已实现的接口:
Serializable

@Entity public class SysApp extends Object implements Serializable
SysApp generated by hbm2java
另请参阅:
  • 字段详细资料

    • serialVersionUID

      private static final long serialVersionUID
      另请参阅:
    • id

      private Integer id
      id
    • siteId

      private short siteId
    • channel

      private String channel
      channel

      渠道

    • appKey

      private String appKey
      app key

      授权key

    • appSecret

      private String appSecret
      app secret

      授权密钥

    • authorizedApis

      private String authorizedApis
      authorized apis

      授权接口

    • expiryMinutes

      private Integer expiryMinutes
      expiry minutes

      过期分钟数

  • 构造器详细资料

    • SysApp

      public SysApp()
    • SysApp

      public SysApp(short siteId, String channel, String appKey, String appSecret)
    • SysApp

      public SysApp(short siteId, String channel, String appKey, String appSecret, String authorizedApis, Integer expiryMinutes)
  • 方法详细资料

    • getId

      public Integer getId()
    • setId

      public void setId(Integer id)
    • getSiteId

      public short getSiteId()
    • setSiteId

      public void setSiteId(short siteId)
    • getChannel

      public String getChannel()
    • setChannel

      public void setChannel(String channel)
    • getAppKey

      public String getAppKey()
    • setAppKey

      public void setAppKey(String appKey)
    • getAppSecret

      public String getAppSecret()
    • setAppSecret

      public void setAppSecret(String appSecret)
    • getAuthorizedApis

      public String getAuthorizedApis()
    • setAuthorizedApis

      public void setAuthorizedApis(String authorizedApis)
    • getExpiryMinutes

      public Integer getExpiryMinutes()
    • setExpiryMinutes

      public void setExpiryMinutes(Integer expiryMinutes)