Class ReportActionRequest

    • Constructor Detail

      • ReportActionRequest

        public ReportActionRequest()
      • ReportActionRequest

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

      • getBid

        public String getBid()
        Get 业务id
        Returns:
        Bid 业务id
      • setBid

        public void setBid​(String Bid)
        Set 业务id
        Parameters:
        Bid - 业务id
      • getDocBehaviorList

        public DocBehavior[] getDocBehaviorList()
        Get 上报的行为对象数组,数量不超过50
        Returns:
        DocBehaviorList 上报的行为对象数组,数量不超过50
      • setDocBehaviorList

        public void setDocBehaviorList​(DocBehavior[] DocBehaviorList)
        Set 上报的行为对象数组,数量不超过50
        Parameters:
        DocBehaviorList - 上报的行为对象数组,数量不超过50