public class MonitorResult extends Object
| 构造器和说明 |
|---|
MonitorResult() |
| 限定符和类型 | 方法和说明 |
|---|---|
Long |
getCommentCount()
评论数
|
String |
getDetail()
侵权详情
|
String |
getDownloadUrl()
侵权文件下载链接
|
Long |
getFindDate()
侵权内容发现时间
|
Long |
getInfrFeedbackTime()
疑似侵权反馈时间
|
String |
getInfrHost()
侵权主体
|
Long |
getInfrTime()
侵权内容上传时间
|
String |
getInfrTitle()
侵权标题
|
String |
getInfrUrl()
侵权网址
|
Long |
getLikeCount()
点赞数
|
String |
getMonitorResultId()
监测结果ID
|
String |
getMonitorTaskId()
监测任务ID
|
Long |
getPostDate()
侵权内容发布时间
|
String |
getPoster()
发布者
|
Long |
getRepostCount()
转发数
|
Long |
getViewCount()
观看数
|
void |
setCommentCount(Long commentCount)
评论数
|
void |
setDetail(String detail)
侵权详情
|
void |
setDownloadUrl(String downloadUrl)
侵权文件下载链接
|
void |
setFindDate(Long findDate)
侵权内容发现时间
|
void |
setInfrFeedbackTime(Long infrFeedbackTime)
疑似侵权反馈时间
|
void |
setInfrHost(String infrHost)
侵权主体
|
void |
setInfrTime(Long infrTime)
侵权内容上传时间
|
void |
setInfrTitle(String infrTitle)
侵权标题
|
void |
setInfrUrl(String infrUrl)
侵权网址
|
void |
setLikeCount(Long likeCount)
点赞数
|
void |
setMonitorResultId(String monitorResultId)
监测结果ID
|
void |
setMonitorTaskId(String monitorTaskId)
监测任务ID
|
void |
setPostDate(Long postDate)
侵权内容发布时间
|
void |
setPoster(String poster)
发布者
|
void |
setRepostCount(Long repostCount)
转发数
|
void |
setViewCount(Long viewCount)
观看数
|
public String getMonitorTaskId()
public void setMonitorTaskId(String monitorTaskId)
public String getMonitorResultId()
public void setMonitorResultId(String monitorResultId)
public String getInfrUrl()
public void setInfrUrl(String infrUrl)
public String getInfrHost()
public void setInfrHost(String infrHost)
public String getInfrTitle()
public void setInfrTitle(String infrTitle)
public Long getInfrTime()
public void setInfrTime(Long infrTime)
public String getDetail()
public void setDetail(String detail)
public String getPoster()
public void setPoster(String poster)
public Long getPostDate()
public void setPostDate(Long postDate)
public Long getFindDate()
public void setFindDate(Long findDate)
public Long getViewCount()
public void setViewCount(Long viewCount)
public Long getLikeCount()
public void setLikeCount(Long likeCount)
public Long getCommentCount()
public void setCommentCount(Long commentCount)
public Long getRepostCount()
public void setRepostCount(Long repostCount)
public String getDownloadUrl()
public void setDownloadUrl(String downloadUrl)
public Long getInfrFeedbackTime()
public void setInfrFeedbackTime(Long infrFeedbackTime)
Copyright © 2021. All Rights Reserved.