public class OpenAppFeedCard extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
OpenAppFeedCard.Builder |
| 构造器和说明 |
|---|
OpenAppFeedCard() |
OpenAppFeedCard(OpenAppFeedCard.Builder builder) |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getAvatarKey() |
String |
getBizId() |
OpenAppFeedCardButtons |
getButtons() |
OpenAppFeedLink |
getLink() |
AppFeedNotify |
getNotify() |
String |
getPreview() |
OpenFeedStatusLabel |
getStatusLabel() |
Boolean |
getTimeSensitive() |
String |
getTitle() |
static OpenAppFeedCard.Builder |
newBuilder() |
void |
setAvatarKey(String avatarKey) |
void |
setBizId(String bizId) |
void |
setButtons(OpenAppFeedCardButtons buttons) |
void |
setLink(OpenAppFeedLink link) |
void |
setNotify(AppFeedNotify notify) |
void |
setPreview(String preview) |
void |
setStatusLabel(OpenFeedStatusLabel statusLabel) |
void |
setTimeSensitive(Boolean timeSensitive) |
void |
setTitle(String title) |
public OpenAppFeedCard()
public OpenAppFeedCard(OpenAppFeedCard.Builder builder)
public String getBizId()
public void setBizId(String bizId)
public String getTitle()
public void setTitle(String title)
public String getAvatarKey()
public void setAvatarKey(String avatarKey)
public String getPreview()
public void setPreview(String preview)
public OpenFeedStatusLabel getStatusLabel()
public void setStatusLabel(OpenFeedStatusLabel statusLabel)
public OpenAppFeedCardButtons getButtons()
public void setButtons(OpenAppFeedCardButtons buttons)
public OpenAppFeedLink getLink()
public void setLink(OpenAppFeedLink link)
public Boolean getTimeSensitive()
public void setTimeSensitive(Boolean timeSensitive)
public AppFeedNotify getNotify()
public void setNotify(AppFeedNotify notify)
public static OpenAppFeedCard.Builder newBuilder()
Copyright © 2025. All rights reserved.