public static class SendContractCardRequest.SendContractCardRequestSender
extends com.aliyun.tea.TeaModel
构造器和说明 |
---|
SendContractCardRequestSender() |
限定符和类型 | 方法和说明 |
---|---|
static SendContractCardRequest.SendContractCardRequestSender |
build(Map<String,?> map) |
String |
getCorpId() |
String |
getUserId() |
String |
getUserType() |
SendContractCardRequest.SendContractCardRequestSender |
setCorpId(String corpId) |
SendContractCardRequest.SendContractCardRequestSender |
setUserId(String userId) |
SendContractCardRequest.SendContractCardRequestSender |
setUserType(String userType) |
@NameInMap(value="corpId") public String corpId
发起人所在组织
@NameInMap(value="userId") public String userId
用户id
@NameInMap(value="userType") public String userType
用户类型
public static SendContractCardRequest.SendContractCardRequestSender build(Map<String,?> map) throws Exception
Exception
public SendContractCardRequest.SendContractCardRequestSender setCorpId(String corpId)
public String getCorpId()
public SendContractCardRequest.SendContractCardRequestSender setUserId(String userId)
public String getUserId()
public SendContractCardRequest.SendContractCardRequestSender setUserType(String userType)
public String getUserType()
Copyright © 2023. All rights reserved.