Class ChannelUpdateSealStatusRequest


  • public class ChannelUpdateSealStatusRequest
    extends AbstractModel
    • 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 - 操作者的信息