public class ChannelCreateSealPolicyRequest extends AbstractModel
skipSign
Constructor and Description |
---|
ChannelCreateSealPolicyRequest() |
ChannelCreateSealPolicyRequest(ChannelCreateSealPolicyRequest source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Modifier and Type | Method and Description |
---|---|
Agent |
getAgent()
Get 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent.
|
UserInfo |
getOperator()
Deprecated.
|
OrganizationInfo |
getOrganization()
Deprecated.
|
String |
getSealId()
Get 指定印章ID
|
String[] |
getUserIds()
Get 指定待授权的用户ID数组,电子签的用户ID
可以填写OpenId,系统会通过组织+渠道+OpenId查询得到UserId进行授权。
|
void |
setAgent(Agent Agent)
Set 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent.
|
void |
setOperator(UserInfo Operator)
Deprecated.
|
void |
setOrganization(OrganizationInfo Organization)
Deprecated.
|
void |
setSealId(String SealId)
Set 指定印章ID
|
void |
setUserIds(String[] UserIds)
Set 指定待授权的用户ID数组,电子签的用户ID
可以填写OpenId,系统会通过组织+渠道+OpenId查询得到UserId进行授权。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, getSkipSign, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public ChannelCreateSealPolicyRequest()
public ChannelCreateSealPolicyRequest(ChannelCreateSealPolicyRequest source)
public Agent getAgent()
public void setAgent(Agent Agent)
Agent
- 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 必填。public String getSealId()
public void setSealId(String SealId)
SealId
- 指定印章IDpublic String[] getUserIds()
public void setUserIds(String[] UserIds)
UserIds
- 指定待授权的用户ID数组,电子签的用户ID
可以填写OpenId,系统会通过组织+渠道+OpenId查询得到UserId进行授权。@Deprecated public UserInfo getOperator()
@Deprecated public void setOperator(UserInfo Operator)
Operator
- 操作人(用户)信息,不用传@Deprecated public OrganizationInfo getOrganization()
@Deprecated public void setOrganization(OrganizationInfo Organization)
Organization
- 企业机构信息,不用传Copyright © 2023. All rights reserved.