public class UpdateProcessWithdrawReq extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
UpdateProcessWithdrawReq.Builder |
| 构造器和说明 |
|---|
UpdateProcessWithdrawReq() |
UpdateProcessWithdrawReq(UpdateProcessWithdrawReq.Builder builder) |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getProcessId() |
ProcessRevokeAndWithdraw |
getProcessRevokeAndWithdraw() |
String |
getUserIdType() |
static UpdateProcessWithdrawReq.Builder |
newBuilder() |
void |
setProcessId(String processId) |
void |
setProcessRevokeAndWithdraw(ProcessRevokeAndWithdraw body) |
void |
setUserIdType(String userIdType) |
public UpdateProcessWithdrawReq()
public UpdateProcessWithdrawReq(UpdateProcessWithdrawReq.Builder builder)
public static UpdateProcessWithdrawReq.Builder newBuilder()
public String getUserIdType()
public void setUserIdType(String userIdType)
public String getProcessId()
public void setProcessId(String processId)
public ProcessRevokeAndWithdraw getProcessRevokeAndWithdraw()
public void setProcessRevokeAndWithdraw(ProcessRevokeAndWithdraw body)
Copyright © 2025. All rights reserved.