Class DescribeFlowComponentsRequest


  • public class DescribeFlowComponentsRequest
    extends AbstractModel
    • Constructor Detail

      • DescribeFlowComponentsRequest

        public DescribeFlowComponentsRequest()
      • DescribeFlowComponentsRequest

        public DescribeFlowComponentsRequest​(DescribeFlowComponentsRequest 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

      • getOperator

        public UserInfo getOperator()
        Get 操作者信息
        Returns:
        Operator 操作者信息
      • setOperator

        public void setOperator​(UserInfo Operator)
        Set 操作者信息
        Parameters:
        Operator - 操作者信息
      • getFlowId

        public String getFlowId()
        Get 流程(合同)的编号
        Returns:
        FlowId 流程(合同)的编号
      • setFlowId

        public void setFlowId​(String FlowId)
        Set 流程(合同)的编号
        Parameters:
        FlowId - 流程(合同)的编号
      • getAgent

        public Agent getAgent()
        Get 代理相关应用信息,如集团主企业代子企业操作的场景中ProxyOrganizationId必填
        Returns:
        Agent 代理相关应用信息,如集团主企业代子企业操作的场景中ProxyOrganizationId必填
      • setAgent

        public void setAgent​(Agent Agent)
        Set 代理相关应用信息,如集团主企业代子企业操作的场景中ProxyOrganizationId必填
        Parameters:
        Agent - 代理相关应用信息,如集团主企业代子企业操作的场景中ProxyOrganizationId必填