Class ChannelDeleteSealPoliciesRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.essbasic.v20210526.models.ChannelDeleteSealPoliciesRequest
-
public class ChannelDeleteSealPoliciesRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description ChannelDeleteSealPoliciesRequest()ChannelDeleteSealPoliciesRequest(ChannelDeleteSealPoliciesRequest 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description AgentgetAgent()Get 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent.UserInfogetOperator()Deprecated.OrganizationInfogetOrganization()Deprecated.StringgetSealId()Get 指定印章IDString[]getUserIds()Get 指定用户ID数组,电子签系统用户ID 可以填写OpenId,系统会通过组织+渠道+OpenId查询得到UserId进行授权取消。voidsetAgent(Agent Agent)Set 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent.voidsetOperator(UserInfo Operator)Deprecated.voidsetOrganization(OrganizationInfo Organization)Deprecated.voidsetSealId(String SealId)Set 指定印章IDvoidsetUserIds(String[] UserIds)Set 指定用户ID数组,电子签系统用户ID 可以填写OpenId,系统会通过组织+渠道+OpenId查询得到UserId进行授权取消。voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
ChannelDeleteSealPoliciesRequest
public ChannelDeleteSealPoliciesRequest()
-
ChannelDeleteSealPoliciesRequest
public ChannelDeleteSealPoliciesRequest(ChannelDeleteSealPoliciesRequest 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.
-
-
Method Detail
-
getAgent
public Agent getAgent()
Get 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 必填。- Returns:
- Agent 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 必填。
-
setAgent
public void setAgent(Agent Agent)
Set 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 必填。- Parameters:
Agent- 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 必填。
-
getSealId
public String getSealId()
Get 指定印章ID- Returns:
- SealId 指定印章ID
-
setSealId
public void setSealId(String SealId)
Set 指定印章ID- Parameters:
SealId- 指定印章ID
-
getUserIds
public String[] getUserIds()
Get 指定用户ID数组,电子签系统用户ID 可以填写OpenId,系统会通过组织+渠道+OpenId查询得到UserId进行授权取消。- Returns:
- UserIds 指定用户ID数组,电子签系统用户ID 可以填写OpenId,系统会通过组织+渠道+OpenId查询得到UserId进行授权取消。
-
setUserIds
public void setUserIds(String[] UserIds)
Set 指定用户ID数组,电子签系统用户ID 可以填写OpenId,系统会通过组织+渠道+OpenId查询得到UserId进行授权取消。- Parameters:
UserIds- 指定用户ID数组,电子签系统用户ID 可以填写OpenId,系统会通过组织+渠道+OpenId查询得到UserId进行授权取消。
-
getOrganization
@Deprecated public OrganizationInfo getOrganization()
Deprecated.Get 组织机构信息,不用传- Returns:
- Organization 组织机构信息,不用传
-
setOrganization
@Deprecated public void setOrganization(OrganizationInfo Organization)
Deprecated.Set 组织机构信息,不用传- Parameters:
Organization- 组织机构信息,不用传
-
getOperator
@Deprecated public UserInfo getOperator()
Deprecated.Get 操作人(用户)信息,不用传- Returns:
- Operator 操作人(用户)信息,不用传
-
setOperator
@Deprecated public void setOperator(UserInfo Operator)
Deprecated.Set 操作人(用户)信息,不用传- Parameters:
Operator- 操作人(用户)信息,不用传
-
-