public class ChannelCreateSealPolicyRequest extends AbstractModel
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 用户渠道信息
|
UserInfo |
getOperator()
Get 操作人(用户)信息
|
OrganizationInfo |
getOrganization()
Get 企业机构信息
|
String |
getSealId()
Get 指定印章
|
String[] |
getUserIds()
Get 指定待授权的用户ID数组
|
void |
setAgent(Agent Agent)
Set 用户渠道信息
|
void |
setOperator(UserInfo Operator)
Set 操作人(用户)信息
|
void |
setOrganization(OrganizationInfo Organization)
Set 企业机构信息
|
void |
setSealId(String SealId)
Set 指定印章
|
void |
setUserIds(String[] UserIds)
Set 指定待授权的用户ID数组
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public ChannelCreateSealPolicyRequest()
public ChannelCreateSealPolicyRequest(ChannelCreateSealPolicyRequest source)
public Agent getAgent()
public void setAgent(Agent Agent)
Agent
- 用户渠道信息public String getSealId()
public void setSealId(String SealId)
SealId
- 指定印章public String[] getUserIds()
public void setUserIds(String[] UserIds)
UserIds
- 指定待授权的用户ID数组public OrganizationInfo getOrganization()
public void setOrganization(OrganizationInfo Organization)
Organization
- 企业机构信息public UserInfo getOperator()
public void setOperator(UserInfo Operator)
Operator
- 操作人(用户)信息Copyright © 2023. All rights reserved.