Class MetaAppResponse

java.lang.Object
com.bytedesk.core.base.BaseResponse
com.bytedesk.social.meta.MetaAppResponse
All Implemented Interfaces:
Serializable

public class MetaAppResponse extends BaseResponse
See Also:
  • Field Details

    • name

      private String name
    • description

      private String description
    • type

      private String type
    • appId

      private String appId
      app_id
    • appSecret

      private String appSecret
    • pageId

      private String pageId
    • pageAccessToken

      private String pageAccessToken
    • verifyToken

      private String verifyToken
    • accessToken

      private String accessToken
    • accessTokenExpiresAt

      private String accessTokenExpiresAt
    • workgroupUid

      private String workgroupUid
    • enabled

      private Boolean enabled
    • debug

      private Boolean debug
  • Constructor Details

    • MetaAppResponse

      public MetaAppResponse()