public static class WxMessageBody.News.Item extends Object
Modifier and Type | Class and Description |
---|---|
static class |
WxMessageBody.News.Item.Builder |
Modifier and Type | Field and Description |
---|---|
protected String |
description |
protected String |
picUrl |
protected String |
title |
protected String |
url |
Constructor and Description |
---|
Item() |
Item(String title,
String description,
String picUrl,
String url) |
Modifier and Type | Method and Description |
---|---|
static WxMessageBody.News.Item.Builder |
builder() |
String |
getPicUrl() |
String |
getUrl() |
void |
setPicUrl(String picUrl) |
void |
setUrl(String url) |
protected String title
protected String description
protected String picUrl
protected String url
public String getPicUrl()
public void setPicUrl(String picUrl)
public void setUrl(String url)
public String getUrl()
public static WxMessageBody.News.Item.Builder builder()
Copyright © 2018 Guangshan Technology, Inc.. All rights reserved.