public class TalentBlock extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
TalentBlock.Builder |
| 构造器和说明 |
|---|
TalentBlock() |
TalentBlock(TalentBlock.Builder builder) |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getBlockedTime() |
String |
getCreatorId() |
String |
getReason() |
static TalentBlock.Builder |
newBuilder() |
void |
setBlockedTime(String blockedTime) |
void |
setCreatorId(String creatorId) |
void |
setReason(String reason) |
public TalentBlock()
public TalentBlock(TalentBlock.Builder builder)
public static TalentBlock.Builder newBuilder()
public String getBlockedTime()
public void setBlockedTime(String blockedTime)
public String getCreatorId()
public void setCreatorId(String creatorId)
public String getReason()
public void setReason(String reason)
Copyright © 2025. All rights reserved.