public class Annotation extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Annotation.Builder |
| Constructor and Description |
|---|
Annotation() |
| Modifier and Type | Method and Description |
|---|---|
static Annotation.Builder |
builder() |
CoverImage |
getCoverImage() |
String |
getFreshnessInfo() |
String |
getLogoUrl() |
String |
getMobileUrl() |
String |
getPublishTime() |
String |
getSiteName() |
String |
getSummary() |
String |
getTitle() |
String |
getType() |
String |
getUrl() |
void |
setCoverImage(CoverImage coverImage) |
void |
setFreshnessInfo(String freshnessInfo) |
void |
setLogoUrl(String logoUrl) |
void |
setMobileUrl(String mobileUrl) |
void |
setPublishTime(String publishTime) |
void |
setSiteName(String siteName) |
void |
setSummary(String summary) |
void |
setTitle(String title) |
void |
setType(String type) |
void |
setUrl(String url) |
String |
toString() |
public String getType()
public void setType(String type)
public String getTitle()
public void setTitle(String title)
public String getUrl()
public void setUrl(String url)
public String getLogoUrl()
public void setLogoUrl(String logoUrl)
public String getMobileUrl()
public void setMobileUrl(String mobileUrl)
public String getSiteName()
public void setSiteName(String siteName)
public String getPublishTime()
public void setPublishTime(String publishTime)
public CoverImage getCoverImage()
public void setCoverImage(CoverImage coverImage)
public String getSummary()
public void setSummary(String summary)
public String getFreshnessInfo()
public void setFreshnessInfo(String freshnessInfo)
public static Annotation.Builder builder()
Copyright © 2025. All rights reserved.