public class DescribeLiveCloudEffectListRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| DescribeLiveCloudEffectListRequest() | 
| DescribeLiveCloudEffectListRequest(DescribeLiveCloudEffectListRequest 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getFlag()Get 云端特效标签。对云端特效进行分类标签,可用于分类搜索。 | 
| String | getId()Get 云端特效ID。 | 
| String | getPrompt()Get 云端特效描述词。由用户原始输入的描述词。 | 
| String | getType()Get 云端特效类型, 默认不填,返回全部。PGC: 特效库中的特效;AICG : AI生成的特效;UGC:用户自定义上传的特效; | 
| void | setFlag(String Flag)Set 云端特效标签。对云端特效进行分类标签,可用于分类搜索。 | 
| void | setId(String Id)Set 云端特效ID。 | 
| void | setPrompt(String Prompt)Set 云端特效描述词。由用户原始输入的描述词。 | 
| void | setType(String Type)Set 云端特效类型, 默认不填,返回全部。PGC: 特效库中的特效;AICG : AI生成的特效;UGC:用户自定义上传的特效; | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic DescribeLiveCloudEffectListRequest()
public DescribeLiveCloudEffectListRequest(DescribeLiveCloudEffectListRequest source)
public String getId()
public void setId(String Id)
Id - 云端特效ID。public String getPrompt()
public void setPrompt(String Prompt)
Prompt - 云端特效描述词。由用户原始输入的描述词。public String getFlag()
public void setFlag(String Flag)
Flag - 云端特效标签。对云端特效进行分类标签,可用于分类搜索。public String getType()
public void setType(String Type)
Type - 云端特效类型, 默认不填,返回全部。PGC: 特效库中的特效;AICG : AI生成的特效;UGC:用户自定义上传的特效;Copyright © 2025. All rights reserved.