Uses of Class
com.tencentcloudapi.cme.v20191029.models.TextReplacementInfo
-
Packages that use TextReplacementInfo Package Description com.tencentcloudapi.cme.v20191029.models -
-
Uses of TextReplacementInfo in com.tencentcloudapi.cme.v20191029.models
Methods in com.tencentcloudapi.cme.v20191029.models that return TextReplacementInfo Modifier and Type Method Description TextReplacementInfoSlotReplacementInfo. getTextReplacementInfo()Get 文本替换信息,仅当要替换的卡槽类型为文本时有效。Methods in com.tencentcloudapi.cme.v20191029.models with parameters of type TextReplacementInfo Modifier and Type Method Description voidSlotReplacementInfo. setTextReplacementInfo(TextReplacementInfo TextReplacementInfo)Set 文本替换信息,仅当要替换的卡槽类型为文本时有效。Constructors in com.tencentcloudapi.cme.v20191029.models with parameters of type TextReplacementInfo Constructor Description TextReplacementInfo(TextReplacementInfo 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.
-