Class BatchContent

    • Constructor Detail

      • BatchContent

        public BatchContent()
      • BatchContent

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

      • getBody

        public String getBody()
        Get 发送的消息体
        Returns:
        Body 发送的消息体
      • setBody

        public void setBody​(String Body)
        Set 发送的消息体
        Parameters:
        Body - 发送的消息体
      • getKey

        public String getKey()
        Get 发送消息的键名
        Returns:
        Key 发送消息的键名
      • setKey

        public void setKey​(String Key)
        Set 发送消息的键名
        Parameters:
        Key - 发送消息的键名