Class ChannelUpdateSealStatusRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.essbasic.v20210526.models.ChannelUpdateSealStatusRequest
-
public class ChannelUpdateSealStatusRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description ChannelUpdateSealStatusRequest()ChannelUpdateSealStatusRequest(ChannelUpdateSealStatusRequest 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.StringgetReason()Get 更新印章状态原因说明StringgetSealId()Get 印章IDStringgetStatus()Get 操作的印章状态,DISABLE-停用印章voidsetAgent(Agent Agent)Set 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent.voidsetOperator(UserInfo Operator)Deprecated.voidsetReason(String Reason)Set 更新印章状态原因说明voidsetSealId(String SealId)Set 印章IDvoidsetStatus(String Status)Set 操作的印章状态,DISABLE-停用印章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
-
ChannelUpdateSealStatusRequest
public ChannelUpdateSealStatusRequest()
-
ChannelUpdateSealStatusRequest
public ChannelUpdateSealStatusRequest(ChannelUpdateSealStatusRequest 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 必填。
-
getStatus
public String getStatus()
Get 操作的印章状态,DISABLE-停用印章- Returns:
- Status 操作的印章状态,DISABLE-停用印章
-
setStatus
public void setStatus(String Status)
Set 操作的印章状态,DISABLE-停用印章- Parameters:
Status- 操作的印章状态,DISABLE-停用印章
-
getSealId
public String getSealId()
Get 印章ID- Returns:
- SealId 印章ID
-
setSealId
public void setSealId(String SealId)
Set 印章ID- Parameters:
SealId- 印章ID
-
getReason
public String getReason()
Get 更新印章状态原因说明- Returns:
- Reason 更新印章状态原因说明
-
setReason
public void setReason(String Reason)
Set 更新印章状态原因说明- Parameters:
Reason- 更新印章状态原因说明
-
getOperator
@Deprecated public UserInfo getOperator()
Deprecated.Get 操作者的信息- Returns:
- Operator 操作者的信息
-
setOperator
@Deprecated public void setOperator(UserInfo Operator)
Deprecated.Set 操作者的信息- Parameters:
Operator- 操作者的信息
-
-