Class AiSampleWord

    • Constructor Detail

      • AiSampleWord

        public AiSampleWord()
      • AiSampleWord

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

      • getKeyword

        public String getKeyword()
        Get 关键词。
        Returns:
        Keyword 关键词。
      • setKeyword

        public void setKeyword​(String Keyword)
        Set 关键词。
        Parameters:
        Keyword - 关键词。
      • getTagSet

        public String[] getTagSet()
        Get 关键词标签。
        Returns:
        TagSet 关键词标签。
      • setTagSet

        public void setTagSet​(String[] TagSet)
        Set 关键词标签。
        Parameters:
        TagSet - 关键词标签。
      • getUsageSet

        public String[] getUsageSet()
        Get 关键词应用场景。
        Returns:
        UsageSet 关键词应用场景。
      • setUsageSet

        public void setUsageSet​(String[] UsageSet)
        Set 关键词应用场景。
        Parameters:
        UsageSet - 关键词应用场景。
      • getCreateTime

        public String getCreateTime()
        Get 创建时间,使用 [ISO 日期格式](https://cloud.tencent.com/document/product/862/37710#52)。
        Returns:
        CreateTime 创建时间,使用 [ISO 日期格式](https://cloud.tencent.com/document/product/862/37710#52)。
      • setCreateTime

        public void setCreateTime​(String CreateTime)
        Set 创建时间,使用 [ISO 日期格式](https://cloud.tencent.com/document/product/862/37710#52)。
        Parameters:
        CreateTime - 创建时间,使用 [ISO 日期格式](https://cloud.tencent.com/document/product/862/37710#52)。
      • getUpdateTime

        public String getUpdateTime()
        Get 最后修改时间,使用 [ISO 日期格式](https://cloud.tencent.com/document/product/862/37710#52)。
        Returns:
        UpdateTime 最后修改时间,使用 [ISO 日期格式](https://cloud.tencent.com/document/product/862/37710#52)。
      • setUpdateTime

        public void setUpdateTime​(String UpdateTime)
        Set 最后修改时间,使用 [ISO 日期格式](https://cloud.tencent.com/document/product/862/37710#52)。
        Parameters:
        UpdateTime - 最后修改时间,使用 [ISO 日期格式](https://cloud.tencent.com/document/product/862/37710#52)。