Class RuleCodeActionParams

    • Constructor Detail

      • RuleCodeActionParams

        public RuleCodeActionParams()
      • RuleCodeActionParams

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

      • getStatusCode

        public Long getStatusCode()
        Get 状态 Code。
        Returns:
        StatusCode 状态 Code。
      • setStatusCode

        public void setStatusCode​(Long StatusCode)
        Set 状态 Code。
        Parameters:
        StatusCode - 状态 Code。
      • getName

        public String getName()
        Get 参数名称,参数填写规范可调用接口 [查询规则引擎的设置参数](https://tcloud4api.woa.com/document/product/1657/79433?!preview&!document=1) 查看。
        Returns:
        Name 参数名称,参数填写规范可调用接口 [查询规则引擎的设置参数](https://tcloud4api.woa.com/document/product/1657/79433?!preview&!document=1) 查看。
      • setName

        public void setName​(String Name)
        Set 参数名称,参数填写规范可调用接口 [查询规则引擎的设置参数](https://tcloud4api.woa.com/document/product/1657/79433?!preview&!document=1) 查看。
        Parameters:
        Name - 参数名称,参数填写规范可调用接口 [查询规则引擎的设置参数](https://tcloud4api.woa.com/document/product/1657/79433?!preview&!document=1) 查看。
      • getValues

        public String[] getValues()
        Get 参数值。
        Returns:
        Values 参数值。
      • setValues

        public void setValues​(String[] Values)
        Set 参数值。
        Parameters:
        Values - 参数值。