public class CreateTaskFollowerReq extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
CreateTaskFollowerReq.Builder |
| 构造器和说明 |
|---|
CreateTaskFollowerReq() |
CreateTaskFollowerReq(CreateTaskFollowerReq.Builder builder) |
| 限定符和类型 | 方法和说明 |
|---|---|
Follower |
getFollower() |
String |
getTaskId() |
String |
getUserIdType() |
static CreateTaskFollowerReq.Builder |
newBuilder() |
void |
setFollower(Follower body) |
void |
setTaskId(String taskId) |
void |
setUserIdType(String userIdType) |
public CreateTaskFollowerReq()
public CreateTaskFollowerReq(CreateTaskFollowerReq.Builder builder)
public static CreateTaskFollowerReq.Builder newBuilder()
public String getUserIdType()
public void setUserIdType(String userIdType)
public String getTaskId()
public void setTaskId(String taskId)
public Follower getFollower()
public void setFollower(Follower body)
Copyright © 2024. All rights reserved.