Class ArticleContent
java.lang.Object
com.bytedesk.core.base.BaseContent
com.bytedesk.core.message.content.ArticleContent
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.bytedesk.core.base.BaseContent
fromJson, toJson
-
Field Details
-
title
-
url
-
imageUrl
-
description
-
-
-
Constructor Details
-
ArticleContent
public ArticleContent()
-
-
Method Details
-
fromJson
从JSON字符串反序列化为ArticleContent对象- Parameters:
json
- JSON字符串- Returns:
- ArticleContent对象,如果解析失败返回null
-