Class TextOutputID

    • Constructor Detail

      • TextOutputID

        public TextOutputID()
      • TextOutputID

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

      • getMsgID

        public String getMsgID()
        Get 接入业务的唯一ID
        Returns:
        MsgID 接入业务的唯一ID
      • setMsgID

        public void setMsgID​(String MsgID)
        Set 接入业务的唯一ID
        Parameters:
        MsgID - 接入业务的唯一ID
      • getUin

        public String getUin()
        Get 用户账号uin,对应请求协议里的Content.User.Uin。旁路结果有回带,串联结果无该字段
        Returns:
        Uin 用户账号uin,对应请求协议里的Content.User.Uin。旁路结果有回带,串联结果无该字段
      • setUin

        public void setUin​(String Uin)
        Set 用户账号uin,对应请求协议里的Content.User.Uin。旁路结果有回带,串联结果无该字段
        Parameters:
        Uin - 用户账号uin,对应请求协议里的Content.User.Uin。旁路结果有回带,串联结果无该字段