Class TextOutputComm

    • Constructor Detail

      • TextOutputComm

        public TextOutputComm()
      • TextOutputComm

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

      • getBUCtrlID

        public Long getBUCtrlID()
        Get 接口唯一ID,旁路调用接口返回有该字段,标识唯一接口
        Returns:
        BUCtrlID 接口唯一ID,旁路调用接口返回有该字段,标识唯一接口
      • setBUCtrlID

        public void setBUCtrlID​(Long BUCtrlID)
        Set 接口唯一ID,旁路调用接口返回有该字段,标识唯一接口
        Parameters:
        BUCtrlID - 接口唯一ID,旁路调用接口返回有该字段,标识唯一接口
      • getSendTime

        public Long getSendTime()
        Get 消息发送时间
        Returns:
        SendTime 消息发送时间
      • setSendTime

        public void setSendTime​(Long SendTime)
        Set 消息发送时间
        Parameters:
        SendTime - 消息发送时间
      • getAppID

        public Long getAppID()
        Get 接入业务的唯一ID
        Returns:
        AppID 接入业务的唯一ID
      • setAppID

        public void setAppID​(Long AppID)
        Set 接入业务的唯一ID
        Parameters:
        AppID - 接入业务的唯一ID
      • getUin

        public Long getUin()
        Get 请求字段里的Common.Uin
        Returns:
        Uin 请求字段里的Common.Uin
      • setUin

        public void setUin​(Long Uin)
        Set 请求字段里的Common.Uin
        Parameters:
        Uin - 请求字段里的Common.Uin