public class AlipayOfflineMarketMcommentQueryResponse extends AlipayResponse
Constructor and Description |
---|
AlipayOfflineMarketMcommentQueryResponse() |
Modifier and Type | Method and Description |
---|---|
String |
getCommentId()
Gets comment id.
|
String |
getCommentStatus()
Gets comment status.
|
Date |
getCommentTime()
Gets comment time.
|
Long |
getScore()
Gets score.
|
void |
setCommentId(String commentId)
Sets comment id.
|
void |
setCommentStatus(String commentStatus)
Sets comment status.
|
void |
setCommentTime(Date commentTime)
Sets comment time.
|
void |
setScore(Long score)
Sets score.
|
getBody, getCode, getErrorCode, getMsg, getParams, getSubCode, getSubMsg, isSuccess, setBody, setCode, setErrorCode, setMsg, setParams, setSubCode, setSubMsg
public AlipayOfflineMarketMcommentQueryResponse()
public void setCommentId(String commentId)
commentId
- the comment idpublic String getCommentId()
public void setCommentStatus(String commentStatus)
commentStatus
- the comment statuspublic String getCommentStatus()
public void setCommentTime(Date commentTime)
commentTime
- the comment timepublic Date getCommentTime()
public void setScore(Long score)
score
- the scorepublic Long getScore()
Copyright © 2018. All rights reserved.