public class GetLikeDataCountResponse extends AbstractModel
header, skipSign
Constructor and Description |
---|
GetLikeDataCountResponse() |
GetLikeDataCountResponse(GetLikeDataCountResponse source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Modifier and Type | Method and Description |
---|---|
Long |
getAppraisalTotal()
Get Number of comments.
|
Float |
getDislikeRate()
Get Dislike rate.
|
Long |
getDislikeTotal()
Get Number of dislikes.
|
Float |
getLikeRate()
Get Like rate.
|
Long |
getLikeTotal()
Get Number of likes.
|
Float |
getParticipationRate()
Get Participation rate.
|
String |
getRequestId()
Get The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId).
|
Long |
getTotal()
Get Number of messages that can be evaluated.
|
void |
setAppraisalTotal(Long AppraisalTotal)
Set Number of comments.
|
void |
setDislikeRate(Float DislikeRate)
Set Dislike rate.
|
void |
setDislikeTotal(Long DislikeTotal)
Set Number of dislikes.
|
void |
setLikeRate(Float LikeRate)
Set Like rate.
|
void |
setLikeTotal(Long LikeTotal)
Set Number of likes.
|
void |
setParticipationRate(Float ParticipationRate)
Set Participation rate.
|
void |
setRequestId(String RequestId)
Set The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId).
|
void |
setTotal(Long Total)
Set Number of messages that can be evaluated.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public GetLikeDataCountResponse()
public GetLikeDataCountResponse(GetLikeDataCountResponse source)
public Long getTotal()
public void setTotal(Long Total)
Total
- Number of messages that can be evaluated.public Long getAppraisalTotal()
public void setAppraisalTotal(Long AppraisalTotal)
AppraisalTotal
- Number of comments.public Float getParticipationRate()
public void setParticipationRate(Float ParticipationRate)
ParticipationRate
- Participation rate.public Long getLikeTotal()
public void setLikeTotal(Long LikeTotal)
LikeTotal
- Number of likes.public Float getLikeRate()
public void setLikeRate(Float LikeRate)
LikeRate
- Like rate.public Long getDislikeTotal()
public void setDislikeTotal(Long DislikeTotal)
DislikeTotal
- Number of dislikes.public Float getDislikeRate()
public void setDislikeRate(Float DislikeRate)
DislikeRate
- Dislike rate.public String getRequestId()
public void setRequestId(String RequestId)
RequestId
- The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.Copyright © 2025. All rights reserved.