public class GetCommentReq extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
GetCommentReq.Builder |
| 构造器和说明 |
|---|
GetCommentReq() |
GetCommentReq(GetCommentReq.Builder builder) |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getCommentId() |
String |
getUserIdType() |
static GetCommentReq.Builder |
newBuilder() |
void |
setCommentId(String commentId) |
void |
setUserIdType(String userIdType) |
public GetCommentReq()
public GetCommentReq(GetCommentReq.Builder builder)
public static GetCommentReq.Builder newBuilder()
public String getUserIdType()
public void setUserIdType(String userIdType)
public String getCommentId()
public void setCommentId(String commentId)
Copyright © 2024. All rights reserved.